]>
Commit | Line | Data |
---|---|---|
fe0895cf | 1 | <?xml version="1.0" ?> |
c5ab7948 VS |
2 | <!-- $Id$ --> |
3 | ||
fe0895cf VS |
4 | <makefile> |
5 | ||
6 | <include file="../../build/bakefiles/common_samples.bkl"/> | |
7 | ||
8 | <exe id="minimal" template="wx_sample" template_append="wx_append"> | |
9 | <sources>minimal.cpp</sources> | |
10 | <wx-lib>core</wx-lib> | |
09d29270 | 11 | <wx-lib>base</wx-lib> |
fe0895cf | 12 | <win32-res>minimal.rc</win32-res> |
c5ab7948 | 13 | <mac-res>mondrian.r</mac-res> |
fe0895cf VS |
14 | </exe> |
15 | ||
16 | </makefile> |