]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common_contrib.bkl
added renderer.h/.cpp
[wxWidgets.git] / build / bakefiles / common_contrib.bkl
index 9ef11665050b8848c149f20f053496d8a49e54f4..de7cd1f9e696012d7b97cf485a110c32103112f6 100644 (file)
@@ -1,7 +1,11 @@
 <?xml version="1.0" ?>
+<!-- $Id$ -->
+
 <makefile>
     
-    <include file="common.bkl"/>
+    <if cond="not isdefined('file_common_samples_included')">
+        <include file="common.bkl"/>
+    </if>
     
     <set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../include</set>
     
         <include>$(CONTRIB_HDR_DIR)</include>
     </template>
     
+    <if cond="isdefined('file_common_samples_included')">
+        <template id="wx_contrib_sample" template="wx_sample">
+            <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>