]>
Commit | Line | Data |
---|---|---|
6dcc040d VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
380ba753 | 6 | <include file="../../../build/bakefiles/common_contrib.bkl"/> |
6dcc040d VS |
7 | |
8 | <set var="XRC_SRC"> | |
6dcc040d | 9 | <!-- the core: --> |
6dcc040d | 10 | xmlres.cpp |
6dcc040d | 11 | <!-- handlers: --> |
380ba753 VS |
12 | xh_bmp.cpp |
13 | xh_bmpbt.cpp | |
14 | xh_bttn.cpp | |
15 | xh_cald.cpp | |
16 | xh_chckb.cpp | |
17 | xh_chckl.cpp | |
18 | xh_choic.cpp | |
19 | xh_combo.cpp | |
20 | xh_dlg.cpp | |
21 | xh_frame.cpp | |
22 | xh_gauge.cpp | |
23 | xh_gdctl.cpp | |
24 | xh_html.cpp | |
25 | xh_listb.cpp | |
26 | xh_listc.cpp | |
27 | xh_menu.cpp | |
28 | xh_notbk.cpp | |
29 | xh_panel.cpp | |
30 | xh_radbt.cpp | |
31 | xh_radbx.cpp | |
32 | xh_scrol.cpp | |
33 | xh_scwin.cpp | |
34 | xh_sizer.cpp | |
35 | xh_slidr.cpp | |
36 | xh_spin.cpp | |
37 | xh_split.cpp | |
b0fb0f3c | 38 | xh_statbar.cpp |
380ba753 VS |
39 | xh_stbmp.cpp |
40 | xh_stbox.cpp | |
41 | xh_stlin.cpp | |
42 | xh_sttxt.cpp | |
43 | xh_text.cpp | |
44 | xh_toolb.cpp | |
45 | xh_tree.cpp | |
46 | xh_unkwn.cpp | |
47 | xh_wizrd.cpp | |
48 | xmlrsall.cpp | |
6dcc040d VS |
49 | </set> |
50 | ||
380ba753 VS |
51 | <headers template="wx_contrib_headers"> |
52 | <files> | |
380ba753 VS |
53 | wx/xrc/xmlres.h |
54 | wx/xrc/xh_all.h | |
55 | wx/xrc/xh_bmp.h | |
56 | wx/xrc/xh_bmpbt.h | |
57 | wx/xrc/xh_bttn.h | |
58 | wx/xrc/xh_cald.h | |
59 | wx/xrc/xh_chckb.h | |
60 | wx/xrc/xh_chckl.h | |
61 | wx/xrc/xh_choic.h | |
62 | wx/xrc/xh_combo.h | |
63 | wx/xrc/xh_dlg.h | |
64 | wx/xrc/xh_frame.h | |
65 | wx/xrc/xh_gauge.h | |
66 | wx/xrc/xh_gdctl.h | |
67 | wx/xrc/xh_html.h | |
68 | wx/xrc/xh_listb.h | |
69 | wx/xrc/xh_listc.h | |
70 | wx/xrc/xh_menu.h | |
71 | wx/xrc/xh_notbk.h | |
72 | wx/xrc/xh_panel.h | |
73 | wx/xrc/xh_radbt.h | |
74 | wx/xrc/xh_radbx.h | |
75 | wx/xrc/xh_scrol.h | |
76 | wx/xrc/xh_scwin.h | |
77 | wx/xrc/xh_sizer.h | |
78 | wx/xrc/xh_slidr.h | |
79 | wx/xrc/xh_spin.h | |
80 | wx/xrc/xh_split.h | |
b0fb0f3c | 81 | wx/xrc/xh_statbar.h |
380ba753 VS |
82 | wx/xrc/xh_stbmp.h |
83 | wx/xrc/xh_stbox.h | |
84 | wx/xrc/xh_stlin.h | |
85 | wx/xrc/xh_sttxt.h | |
86 | wx/xrc/xh_text.h | |
87 | wx/xrc/xh_toolb.h | |
88 | wx/xrc/xh_tree.h | |
89 | wx/xrc/xh_unkwn.h | |
90 | wx/xrc/xh_wizrd.h | |
91 | </files> | |
92 | </headers> | |
93 | ||
94 | <dll id="xrcdll" template="wx_contrib_dll" cond="SHARED=='1'"> | |
30dc3455 VS |
95 | <define>WXUSINGDLL</define> |
96 | <define>WXMAKINGDLL_XRC</define> | |
6dcc040d | 97 | <sources>$(XRC_SRC)</sources> |
380ba753 | 98 | <wx-lib>html</wx-lib> |
e2d1c567 | 99 | <wx-lib>adv</wx-lib> |
30dc3455 | 100 | <wx-lib>core</wx-lib> |
a90d7e68 | 101 | <wx-lib>xml</wx-lib> |
30dc3455 | 102 | <wx-lib>base</wx-lib> |
6dcc040d VS |
103 | </dll> |
104 | ||
380ba753 | 105 | <lib id="xrclib" template="wx_contrib_lib" cond="SHARED=='0'"> |
6dcc040d VS |
106 | <include>$(SRCDIR)/expat/xmlparse</include> |
107 | <include>$(SRCDIR)/expat/xmltok</include> | |
108 | <sources>$(XRC_SRC)</sources> | |
109 | </lib> | |
dd672d67 | 110 | |
fdec2f7d | 111 | <set var="MSVC6PRJ_MERGED_TARGETS" append="1">xrc=xrclib+xrcdll</set> |
6dcc040d VS |
112 | |
113 | </makefile> |