X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f820e98de02ee9c5d34f28372a2324d9b2909f6c..084ad0c2424aa998a640c151f8fa762435364449:/samples/samples.bkl diff --git a/samples/samples.bkl b/samples/samples.bkl index b193970cbd..b7780c9641 100644 --- a/samples/samples.bkl +++ b/samples/samples.bkl @@ -1,8 +1,9 @@ <?xml version="1.0" ?> +<!-- $Id$ --> <makefile> <include file="../build/bakefiles/config.bkl"/> - + <template id="sub"> <dir>$(id)</dir> <dependency-of>all</dependency-of> @@ -10,13 +11,17 @@ <!-- 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="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"/> @@ -30,6 +35,7 @@ <subproject id="erase" template="sub"/> <subproject id="event" template="sub"/> <subproject id="exec" template="sub"/> + <subproject id="except" template="sub"/> <subproject id="font" template="sub"/> <subproject id="grid" template="sub"/> <subproject id="help" template="sub"/> @@ -44,34 +50,35 @@ <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="mfc" 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="newgrid" 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="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"/> <subproject id="scrollsub" template="sub"/> <subproject id="shaped" template="sub"/> <subproject id="sockets" template="sub"/> + <subproject id="sound" template="sub"/> + <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"/> @@ -82,6 +89,7 @@ <subproject id="vscroll" template="sub"/> <subproject id="widgets" template="sub"/> <subproject id="wizard" template="sub"/> - <subproject id="wxtest" template="sub"/> + <!-- Put samples most likely to fail at the end --> + <subproject id="mfc" template="sub"/> </makefile>