]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/build/xrc/xrc.bkl
added .chm support for Unix (Markus Sinner)
[wxWidgets.git] / contrib / build / xrc / xrc.bkl
index e9ff9816c4e0a5c64aa68de81230efe7b8c91f17..3a6f12564eff7a62c40d0a911375008b49f343d8 100644 (file)
@@ -6,15 +6,8 @@
     <include file="../../../build/bakefiles/common_contrib.bkl"/>
 
     <set var="XRC_SRC">
     <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: -->
         <!-- the core: -->
-        xml.cpp
         xmlres.cpp
         xmlres.cpp
-        
         <!-- handlers: -->
         xh_bmp.cpp
         xh_bmpbt.cpp
         <!-- handlers: -->
         xh_bmp.cpp
         xh_bmpbt.cpp
@@ -56,7 +49,6 @@
 
     <headers template="wx_contrib_headers">
         <files>
 
     <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/xmlres.h
             wx/xrc/xh_all.h
             wx/xrc/xh_bmp.h
     <dll id="xrcdll" template="wx_contrib_dll" cond="SHARED=='1'">
         <define>WXUSINGDLL</define>
         <define>WXMAKINGDLL_XRC</define>
     <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>
         <sources>$(XRC_SRC)</sources>
         <wx-lib>html</wx-lib>
+        <wx-lib>adv</wx-lib>
         <wx-lib>core</wx-lib>
         <wx-lib>core</wx-lib>
+        <wx-lib>xml</wx-lib>
         <wx-lib>base</wx-lib>
     </dll>
     
         <wx-lib>base</wx-lib>
     </dll>
     
         <include>$(SRCDIR)/expat/xmltok</include>
         <sources>$(XRC_SRC)</sources>
     </lib>
         <include>$(SRCDIR)/expat/xmltok</include>
         <sources>$(XRC_SRC)</sources>
     </lib>
+    
+    <set var="MSVC6PRJ_MERGED_TARGETS" append="1">xrc=xrclib+xrcdll</set>
 
 </makefile>
 
 </makefile>