X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaf0d558dcdde82e9278d2d8be7f3eb97232fdb5..81073d9209eb3a8892cc87b98ae7247265286397:/samples/samples.bkl diff --git a/samples/samples.bkl b/samples/samples.bkl index b9ff486dac..c620fd20e0 100644 --- a/samples/samples.bkl +++ b/samples/samples.bkl @@ -1,4 +1,5 @@ <?xml version="1.0" ?> +<!-- $Id$ --> <makefile> <include file="../build/bakefiles/config.bkl"/> @@ -10,13 +11,18 @@ <!-- all samples are enumerated here: --> <subproject id="access" template="sub"/> + <subproject id="animate" template="sub"/> <subproject id="artprov" template="sub"/> + <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"/> @@ -48,7 +54,6 @@ <subproject id="mediaplayer" template="sub"/> <subproject id="memcheck" template="sub"/> <subproject id="menu" template="sub"/> - <subproject id="mfc" template="sub"/> <subproject id="minifram" template="sub"/> <subproject id="minimal" template="sub"/> <subproject id="mobile" template="sub"/> @@ -59,11 +64,12 @@ <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="regtest" template="sub"/> <subproject id="render" template="sub"/> - <subproject id="richedit" template="sub"/> + <subproject id="richtext" template="sub"/> <subproject id="rotate" template="sub"/> <subproject id="sashtest" template="sub"/> <subproject id="scroll" template="sub"/> @@ -74,7 +80,6 @@ <subproject id="splash" template="sub"/> <subproject id="splitter" template="sub"/> <subproject id="statbar" template="sub"/> - <subproject id="tab" template="sub"/> <subproject id="taskbar" template="sub"/> <subproject id="text" template="sub"/> <subproject id="thread" template="sub"/> @@ -85,5 +90,7 @@ <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"/> </makefile>