]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/build/deprecated/deprecated.bkl
added operator=(unsigned int) overload (should help djgpp compilation)
[wxWidgets.git] / contrib / build / deprecated / deprecated.bkl
index 65ad4cd456a210d9edaa2003168460f1f34d816b..625f75b77afaa1aefe36da2877971c1b83d74ac8 100644 (file)
@@ -11,7 +11,7 @@
         proplist.cpp
         resource.cpp
         tbarsmpl.cpp
-        treelay.cpp
+        treelay.cpp        
         wxexpr.cpp
         
         <!--
     <dll id="deprecateddll" template="wx_contrib_dll" cond="SHARED=='1'">
         <define>WXUSINGDLL</define>
         <define>WXMAKINGDLL_DEPRECATED</define>
+        <include>$(SRCDIR)</include>
         <sources>$(DEPRECATED_SRC)</sources>
         <wx-lib>core</wx-lib>
         <wx-lib>base</wx-lib>
+        <precomp-headers-exclude>dosyacc.c</precomp-headers-exclude>
     </dll>
     
     <lib id="deprecatedlib" template="wx_contrib_lib" cond="SHARED=='0'">
+        <include>$(SRCDIR)</include>
         <sources>$(DEPRECATED_SRC)</sources>
+        <precomp-headers-exclude>dosyacc.c</precomp-headers-exclude>
     </lib>
     
-    <set var="MSVC6PRJ_MERGED_TARGETS" append="1">deprecated=deprecateddll+deprecatedlib</set>
+    <set var="MSVC6PRJ_MERGED_TARGETS" append="1">deprecated=deprecatedlib+deprecateddll</set>
 
 </makefile>