]> git.saurik.com Git - wxWidgets.git/blame - contrib/build/xrc/xrc.bkl
fix for CW non unicode builds
[wxWidgets.git] / contrib / build / xrc / xrc.bkl
CommitLineData
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
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
6dcc040d
VS
48 </set>
49
380ba753
VS
50 <headers template="wx_contrib_headers">
51 <files>
380ba753
VS
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'">
30dc3455
VS
93 <define>WXUSINGDLL</define>
94 <define>WXMAKINGDLL_XRC</define>
6dcc040d 95 <sources>$(XRC_SRC)</sources>
380ba753 96 <wx-lib>html</wx-lib>
e2d1c567 97 <wx-lib>adv</wx-lib>
30dc3455 98 <wx-lib>core</wx-lib>
a90d7e68 99 <wx-lib>xml</wx-lib>
30dc3455 100 <wx-lib>base</wx-lib>
6dcc040d
VS
101 </dll>
102
380ba753 103 <lib id="xrclib" template="wx_contrib_lib" cond="SHARED=='0'">
6dcc040d
VS
104 <include>$(SRCDIR)/expat/xmlparse</include>
105 <include>$(SRCDIR)/expat/xmltok</include>
106 <sources>$(XRC_SRC)</sources>
107 </lib>
dd672d67 108
fdec2f7d 109 <set var="MSVC6PRJ_MERGED_TARGETS" append="1">xrc=xrclib+xrcdll</set>
6dcc040d
VS
110
111</makefile>