Files
wxWidgets/samples/treelay/makefile.vc
T
2000-03-14 19:55:34 +00:00

12 lines
199 B
Plaintext

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