]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | ||
3 | <makefile> | |
4 | ||
5 | <include file="presets/wx.bkl"/> | |
6 | ||
7 | <exe id="minimal" template="wx"> | |
8 | <app-type>gui</app-type> | |
9 | <debug-info>on</debug-info> | |
10 | <runtime-libs>dynamic</runtime-libs> | |
11 | ||
12 | <sources>minimal.cpp</sources> | |
13 | ||
14 | <wx-lib>core</wx-lib> | |
15 | <wx-lib>base</wx-lib> | |
16 | ||
17 | <install-to>$(BINDIR)</install-to> | |
18 | </exe> | |
19 | ||
20 | </makefile> |