]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/xrc/xrc.bkl
install headers and link against main lib
[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 <!-- expat: FIXME, use as external lib -->
10 expat/xmlparse/xmlparse.c
11 expat/xmltok/xmltok.c
12 expat/xmltok/xmlrole.c
13
14 <!-- the core: -->
15 xml.cpp
16 xmlres.cpp
17
18 <!-- handlers: -->
19 xh_bmp.cpp
20 xh_bmpbt.cpp
21 xh_bttn.cpp
22 xh_cald.cpp
23 xh_chckb.cpp
24 xh_chckl.cpp
25 xh_choic.cpp
26 xh_combo.cpp
27 xh_dlg.cpp
28 xh_frame.cpp
29 xh_gauge.cpp
30 xh_gdctl.cpp
31 xh_html.cpp
32 xh_listb.cpp
33 xh_listc.cpp
34 xh_menu.cpp
35 xh_notbk.cpp
36 xh_panel.cpp
37 xh_radbt.cpp
38 xh_radbx.cpp
39 xh_scrol.cpp
40 xh_scwin.cpp
41 xh_sizer.cpp
42 xh_slidr.cpp
43 xh_spin.cpp
44 xh_split.cpp
45 xh_stbmp.cpp
46 xh_stbox.cpp
47 xh_stlin.cpp
48 xh_sttxt.cpp
49 xh_text.cpp
50 xh_toolb.cpp
51 xh_tree.cpp
52 xh_unkwn.cpp
53 xh_wizrd.cpp
54 xmlrsall.cpp
55 </set>
56
57 <headers template="wx_contrib_headers">
58 <files>
59 wx/xrc/xml.h
60 wx/xrc/xmlres.h
61 wx/xrc/xh_all.h
62 wx/xrc/xh_bmp.h
63 wx/xrc/xh_bmpbt.h
64 wx/xrc/xh_bttn.h
65 wx/xrc/xh_cald.h
66 wx/xrc/xh_chckb.h
67 wx/xrc/xh_chckl.h
68 wx/xrc/xh_choic.h
69 wx/xrc/xh_combo.h
70 wx/xrc/xh_dlg.h
71 wx/xrc/xh_frame.h
72 wx/xrc/xh_gauge.h
73 wx/xrc/xh_gdctl.h
74 wx/xrc/xh_html.h
75 wx/xrc/xh_listb.h
76 wx/xrc/xh_listc.h
77 wx/xrc/xh_menu.h
78 wx/xrc/xh_notbk.h
79 wx/xrc/xh_panel.h
80 wx/xrc/xh_radbt.h
81 wx/xrc/xh_radbx.h
82 wx/xrc/xh_scrol.h
83 wx/xrc/xh_scwin.h
84 wx/xrc/xh_sizer.h
85 wx/xrc/xh_slidr.h
86 wx/xrc/xh_spin.h
87 wx/xrc/xh_split.h
88 wx/xrc/xh_stbmp.h
89 wx/xrc/xh_stbox.h
90 wx/xrc/xh_stlin.h
91 wx/xrc/xh_sttxt.h
92 wx/xrc/xh_text.h
93 wx/xrc/xh_toolb.h
94 wx/xrc/xh_tree.h
95 wx/xrc/xh_unkwn.h
96 wx/xrc/xh_wizrd.h
97 </files>
98 </headers>
99
100 <dll id="xrcdll" template="wx_contrib_dll" cond="SHARED=='1'">
101 <define>WXMAKINGDLL</define>
102 <include>$(SRCDIR)/expat/xmlparse</include>
103 <include>$(SRCDIR)/expat/xmltok</include>
104 <sources>$(XRC_SRC)</sources>
105 <wx-lib>core</wx-lib>
106 <wx-lib>html</wx-lib>
107 </dll>
108
109 <lib id="xrclib" template="wx_contrib_lib" cond="SHARED=='0'">
110 <include>$(SRCDIR)/expat/xmlparse</include>
111 <include>$(SRCDIR)/expat/xmltok</include>
112 <sources>$(XRC_SRC)</sources>
113 </lib>
114
115 </makefile>