]> git.saurik.com Git - wxWidgets.git/blame - samples/typetest/makefile.sl
interface additions (mostly for new generic/toolwin)
[wxWidgets.git] / samples / typetest / makefile.sl
CommitLineData
367e57ec
RL
1# Purpose: makefile for typetest example (Salford C++)
2# Created: 2000-03-14
3
4PROGRAM = typetest
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\typetest
14