]>
Commit | Line | Data |
---|---|---|
99025f6e JS |
1 | # |
2 | # File: makefile.dos | |
3 | # Author: Julian Smart | |
2a47d3c1 | 4 | # Created: 1998 |
99025f6e | 5 | # Updated: |
99025f6e | 6 | # |
2a47d3c1 | 7 | # Makefile : Builds 16-bit sample, VC++ 1.5 |
99025f6e | 8 | # Use FINAL=1 argument to nmake to build final version with no debugging |
2a47d3c1 | 9 | # info |
99025f6e | 10 | |
99025f6e JS |
11 | WXDIR = $(WXWIN) |
12 | ||
2a47d3c1 JS |
13 | TARGET=printing |
14 | OBJECTS=$(TARGET).obj | |
99025f6e | 15 | |
2a47d3c1 | 16 | !include $(WXDIR)\src\makeprog.msc |
99025f6e | 17 |