]>
Commit | Line | Data |
---|---|---|
c74caa09 MB |
1 | <?xml version="1.0" ?> |
2 | <makefile> | |
3 | ||
4 | <include file="../../../build/bakefiles/common_samples.bkl"/> | |
5 | <include file="../../../build/bakefiles/common_contrib.bkl"/> | |
6 | ||
7 | <exe id="wxrcedit" template="wx_contrib_util" template_append="wx_append"> | |
8 | <sources> | |
9 | edapp.cpp | |
10 | editor.cpp | |
11 | nodehnd.cpp | |
12 | nodesdb.cpp | |
13 | pe_adv.cpp | |
14 | pe_basic.cpp | |
15 | preview.cpp | |
16 | propedit.cpp | |
17 | propframe.cpp | |
18 | splittree.cpp | |
19 | xmlhelpr.cpp | |
20 | </sources> | |
21 | <wx-lib>xrc</wx-lib> | |
22 | <wx-lib>adv</wx-lib> | |
23 | <wx-lib>html</wx-lib> | |
24 | <wx-lib>core</wx-lib> | |
25 | <wx-lib>xml</wx-lib> | |
26 | <wx-lib>base</wx-lib> | |
27 | <win32-res>wxrcedit.rc</win32-res> | |
28 | <ldlibs>$(EXTRALIBS_XML)</ldlibs> | |
29 | <install-to>$(BINDIR)</install-to> | |
30 | </exe> | |
31 | ||
32 | </makefile> |