wxWidgets/samples/event/makefile.vc

12 lines
195 B
Plaintext
Raw Normal View History

# Purpose: makefile for event example (VC++ 32bit)
# Created: 2001-01-31
# Set WXDIR for your system
WXDIR = $(WXWIN)
PROGRAM=event
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc