]>
Commit | Line | Data |
---|---|---|
83c7f6a7 VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="presets/wx.bkl"/> | |
7 | ||
92a93d46 | 8 | <exe id="minimal" template="wxgui"> |
e602dae8 KO |
9 | |
10 | <!-- this sample builds always in debug mode; if you have | |
11 | compiled wxWidgets in release mode, you'll get link errors! --> | |
83c7f6a7 VS |
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> |