]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/statbar/makefile.sl
Rebake all the VC++ project files and makefiles
[wxWidgets.git] / samples / statbar / makefile.sl
... / ...
CommitLineData
1# Purpose: makefile for statbar example (Salford C++)
2# Created: 2000-02-04
3
4PROGRAM = statbar
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\statbar
14