]> git.saurik.com Git - wxWidgets.git/blob - utils/framelayout/samples/sample/Makefile.vc
changed version number
[wxWidgets.git] / utils / framelayout / samples / sample / Makefile.vc
1 #
2 # File: makefile.vc
3 # Author: J Russell Smyth
4 # Created: 1999
5 # Updated:
6 # Copyright:
7 #
8 # Makefile : Builds frame layout sample
9 # Use FINAL=1 argument to nmake to build final version with no debug info.
10
11 # Set WXDIR for your system
12 WXDIR = $(WXWIN)
13
14 EXTRAINC = -I..\..\src
15 EXTRALIBS = $(WXDIR)\lib\fl.lib
16 EXTRAFLAGS = /DwxDUMMY_OBJ_INCLUDED
17 PROGRAM=fl_sample
18 OBJECTS = $(PROGRAM).obj
19
20 !include $(WXDIR)\src\makeprog.vc
21