]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/samples.bkl
Fix use of deprecated wxList/Node methods.
[wxWidgets.git] / samples / samples.bkl
index 1a063596500db880fdf5c8db7160e10346b52c61..341106dd110b360970904bab3911dc795b36bfb9 100644 (file)
@@ -1,6 +1,8 @@
 <?xml version="1.0" ?>
 <makefile>
 
+    <include file="../build/bakefiles/config.bkl"/>
+    
     <template id="sub">
         <dir>$(id)</dir>
         <dependency-of>all</dependency-of>
@@ -8,6 +10,7 @@
 
     <!-- all samples are enumerated here: -->
     <subproject id="artprov" template="sub"/>
+    <subproject id="console" template="sub" cond="USE_GUI=='0'"/>
     <subproject id="dialogs" template="sub"/>
     <subproject id="image" template="sub"/>
     <subproject id="minimal" template="sub"/>