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