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