]> git.saurik.com Git - wxWidgets.git/blame - utils/Install/builder/makefile.sl
Removed references to xpm[d].lib
[wxWidgets.git] / utils / Install / builder / makefile.sl
CommitLineData
f6bcfd97
BP
1# Purpose: makefile for toolbar example (Salford C++)
2# Created: 2000-03-14
3
4PROGRAM = toolbar
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\toolbar
14