]> git.saurik.com Git - wxWidgets.git/blame - contrib/build/fl/fl.bkl
Regenerated makefiles
[wxWidgets.git] / contrib / build / fl / fl.bkl
CommitLineData
7da09e52
VS
1<?xml version="1.0" ?>
2<!-- $Id$ -->
3
4<makefile>
5
6 <include file="../../../build/bakefiles/common_contrib.bkl"/>
7
8 <set var="FL_SRC">
9 antiflickpl.cpp
10 bardragpl.cpp
11 barhintspl.cpp
12 cbcustom.cpp
13 controlbar.cpp
14 dyntbar.cpp
15 dyntbarhnd.cpp
16 frmview.cpp
17 garbagec.cpp
18 gcupdatesmgr.cpp
19 hintanimpl.cpp
20 newbmpbtn.cpp
21 panedrawpl.cpp
22 rowdragpl.cpp
23 rowlayoutpl.cpp
24 toolwnd.cpp
25 updatesmgr.cpp
26 </set>
27
28 <headers template="wx_contrib_headers">
29 <files>
30 wx/fl/antiflickpl.h
31 wx/fl/bardragpl.h
32 wx/fl/barhintspl.h
33 wx/fl/cbcustom.h
34 wx/fl/controlbar.h
35 wx/fl/dynbarhnd.h
36 wx/fl/dyntbar.h
37 wx/fl/dyntbarhnd.h
38 wx/fl/fldefs.h
39 wx/fl/frmview.h
40 wx/fl/garbagec.h
41 wx/fl/gcupdatesmgr.h
42 wx/fl/hintanimpl.h
43 wx/fl/newbmpbtn.h
44 wx/fl/panedrawpl.h
45 wx/fl/rowdragpl.h
46 wx/fl/rowlayoutpl.h
47 wx/fl/toolwnd.h
48 wx/fl/updatesmgr.h
49 </files>
50 </headers>
51
52 <dll id="fldll" template="wx_contrib_dll" cond="SHARED=='1'">
53 <define>WXUSINGDLL</define>
54 <define>WXMAKINGDLL_FL</define>
55 <sources>$(FL_SRC)</sources>
56 <wx-lib>core</wx-lib>
57 <wx-lib>base</wx-lib>
58 </dll>
59
60 <lib id="fllib" template="wx_contrib_lib" cond="SHARED=='0'">
61 <sources>$(FL_SRC)</sources>
62 </lib>
63
fdec2f7d 64 <set var="MSVC6PRJ_MERGED_TARGETS" append="1">fl=fllib+fldll</set>
dd672d67 65
7da09e52
VS
66</makefile>
67