]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common_contrib.bkl
info about what is generated
[wxWidgets.git] / build / bakefiles / common_contrib.bkl
index 30171f866f537a556e4ef428c51bf04b6b2a2129..feb1d67469eb44169b1589d493edcbd423a45f49 100644 (file)
@@ -7,7 +7,7 @@
         <include file="common.bkl"/>
     </if>
     
-    <set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../include</set>
+    <set var="CONTRIB_HDR_DIR" overwrite="0">$(SRCDIR)/../../include</set>
     
     <!-- =============================================================== -->
     <!--                      Contrib lib helpers:                       -->
         <template id="wx_contrib_sample" template="wx_sample">
             <include>$(CONTRIB_HDR_DIR)</include>
         </template>
+        <template id="wx_contrib_util" template="wx_util">
+            <include>$(CONTRIB_HDR_DIR)</include>
+        </template>
     </if>
     
     <template id="wx_contrib_dll"
               template="wx_dll_b" template_append="wx_append">
         <include>$(CONTRIB_HDR_DIR)</include>
-        <!-- Always link against the wxWin library in monolithic build: -->
-        <sys-lib>$(WXLIB_MONO)</sys-lib>
     </template>
-
     
     <template id="wx_contrib_headers">
         <srcdir>$(CONTRIB_HDR_DIR)</srcdir>
-    </template>    
-    
+    </template>
 </makefile>