]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/wxpresets/presets/wx.bkl
added 'wxgui' template to make writing makefiles for gui apps a bit easier
[wxWidgets.git] / build / bakefiles / wxpresets / presets / wx.bkl
index e2b6bdf485d1642c2d8e6a0806c7ca957fbefcc5..bb2a8d8d3f3bacdff0c72464c1c376ee3031ffd4 100644 (file)
             <debug-info>$(_DEBUGINFO)</debug-info>
         </if>
     </template>
             <debug-info>$(_DEBUGINFO)</debug-info>
         </if>
     </template>
+    
+    <!-- Template for building wx-based GUI applications -->
+    <template id="wxgui" template="wx">
+        <app-type>gui</app-type>
+    </template>
 
     <!-- Template for building wx-based console applications -->
     <template id="wxconsole" template="wx">
 
     <!-- Template for building wx-based console applications -->
     <template id="wxconsole" template="wx">
-        <define>wxUSE_GUI=0</define>
         <app-type>console</app-type>
     </template>
 
         <app-type>console</app-type>
     </template>