12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
|
# Purpose: makefile for makegen example (VC++ 32bit)
|
||
|
# Created: 2000-01-03
|
||
|
|
||
|
# Set WXDIR for your system
|
||
|
WXDIR = $(WXWIN)
|
||
|
|
||
|
PROGRAM=makegen
|
||
|
OBJECTS = $(PROGRAM).obj
|
||
|
|
||
|
!include $(WXDIR)\src\makeprog.vc
|
||
|
|