]> git.saurik.com Git - wxWidgets.git/blame - samples/shaped/makefile.sl
wxCocoa compilation fixes (include OpenGL/glu.h there too)
[wxWidgets.git] / samples / shaped / makefile.sl
CommitLineData
1542ea39
RD
1# Purpose: makefile for shaped example (Salford C++)
2# Created: 2000-01-03
3
4PROGRAM = shaped
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\shaped
14