wxWidgets/samples/typetest/makefile.vc

12 lines
201 B
Plaintext
Raw Normal View History

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