]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/xrc/makefile.vc
changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
[wxWidgets.git] / contrib / samples / xrc / 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 = xrcdemo
8
9 OBJECTS = $(PROGRAM).obj
10 EXTRALIBS = $(WXDIR)\lib\wxxrc$(LIBEXT).lib
11 EXTRAINC = -I$(WXDIR)\contrib\include
12
13 !include $(WXDIR)\src\makeprog.vc
14