]>
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 | ||
54e3a7c1 | 8 | <exe id="isosurf" template="wx_sample" template_append="wx_append" cond="USE_OPENGL=='1'"> |
e93c6860 VS |
9 | <sources>isosurf.cpp</sources> |
10 | <wx-lib>gl</wx-lib> | |
11 | <wx-lib>core</wx-lib> | |
12 | <wx-lib>base</wx-lib> | |
e93c6860 | 13 | </exe> |
54e3a7c1 | 14 | |
e93c6860 VS |
15 | <wx-data id="data"> |
16 | <files> | |
17 | isosurf.dat.gz | |
18 | </files> | |
19 | </wx-data> | |
20 | ||
21 | </makefile> |