wxWidgets/utils/makegen/templates/makefile.vc

12 lines
190 B
Plaintext
Raw Normal View History

# 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