wxWidgets/utils/makegen/templates/makefile.vc
2000-01-03 13:45:00 +00:00

12 lines
190 B
Plaintext

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