]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/wxpresets/sample/minimal.bkl
Committing patch #1604462, which improves autoconf support, adds a wxbase template...
[wxWidgets.git] / build / bakefiles / wxpresets / sample / minimal.bkl
index a21f271a7218d26aeffcaf0949a16bfc2d3cb4da..2a0152b6b4fd919f0cd76290580cdfadccb8dce2 100644 (file)
@@ -7,6 +7,9 @@
 
     <exe id="minimal" template="wx">
         <app-type>gui</app-type>
+
+        <!-- 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>