<include file="../../../build/bakefiles/common_contrib.bkl"/>
<set var="XRC_SRC">
- <!-- expat: FIXME, use as external lib -->
- expat/xmlparse/xmlparse.c
- expat/xmltok/xmltok.c
- expat/xmltok/xmlrole.c
-
<!-- the core: -->
- xml.cpp
xmlres.cpp
-
<!-- handlers: -->
xh_bmp.cpp
xh_bmpbt.cpp
xh_slidr.cpp
xh_spin.cpp
xh_split.cpp
+ xh_statbar.cpp
xh_stbmp.cpp
xh_stbox.cpp
xh_stlin.cpp
<headers template="wx_contrib_headers">
<files>
- wx/xrc/xml.h
wx/xrc/xmlres.h
wx/xrc/xh_all.h
wx/xrc/xh_bmp.h
wx/xrc/xh_slidr.h
wx/xrc/xh_spin.h
wx/xrc/xh_split.h
+ wx/xrc/xh_statbar.h
wx/xrc/xh_stbmp.h
wx/xrc/xh_stbox.h
wx/xrc/xh_stlin.h
<dll id="xrcdll" template="wx_contrib_dll" cond="SHARED=='1'">
<define>WXUSINGDLL</define>
<define>WXMAKINGDLL_XRC</define>
- <include>$(SRCDIR)/expat/xmlparse</include>
- <include>$(SRCDIR)/expat/xmltok</include>
<sources>$(XRC_SRC)</sources>
<wx-lib>html</wx-lib>
+ <wx-lib>adv</wx-lib>
<wx-lib>core</wx-lib>
+ <wx-lib>xml</wx-lib>
<wx-lib>base</wx-lib>
</dll>
<include>$(SRCDIR)/expat/xmltok</include>
<sources>$(XRC_SRC)</sources>
</lib>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS" append="1">xrc=xrclib+xrcdll</set>
</makefile>