]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/gizmos/multicell/makefile.sl
merged 2.4 branch into the trunk
[wxWidgets.git] / contrib / samples / gizmos / multicell / makefile.sl
CommitLineData
58580a7e
JS
1# Purpose: makefile for multicell example (Salford C++)
2# Created 2000-07-28
3
4PROGRAM = mtest
5OBJECTS = $(PROGRAM).obj ..\src\multicell.obj
6EXTRAINC=-I..\include
7
8include ..\..\src\makeprog.sl
9
10all: wx $(TARGET)
11
12wx:
13 cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
14 cd $(WXDIR)\samples\notebook
15