]> git.saurik.com Git - wxWidgets.git/blob - samples/statbar/makefile.sl
Rebaked (build/bakefiles/common.bkl 1.95->1.96 change)
[wxWidgets.git] / samples / statbar / makefile.sl
1 # Purpose: makefile for statbar example (Salford C++)
2 # Created: 2000-02-04
3
4 PROGRAM = statbar
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\statbar
14