]> git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/wxpresets/sample/minimal.bkl
Fix typos.
[wxWidgets.git] / build / bakefiles / wxpresets / sample / minimal.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="presets/wx.bkl"/>
7
8 <exe id="minimal" template="wx">
9 <app-type>gui</app-type>
10
11 <!-- this sample builds always in debug mode; if you have
12 compiled wxWidgets in release mode, you'll get link errors! -->
13 <debug-info>on</debug-info>
14 <runtime-libs>dynamic</runtime-libs>
15
16 <sources>minimal.cpp</sources>
17
18 <wx-lib>core</wx-lib>
19 <wx-lib>base</wx-lib>
20 </exe>
21
22 </makefile>