]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/samples.bkl
GetPendingEditedValue() -> GetUncommittedPropertyValue() (more consistent API naming...
[wxWidgets.git] / samples / samples.bkl
index e4b36278861fd5aef3b76d2942fe6f963955df3d..eef819235a813049a2375ccd733b28076e99ba62 100644 (file)
@@ -4,8 +4,11 @@
 
     <include file="../build/bakefiles/config.bkl"/>
 
-    <template id="sub">
+    <template id="optsub">
         <dir>$(id)</dir>
+    </template>
+
+    <template id="sub" template="optsub">
         <dependency-of>all</dependency-of>
     </template>
 
     <subproject id="aui" template="sub"/>
     <subproject id="calendar" template="sub"/>
     <subproject id="caret" template="sub"/>
-    <subproject id="checklst" template="sub"/>
     <subproject id="collpane" template="sub"/>
     <subproject id="config" template="sub"/>
     <subproject id="combo" template="sub"/>
     <subproject id="console" template="sub"/>
     <subproject id="controls" template="sub"/>
     <subproject id="dataview" template="sub"/>
-    <subproject id="db" template="sub"/>
     <subproject id="dialogs" template="sub"/>
     <subproject id="dialup" template="sub"/>
     <subproject id="display" template="sub"/>
     <subproject id="dnd" template="sub"/>
     <subproject id="docview" template="sub"/>
-    <subproject id="docvwmdi" template="sub"/>
     <subproject id="dragimag" template="sub"/>
     <subproject id="drawing" template="sub"/>
-    <subproject id="dynamic" template="sub"/>
     <subproject id="erase" template="sub"/>
     <subproject id="event" template="sub"/>
     <subproject id="exec" template="sub"/>
     <subproject id="joytest" template="sub"/>
     <subproject id="keyboard" template="sub"/>
     <subproject id="layout" template="sub"/>
-    <subproject id="listbox" template="sub"/>
     <subproject id="listctrl" template="sub"/>
     <subproject id="mdi" template="sub"/>
     <subproject id="mediaplayer" template="sub"/>
-    <subproject id="memcheck" template="sub"/>
     <subproject id="menu" template="sub"/>
-    <subproject id="minifram" template="sub"/>
     <subproject id="minimal" template="sub"/>
     <subproject id="mobile" template="sub"/>
-    <subproject id="multimon" template="sub"/>
     <subproject id="nativdlg" template="sub"/>
     <subproject id="notebook" template="sub"/>
     <subproject id="oleauto" template="sub"/>
     <subproject id="opengl" template="sub"/>
     <subproject id="ownerdrw" template="sub"/>
-    <subproject id="png" template="sub"/>
     <subproject id="popup" template="sub"/>
     <subproject id="printing" template="sub"/>
-    <subproject id="propsize" template="sub"/>
+    <subproject id="propgrid" template="sub"/>
     <subproject id="regtest" template="sub"/>
     <subproject id="render" template="sub"/>
     <subproject id="richtext" template="sub"/>
-    <subproject id="rotate" template="sub"/>
     <subproject id="sashtest" template="sub"/>
     <subproject id="scroll" template="sub"/>
     <subproject id="scrollsub" template="sub"/>
@@ -91,7 +84,9 @@
     <subproject id="vscroll" template="sub"/>
     <subproject id="widgets" template="sub"/>
     <subproject id="wizard" template="sub"/>
-    <!-- Put samples most likely to fail at the end -->
-    <subproject id="mfc" template="sub"/>
+    <subproject id="wrapsizer" template="sub"/>
+    <!-- These samples don't always build so don't build them by default -->
+    <subproject id="mfc" template="optsub"/>
+    <subproject id="memcheck" template="optsub"/>
 
 </makefile>