]> git.saurik.com Git - wxWidgets.git/blob - samples/calendar/makefile.wat
First draft of a cygwin script to create wxMSW distributions
[wxWidgets.git] / samples / calendar / makefile.wat
1 # Purpose: makefile for calendar example (Watcom)
2 # Created: 2000-01-03
3
4 WXDIR = $(%WXWIN)
5
6 PROGRAM = calendar
7 OBJECTS = $(PROGRAM).obj
8
9 !include $(WXDIR)\src\makeprog.wat
10
11