]> git.saurik.com Git - wxWidgets.git/blame - samples/calendar/makefile.wat
1. fixed memory leak in GAddress
[wxWidgets.git] / samples / calendar / makefile.wat
CommitLineData
273b7ed9
VZ
1# Purpose: makefile for calendar example (Watcom)
2# Created: 2000-01-03
3
4WXDIR = $(%WXWIN)
5
6PROGRAM = calendar
7OBJECTS = $(PROGRAM).obj
8
9!include $(WXDIR)\src\makeprog.wat
10
11