]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | ||
3 | <makefile> | |
4 | ||
5 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
6 | ||
7 | <if cond="OUT_OF_TREE_MAKEFILES=='1'"> | |
8 | <set var="USE_OPENGL">1</set> | |
9 | </if> | |
10 | ||
11 | <exe id="isosurf" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'"> | |
12 | <sources>isosurf.cpp</sources> | |
13 | <headers>isosurf.h</headers> | |
14 | <wx-lib>gl</wx-lib> | |
15 | <wx-lib>core</wx-lib> | |
16 | <wx-lib>base</wx-lib> | |
17 | </exe> | |
18 | ||
19 | <wx-data id="data"> | |
20 | <files> | |
21 | isosurf.dat.gz | |
22 | </files> | |
23 | </wx-data> | |
24 | ||
25 | </makefile> |