]> git.saurik.com Git - wxWidgets.git/blame - utils/makegen/templates/makefile.wat
Fixed the order of parameters to actually match the code.
[wxWidgets.git] / utils / makegen / templates / makefile.wat
CommitLineData
6809ee4b
VZ
1# Purpose: makefile for #NAME example (Watcom)
2# Created: #DATE
3
4WXDIR = $(%WXWIN)
5
6PROGRAM = #NAME
7OBJECTS = $(PROGRAM).obj
8
9!include $(WXDIR)\src\makeprog.wat
10
11