]> git.saurik.com Git - wxWidgets.git/blame - samples/calendar/makefile.wat
do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE...
[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