]> git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/wxpresets/sample/minimal.bkl
Ensure that wxApp::Yield is always processing pending event by creating a
[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="wxgui">
9
10 <!-- this sample builds always in debug mode; if you have
11 compiled wxWidgets in release mode, you'll get link errors! -->
12 <debug-info>on</debug-info>
13 <runtime-libs>dynamic</runtime-libs>
14
15 <sources>minimal.cpp</sources>
16
17 <wx-lib>core</wx-lib>
18 <wx-lib>base</wx-lib>
19 </exe>
20
21 </makefile>