]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/wxpresets/sample/minimal.bkl
preserve TAB characters when copying HTML <pre> content to clipboard
[wxWidgets.git] / build / bakefiles / wxpresets / sample / minimal.bkl
index a21f271a7218d26aeffcaf0949a16bfc2d3cb4da..1b69759b4affd05a92986e33812928ee44834fee 100644 (file)
@@ -5,8 +5,10 @@
 
     <include file="presets/wx.bkl"/>
 
-    <exe id="minimal" template="wx">
-        <app-type>gui</app-type>
+    <exe id="minimal" template="wxgui">
+
+        <!-- this sample builds always in debug mode; if you have
+             compiled wxWidgets in release mode, you'll get link errors! -->
         <debug-info>on</debug-info>
         <runtime-libs>dynamic</runtime-libs>