]> git.saurik.com Git - wxWidgets.git/blob - samples/calendar/makefile.dos
fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git] / samples / calendar / makefile.dos
1 # Purpose: makefile for calendar example (VC++ 1.5x)
2 # Created: 2000-01-03
3
4 WXDIR = $(WXWIN)
5
6 TARGET=calendar
7 OBJECTS=$(TARGET).obj
8
9 !include $(WXDIR)\src\makeprog.msc
10