]>
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> | |
e602dae8 KO |
10 | |
11 | <!-- this sample builds always in debug mode; if you have | |
12 | compiled wxWidgets in release mode, you'll get link errors! --> | |
83c7f6a7 VS |
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> |