]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/stc/makefile.vc
Makefile and other small corrections
[wxWidgets.git] / contrib / samples / stc / makefile.vc
1 # File: makefile.vc For stectrl
2 # Author: Robin Dunn
3 # Created: 1-Feb-2000
4 # Updated:
5
6 WXDIR = $(WXWIN)
7 PROGRAM = stctest
8
9 OBJECTS = $(PROGRAM).obj
10 EXTRALIBS = $(WXDIR)\lib\stc$(LIBEXT).lib
11 EXTRAINC = -I$(WXDIR)\contrib\include
12
13 !include $(WXDIR)\src\makeprog.vc
14