]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/xrc/xrc.bkl
added VC++ projects
[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_stbmp.cpp
39 xh_stbox.cpp
40 xh_stlin.cpp
41 xh_sttxt.cpp
42 xh_text.cpp
43 xh_toolb.cpp
44 xh_tree.cpp
45 xh_unkwn.cpp
46 xh_wizrd.cpp
47 xmlrsall.cpp
48 </set>
49
50 <headers template="wx_contrib_headers">
51 <files>
52 wx/xrc/xmlres.h
53 wx/xrc/xh_all.h
54 wx/xrc/xh_bmp.h
55 wx/xrc/xh_bmpbt.h
56 wx/xrc/xh_bttn.h
57 wx/xrc/xh_cald.h
58 wx/xrc/xh_chckb.h
59 wx/xrc/xh_chckl.h
60 wx/xrc/xh_choic.h
61 wx/xrc/xh_combo.h
62 wx/xrc/xh_dlg.h
63 wx/xrc/xh_frame.h
64 wx/xrc/xh_gauge.h
65 wx/xrc/xh_gdctl.h
66 wx/xrc/xh_html.h
67 wx/xrc/xh_listb.h
68 wx/xrc/xh_listc.h
69 wx/xrc/xh_menu.h
70 wx/xrc/xh_notbk.h
71 wx/xrc/xh_panel.h
72 wx/xrc/xh_radbt.h
73 wx/xrc/xh_radbx.h
74 wx/xrc/xh_scrol.h
75 wx/xrc/xh_scwin.h
76 wx/xrc/xh_sizer.h
77 wx/xrc/xh_slidr.h
78 wx/xrc/xh_spin.h
79 wx/xrc/xh_split.h
80 wx/xrc/xh_stbmp.h
81 wx/xrc/xh_stbox.h
82 wx/xrc/xh_stlin.h
83 wx/xrc/xh_sttxt.h
84 wx/xrc/xh_text.h
85 wx/xrc/xh_toolb.h
86 wx/xrc/xh_tree.h
87 wx/xrc/xh_unkwn.h
88 wx/xrc/xh_wizrd.h
89 </files>
90 </headers>
91
92 <dll id="xrcdll" template="wx_contrib_dll" cond="SHARED=='1'">
93 <define>WXUSINGDLL</define>
94 <define>WXMAKINGDLL_XRC</define>
95 <sources>$(XRC_SRC)</sources>
96 <wx-lib>html</wx-lib>
97 <wx-lib>core</wx-lib>
98 <wx-lib>xml</wx-lib>
99 <wx-lib>base</wx-lib>
100 </dll>
101
102 <lib id="xrclib" template="wx_contrib_lib" cond="SHARED=='0'">
103 <include>$(SRCDIR)/expat/xmlparse</include>
104 <include>$(SRCDIR)/expat/xmltok</include>
105 <sources>$(XRC_SRC)</sources>
106 </lib>
107
108 </makefile>