]> git.saurik.com Git - wxWidgets.git/blame - samples/erase/makefile.sl
don't assign NULLs to bools and floats, this is confusing (and also the usual: deTABi...
[wxWidgets.git] / samples / erase / makefile.sl
CommitLineData
33611ebb
RR
1#
2# File: makefile.sl
3# Author: Julian Smart
4# Created: 1998
5#
6# Makefile : Builds a wxWindows sample for Salford C++, WIN32
7
8PROGRAM = erase
9OBJECTS = $(PROGRAM).obj
10
11include ..\..\src\makeprog.sl
12
13all: wx $(TARGET)
14
15wx:
16 cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
17 cd $(WXDIR)\samples\minimal
18