]> git.saurik.com Git - wxWidgets.git/blame - samples/splitter/makefile.sl
rebaked everything, fixes problems with OpenGL samples makefiles
[wxWidgets.git] / samples / splitter / makefile.sl
CommitLineData
6718d773
RL
1# Purpose: makefile for splitter example (Salford C++)
2# Created: 2000-03-15
3
4PROGRAM = splitter
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\splitter
14