Files
wxWidgets/samples/notebook/makefile.vc
T
2000-03-14 19:24:14 +00:00

12 lines
201 B
Plaintext

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