]>
Commit | Line | Data |
---|---|---|
83c7f6a7 VS |
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 | <debug-info>on</debug-info> | |
11 | <runtime-libs>dynamic</runtime-libs> | |
12 | ||
13 | <sources>minimal.cpp</sources> | |
14 | ||
15 | <wx-lib>core</wx-lib> | |
16 | <wx-lib>base</wx-lib> | |
17 | </exe> | |
18 | ||
19 | </makefile> |