]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common_contrib.bkl
Implemented wxRadioBox using a GtkTable.
[wxWidgets.git] / build / bakefiles / common_contrib.bkl
index de7cd1f9e696012d7b97cf485a110c32103112f6..1a374a441a75e1a8f3a3549a00e76e6d3b44527f 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>
     </template>
-
     
     <template id="wx_contrib_headers">
         <srcdir>$(CONTRIB_HDR_DIR)</srcdir>
-    </template>    
-    
+        <install-to>$(INCLUDEDIR)/wx-$(WX_RELEASE)$(WX_FLAVOUR)</install-to>
+    </template>
 </makefile>