]>
Commit | Line | Data |
---|---|---|
fe0895cf | 1 | <?xml version="1.0" ?> |
c5ab7948 | 2 | |
fe0895cf VS |
3 | <makefile> |
4 | ||
5 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <exe id="minimal" template="wx_sample" template_append="wx_append"> | |
8 | <sources>minimal.cpp</sources> | |
9 | <wx-lib>core</wx-lib> | |
09d29270 | 10 | <wx-lib>base</wx-lib> |
33babf75 | 11 | <uid type="creatorid">wx06</uid> |
fe0895cf VS |
12 | </exe> |
13 | ||
14 | </makefile> |