1998-07-23 14:39:46 +00:00
|
|
|
#
|
|
|
|
# File: makefile.dos
|
|
|
|
# Author: Julian Smart
|
1998-12-20 23:49:21 +00:00
|
|
|
# Created: 1998
|
1998-07-23 14:39:46 +00:00
|
|
|
# Updated:
|
|
|
|
#
|
1998-12-20 23:49:21 +00:00
|
|
|
# Makefile : Builds 16-bit sample, VC++ 1.5
|
1998-07-23 14:39:46 +00:00
|
|
|
# Use FINAL=1 argument to nmake to build final version with no debugging
|
|
|
|
# info
|
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
1998-12-20 23:49:21 +00:00
|
|
|
TARGET=test
|
|
|
|
OBJECTS = $(TARGET).obj
|
1998-07-23 14:39:46 +00:00
|
|
|
|
1998-12-20 23:49:21 +00:00
|
|
|
!include $(WXDIR)\src\makeprog.msc
|
1998-07-23 14:39:46 +00:00
|
|
|
|