]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/xrc/xrc.bkl
More details about the internal module name changes
[wxWidgets.git] / contrib / build / xrc / xrc.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../../../build/bakefiles/common_contrib.bkl"/>
7
8 <set var="XRC_SRC">
9 <!-- the core: -->
10 xmlres.cpp
11 <!-- handlers: -->
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
38 xh_statbar.cpp
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
49 </set>
50
51 <headers template="wx_contrib_headers">
52 <files>
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
81 wx/xrc/xh_statbar.h
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'">
95 <define>WXUSINGDLL</define>
96 <define>WXMAKINGDLL_XRC</define>
97 <sources>$(XRC_SRC)</sources>
98 <wx-lib>html</wx-lib>
99 <wx-lib>adv</wx-lib>
100 <wx-lib>core</wx-lib>
101 <wx-lib>xml</wx-lib>
102 <wx-lib>base</wx-lib>
103 </dll>
104
105 <lib id="xrclib" template="wx_contrib_lib" cond="SHARED=='0'">
106 <include>$(SRCDIR)/expat/xmlparse</include>
107 <include>$(SRCDIR)/expat/xmltok</include>
108 <sources>$(XRC_SRC)</sources>
109 </lib>
110
111 <set var="MSVC6PRJ_MERGED_TARGETS" append="1">xrc=xrclib+xrcdll</set>
112
113 </makefile>