]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/framelayout/src/makefile.vc
#included log.h
[wxWidgets.git] / utils / framelayout / src / makefile.vc
... / ...
CommitLineData
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
15WXDIR = $(WXWIN)
16FLDIR = $(WXDIR)\utils\framelayout
17THISDIR = $(FLDIR)\src
18
19LIBTARGET=$(WXDIR)\lib\fl.lib
20
21OBJECTS = antiflickpl.obj bardragpl.obj barhintspl.obj cbcustom.obj\
22 controlarea.obj controlbar.obj dyntbar.obj dyntbarhnd.obj\
23 garbagec.obj gcupdatesmgr.obj hintanimpl.obj newbmpbtn.obj\
24 panedrawpl.obj rowdragpl.obj rowlayoutpl.obj\
25 toolwnd.obj updatesmgr.obj
26
27!include $(WXDIR)\src\makelib.vc
28
29