wxWidgets/samples/toolbar/makefile.dos
1999-12-13 23:05:56 +00:00

18 lines
296 B
Plaintext

#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=toolbar
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc