]> git.saurik.com Git - wxWidgets.git/blame - samples/stc/makefile.vc
fix reference to obsolete b32univ file
[wxWidgets.git] / samples / stc / makefile.vc
CommitLineData
9ce192d4
RD
1# File: makefile.vc For stectrl
2# Author: Robin Dunn
3# Created: 1-Feb-2000
4# Updated:
5
6WXDIR = $(WXWIN)
7PROGRAM = stctest
8
9OBJECTS = $(PROGRAM).obj
35820dcb 10EXTRALIBS = $(WXDIR)\lib\stc$(LIBEXT).lib
9ce192d4
RD
11EXTRAINC = -I$(WXDIR)\contrib\include
12
13!include $(WXDIR)\src\makeprog.vc
14