]>
Commit | Line | Data |
---|---|---|
83c7f6a7 | 1 | <?xml version="1.0" ?> |
83c7f6a7 VS |
2 | |
3 | <makefile> | |
4 | ||
5 | <include file="presets/wx.bkl"/> | |
6 | ||
92a93d46 | 7 | <exe id="minimal" template="wxgui"> |
e602dae8 KO |
8 | |
9 | <!-- this sample builds always in debug mode; if you have | |
10 | compiled wxWidgets in release mode, you'll get link errors! --> | |
83c7f6a7 VS |
11 | <debug-info>on</debug-info> |
12 | <runtime-libs>dynamic</runtime-libs> | |
13 | ||
14 | <sources>minimal.cpp</sources> | |
15 | ||
16 | <wx-lib>core</wx-lib> | |
17 | <wx-lib>base</wx-lib> | |
18 | </exe> | |
19 | ||
20 | </makefile> |