]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/makegen/templates/makefile.sl
Version updates, manual date change, no change to dragimmg.cpp
[wxWidgets.git] / utils / makegen / templates / makefile.sl
... / ...
CommitLineData
1# Purpose: makefile for #NAME example (Salford C++)
2# Created: #DATE
3
4PROGRAM = #NAME
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\#NAME
14