]> git.saurik.com Git - wxWidgets.git/blame - samples/treelay/makefile.sl
Added memcheck to configure
[wxWidgets.git] / samples / treelay / makefile.sl
CommitLineData
07a9af32
RL
1# Purpose: makefile for treelay example (Salford C++)
2# Created: 2000-03-15
3
4PROGRAM = treelay
5OBJECTS = $(PROGRAM).obj
6
7include ..\..\src\makeprog.sl
8
9all: wx $(TARGET)
10
11wx:
12 cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
13 cd $(WXDIR)\samples\treelay
14