2002-03-25 23:28:46 +00:00
|
|
|
#
|
|
|
|
# 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=arttest
|
2002-04-06 14:55:16 +00:00
|
|
|
OBJECTS = $(TARGET).obj artbrows.obj
|
2002-03-25 23:28:46 +00:00
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.msc
|
|
|
|
|