]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
7 | ||
8 | <if cond="OUT_OF_TREE_MAKEFILES=='1'"> | |
9 | <set var="USE_OPENGL">1</set> | |
10 | </if> | |
11 | ||
12 | <exe id="isosurf" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'"> | |
13 | <sources>isosurf.cpp</sources> | |
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> |