]>
Commit | Line | Data |
---|---|---|
f7556ff0 JS |
1 | # |
2 | # File: makefile.b32 | |
3 | # Author: Michael Bedward | |
4 | # Created: 1999 | |
5 | # Updated: | |
6 | # Copyright: | |
7 | # | |
8 | # Makefile : Builds sample for 32-bit BC++ | |
99025f6e JS |
9 | |
10 | WXDIR = $(WXWIN) | |
99025f6e | 11 | |
f7556ff0 JS |
12 | TARGET=griddemo |
13 | ||
14 | OBJECTS = griddemo.obj | |
99025f6e | 15 | |
4bf78aae | 16 | !include $(WXDIR)\src\makeprog.b32 |
99025f6e | 17 |