home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2233.zip
/
wxOS2-2_3_3.zip
/
wxWindows-2.3.3
/
samples
/
calendar
/
makefile.vc
< prev
next >
Wrap
Makefile
|
2000-01-03
|
212b
|
12 lines
# 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