]>
Commit | Line | Data |
---|---|---|
58580a7e JS |
1 | # Purpose: makefile for multicell example (Salford C++) |
2 | # Created 2000-07-28 | |
3 | ||
4 | PROGRAM = mtest | |
5 | OBJECTS = $(PROGRAM).obj ..\src\multicell.obj | |
6 | EXTRAINC=-I..\include | |
7 | ||
8 | include ..\..\src\makeprog.sl | |
9 | ||
10 | all: wx $(TARGET) | |
11 | ||
12 | wx: | |
13 | cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all | |
14 | cd $(WXDIR)\samples\notebook | |
15 |