]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/xrc/makefile.vc
Applied [ 594925 ] Implement wxArtProvider and XRC together
[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 myframe.obj derivdlg.obj custclas.obj
10
11 EXTRALIBS = $(WXDIR)\lib\wxxrc$(LIBEXT).lib
12 EXTRAINC = -I$(WXDIR)\contrib\include
13
14 !include $(WXDIR)\src\makeprog.vc
15
16