]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/gizmos/multicell/makefile.sl
ignore hidden windows when deciding if the MDI parent frame should be visible
[wxWidgets.git] / contrib / samples / gizmos / multicell / makefile.sl
1 # Purpose: makefile for multicell example (Salford C++)
2 # Created 2000-07-28
3
4 PROGRAM = mtest
5 OBJECTS = $(PROGRAM).obj ..\src\multicell.obj
6 EXTRAINC=-I..\include
7
8 include ..\..\src\makeprog.sl
9
10 all: wx $(TARGET)
11
12 wx:
13 cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
14 cd $(WXDIR)\samples\notebook
15