wxWidgets/samples/calendar/makefile.vc
2000-01-03 13:36:21 +00:00

12 lines
201 B
Plaintext

# Purpose: makefile for calendar example (VC++ 32bit)
# Created: 2000-01-03
# Set WXDIR for your system
WXDIR = $(WXWIN)
PROGRAM=calendar
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc