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