Files
wxWidgets/samples/propsize/makefile.vc
T
2000-03-14 14:06:41 +00:00

12 lines
201 B
Plaintext

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