added fl bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
65
contrib/build/fl/fl.bkl
Normal file
65
contrib/build/fl/fl.bkl
Normal file
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
||||
|
||||
<set var="FL_SRC">
|
||||
antiflickpl.cpp
|
||||
bardragpl.cpp
|
||||
barhintspl.cpp
|
||||
cbcustom.cpp
|
||||
controlbar.cpp
|
||||
dyntbar.cpp
|
||||
dyntbarhnd.cpp
|
||||
frmview.cpp
|
||||
garbagec.cpp
|
||||
gcupdatesmgr.cpp
|
||||
hintanimpl.cpp
|
||||
newbmpbtn.cpp
|
||||
panedrawpl.cpp
|
||||
rowdragpl.cpp
|
||||
rowlayoutpl.cpp
|
||||
toolwnd.cpp
|
||||
updatesmgr.cpp
|
||||
</set>
|
||||
|
||||
<headers template="wx_contrib_headers">
|
||||
<files>
|
||||
wx/fl/antiflickpl.h
|
||||
wx/fl/bardragpl.h
|
||||
wx/fl/barhintspl.h
|
||||
wx/fl/cbcustom.h
|
||||
wx/fl/controlbar.h
|
||||
wx/fl/dynbarhnd.h
|
||||
wx/fl/dyntbar.h
|
||||
wx/fl/dyntbarhnd.h
|
||||
wx/fl/fldefs.h
|
||||
wx/fl/frmview.h
|
||||
wx/fl/garbagec.h
|
||||
wx/fl/gcupdatesmgr.h
|
||||
wx/fl/hintanimpl.h
|
||||
wx/fl/newbmpbtn.h
|
||||
wx/fl/panedrawpl.h
|
||||
wx/fl/rowdragpl.h
|
||||
wx/fl/rowlayoutpl.h
|
||||
wx/fl/toolwnd.h
|
||||
wx/fl/updatesmgr.h
|
||||
</files>
|
||||
</headers>
|
||||
|
||||
<dll id="fldll" template="wx_contrib_dll" cond="SHARED=='1'">
|
||||
<define>WXUSINGDLL</define>
|
||||
<define>WXMAKINGDLL_FL</define>
|
||||
<sources>$(FL_SRC)</sources>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
</dll>
|
||||
|
||||
<lib id="fllib" template="wx_contrib_lib" cond="SHARED=='0'">
|
||||
<sources>$(FL_SRC)</sources>
|
||||
</lib>
|
||||
|
||||
</makefile>
|
||||
|
Reference in New Issue
Block a user