]> git.saurik.com Git - wxWidgets.git/blame - utils/framelayout/src/makefile.b32
vc makefile
[wxWidgets.git] / utils / framelayout / src / makefile.b32
CommitLineData
8e6b0231
HH
1#
2# File: makefile.b32
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright:
7#
8# Makefile : Builds FL library for 32-bit BC++
9
10WXDIR = $(WXWIN)
11
12LIBTARGET=$(WXDIR)\lib\fl.lib
13
14OBJECTS = antiflickpl.obj bardragpl.obj barhintspl.obj cbcustom.obj\
15 cbstore.obj controlarea.obj controlbar.obj dyntbar.obj dyntbarhnd.obj\
16 frmview.obj garbagec.obj gcupdatesmgr.obj hintanimpl.obj newbmpbtn.obj\
17 objstore.obj panedrawpl.obj pf_sample.obj rowdragpl.obj rowlayoutpl.obj\
18 settingsdlg.obj toolwnd.obj updatesmgr.obj wxinfo.obj
19
20!include $(WXDIR)\src\makelib.b32
21