]> git.saurik.com Git - wxWidgets.git/commitdiff
vc makefile
authorHarco de Hilster <harcoh@caos.kun.nl>
Mon, 8 Mar 1999 22:07:36 +0000 (22:07 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Mon, 8 Mar 1999 22:07:36 +0000 (22:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/framelayout/src/makefile.vc [new file with mode: 0644]

diff --git a/utils/framelayout/src/makefile.vc b/utils/framelayout/src/makefile.vc
new file mode 100644 (file)
index 0000000..8082739
--- /dev/null
@@ -0,0 +1,29 @@
+#
+# File:                makefile.nt
+# Author:      Julian Smart
+# Created:     1993
+# Updated:     
+# Copyright:   (c) 1993, AIAI, University of Edinburgh
+#
+# "%W% %G%"
+#
+# Makefile : Builds FL class library (MS VC++).
+# Use FINAL=1 argument to nmake to build final version with no debugging
+# info
+
+# Set WXDIR for your system
+WXDIR = $(WXWIN)
+FLDIR = $(WXDIR)\utils\framelayout
+THISDIR = $(FLDIR)\src
+
+LIBTARGET=$(WXDIR)\lib\fl.lib
+
+OBJECTS = antiflickpl.obj bardragpl.obj barhintspl.obj cbcustom.obj\
+ cbstore.obj controlarea.obj controlbar.obj dyntbar.obj dyntbarhnd.obj\
+ frmview.obj garbagec.obj gcupdatesmgr.obj hintanimpl.obj newbmpbtn.obj\
+ objstore.obj panedrawpl.obj pf_sample.obj rowdragpl.obj rowlayoutpl.obj\
+ settingsdlg.obj toolwnd.obj updatesmgr.obj wxinfo.obj
+
+!include $(WXDIR)\src\makelib.vc
+
+