]> git.saurik.com Git - wxWidgets.git/blame - samples/thread/makefile.sl
Needed to add #include "wx/statusbr.h" to know that wxStatusBar is derived
[wxWidgets.git] / samples / thread / makefile.sl
CommitLineData
c4f02b1f
RL
1# Purpose: makefile for thread example (Salford C++)
2# Created: 2000-03-15
3
4PROGRAM = thread
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\thread
14