]>
Commit | Line | Data |
---|---|---|
5301d933 RL |
1 | # Purpose: makefile for treectrl example (Salford C++) |
2 | # Created: 2000-03-15 | |
3 | ||
ec312631 | 4 | PROGRAM = treetest |
5301d933 RL |
5 | OBJECTS = $(PROGRAM).obj |
6 | ||
7 | include ..\..\src\makeprog.sl | |
8 | ||
9 | all: wx $(TARGET) | |
10 | ||
11 | wx: | |
12 | cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all | |
13 | cd $(WXDIR)\samples\treectrl | |
14 |