]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common_contrib.bkl
no real changes, just rewrote ChoiceEditor::EndEdit() in a slightly more concise...
[wxWidgets.git] / build / bakefiles / common_contrib.bkl
index 0a2c2dd880af3f0d50981dc22a5baf014f93d659..49c23c63aa12f87c06467618d8f1f900f3ba8b2c 100644 (file)
         <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>    
-
-    <template id="wx_contrib_util" template="wx_util">
-        <include>$(CONTRIB_HDR_DIR)</include>
+        <install-to>$(INCLUDEDIR)/wx-$(WXVER_MAJOR).$(WXVER_MINOR)</install-to>
     </template>
 </makefile>