1998-05-22 11:48:57 +00:00
|
|
|
#
|
|
|
|
# File: makefile.dos
|
|
|
|
# Author: Julian Smart
|
1999-02-28 20:59:08 +00:00
|
|
|
# Created: 1998
|
1998-05-22 11:48:57 +00:00
|
|
|
# Updated:
|
|
|
|
#
|
1999-02-28 20:59:08 +00:00
|
|
|
# Makefile : Builds 16-bit sample, VC++ 1.5
|
1998-05-22 11:48:57 +00:00
|
|
|
# Use FINAL=1 argument to nmake to build final version with no debugging
|
1999-02-28 20:59:08 +00:00
|
|
|
# info
|
1998-05-22 11:48:57 +00:00
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
1999-02-28 20:59:08 +00:00
|
|
|
TARGET=printing
|
|
|
|
OBJECTS=$(TARGET).obj
|
1998-05-22 11:48:57 +00:00
|
|
|
|
1999-02-28 20:59:08 +00:00
|
|
|
!include $(WXDIR)\src\makeprog.msc
|
1998-05-22 11:48:57 +00:00
|
|
|
|