]> git.saurik.com Git - wxWidgets.git/blob - utils/framelayout/src/makefile.vc
vc makefile
[wxWidgets.git] / utils / framelayout / src / makefile.vc
1 #
2 # File: makefile.nt
3 # Author: Julian Smart
4 # Created: 1993
5 # Updated:
6 # Copyright: (c) 1993, AIAI, University of Edinburgh
7 #
8 # "%W% %G%"
9 #
10 # Makefile : Builds FL class library (MS VC++).
11 # Use FINAL=1 argument to nmake to build final version with no debugging
12 # info
13
14 # Set WXDIR for your system
15 WXDIR = $(WXWIN)
16 FLDIR = $(WXDIR)\utils\framelayout
17 THISDIR = $(FLDIR)\src
18
19 LIBTARGET=$(WXDIR)\lib\fl.lib
20
21 OBJECTS = antiflickpl.obj bardragpl.obj barhintspl.obj cbcustom.obj\
22 cbstore.obj controlarea.obj controlbar.obj dyntbar.obj dyntbarhnd.obj\
23 frmview.obj garbagec.obj gcupdatesmgr.obj hintanimpl.obj newbmpbtn.obj\
24 objstore.obj panedrawpl.obj pf_sample.obj rowdragpl.obj rowlayoutpl.obj\
25 settingsdlg.obj toolwnd.obj updatesmgr.obj wxinfo.obj
26
27 !include $(WXDIR)\src\makelib.vc
28
29