]> git.saurik.com Git - wxWidgets.git/blame - build/bakefiles/multilib.bkl
disable more borland warnings
[wxWidgets.git] / build / bakefiles / multilib.bkl
CommitLineData
ddf98968 1<?xml version="1.0" ?>
cb8bbc13
VS
2<!-- $Id$ -->
3
ddf98968 4<makefile>
e86e1522 5
ddf98968 6 <!-- ================================================================= -->
e86e1522 7 <!-- wxBase library -->
ddf98968
VS
8 <!-- ================================================================= -->
9
3560dc76 10 <dll id="basedll" template="wx_base_dll"
ddf98968 11 cond="SHARED=='1' and MONOLITHIC=='0'">
81659205 12 <define>WXMAKINGDLL_BASE</define>
e86e1522 13 <define>wxUSE_BASE=1</define>
e86e1522 14 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)</sources>
390c0cfb 15 <msvc-headers>$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)</msvc-headers>
74e73714 16 <msvc-copy-setup-h/>
ddf98968
VS
17 </dll>
18
3560dc76 19 <lib id="baselib" template="wx_base_lib"
ddf98968 20 cond="SHARED=='0' and MONOLITHIC=='0'">
e86e1522 21 <define>wxUSE_BASE=1</define>
e86e1522 22 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)</sources>
390c0cfb 23 <msvc-headers>$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)</msvc-headers>
13cb46e0 24 <msvc-copy-setup-h/>
e86e1522 25 </lib>
7c4728f6
VS
26
27
28 <!-- ================================================================= -->
29 <!-- wxNet library -->
30 <!-- ================================================================= -->
31
32 <dll id="netdll" template="wx_base_dll"
33 cond="SHARED=='1' and MONOLITHIC=='0'">
34 <define>WXUSINGDLL</define>
35 <define>WXMAKINGDLL_NET</define>
36 <sources>$(NET_SRC)</sources>
37 <msvc-headers>$(NET_CMN_HDR) $(NET_PLATFORM_HDR)</msvc-headers>
38 <library>basedll</library>
39 </dll>
40
41 <lib id="netlib" template="wx_base_lib"
42 cond="SHARED=='0' and MONOLITHIC=='0'">
7c4728f6
VS
43 <sources>$(NET_SRC)</sources>
44 <msvc-headers>$(NET_CMN_HDR)</msvc-headers>
45 </lib>
e86e1522 46
7c4728f6 47
e86e1522
VS
48 <!-- ================================================================= -->
49 <!-- Main GUI library -->
50 <!-- ================================================================= -->
51
52 <dll id="coredll" template="wx_dll"
53 cond="SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
a7140600 54 <define>WXUSINGDLL</define>
81659205 55 <define>WXMAKINGDLL_CORE</define>
6fd9f0a4 56 <define>wxUSE_BASE=0</define>
e86e1522 57 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)</sources>
390c0cfb 58 <msvc-headers>$(ALL_GUI_HEADERS)</msvc-headers>
6c6df83a 59 <library>basedll</library>
e86e1522
VS
60 </dll>
61
62 <lib id="corelib" template="wx_lib"
63 cond="SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
6fd9f0a4 64 <define>wxUSE_BASE=0</define>
e86e1522 65 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)</sources>
390c0cfb 66 <msvc-headers>$(ALL_GUI_HEADERS)</msvc-headers>
ddf98968 67 </lib>
13cb46e0
VS
68
69
70 <!-- ================================================================= -->
71 <!-- "Advanced" controls library -->
72 <!-- ================================================================= -->
73
74 <dll id="advdll" template="wx_dll"
75 cond="SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
76 <define>WXUSINGDLL</define>
77 <define>WXMAKINGDLL_ADV</define>
78 <sources>$(ADVANCED_SRC)</sources>
79 <msvc-headers>$(ADVANCED_HDR)</msvc-headers>
80 <library>coredll</library>
81 <library>basedll</library>
82 </dll>
83
84 <lib id="advlib" template="wx_lib"
85 cond="SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
86 <sources>$(ADVANCED_SRC)</sources>
87 <msvc-headers>$(ADVANCED_HDR)</msvc-headers>
88 </lib>
bb41dcbe
VS
89
90
91 <!-- ================================================================= -->
92 <!-- DB classes library -->
93 <!-- ================================================================= -->
94
83b9886f 95 <dll id="odbcdll" template="wx_base_dll"
bb41dcbe
VS
96 cond="SHARED=='1' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
97 <define>WXUSINGDLL</define>
98 <define>WXMAKINGDLL_ODBC</define>
99 <sources>$(ODBC_SRC)</sources>
100 <msvc-headers>$(ODBC_HDR)</msvc-headers>
bb41dcbe
VS
101 <library>basedll</library>
102 <ldlibs>$(EXTRALIBS_ODBC)</ldlibs>
103 </dll>
104
83b9886f 105 <lib id="odbclib" template="wx_base_lib"
bb41dcbe
VS
106 cond="SHARED=='0' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
107 <sources>$(ODBC_SRC)</sources>
108 <msvc-headers>$(ODBC_HDR)</msvc-headers>
109 </lib>
83b9886f
VS
110
111
112 <dll id="dbgriddll" template="wx_dll"
113 cond="SHARED=='1' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
114 <define>WXUSINGDLL</define>
115 <define>WXMAKINGDLL_DBGRID</define>
116 <sources>$(DBGRID_SRC)</sources>
117 <msvc-headers>$(DBGRID_HDR)</msvc-headers>
118 <library>advdll</library>
119 <library>odbcdll</library>
120 <library>coredll</library>
121 <library>basedll</library>
122 </dll>
123
124 <lib id="dbgridlib" template="wx_lib"
125 cond="SHARED=='0' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
126 <sources>$(DBGRID_SRC)</sources>
127 <msvc-headers>$(DBGRID_HDR)</msvc-headers>
128 </lib>
ddf98968
VS
129
130
131 <!-- ================================================================ -->
132 <!-- wxHTML -->
133 <!-- ================================================================ -->
134
135 <dll id="htmldll" template="wx_dll"
4d264332 136 cond="SHARED=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
a7140600 137 <define>WXUSINGDLL</define>
81659205 138 <define>WXMAKINGDLL_HTML</define>
ddf98968 139 <sources>$(HTML_SRC)</sources>
6c6df83a
VS
140 <library>coredll</library>
141 <library>basedll</library>
390c0cfb 142 <msvc-headers>$(HTML_HDR)</msvc-headers>
ddf98968
VS
143 </dll>
144
145 <lib id="htmllib" template="wx_lib"
4d264332 146 cond="SHARED=='0' and USE_HTML=='1' and MONOLITHIC=='0'">
ddf98968 147 <sources>$(HTML_SRC)</sources>
390c0cfb 148 <msvc-headers>$(HTML_HDR)</msvc-headers>
ddf98968 149 </lib>
4d264332
VS
150
151 <!-- ================================================================ -->
152 <!-- OpenGL -->
153 <!-- ================================================================ -->
154
155 <!-- included by wx.bkl from opengl.bkl -->
a69544bf
VS
156
157
158 <!-- ================================================================ -->
159 <!-- XML -->
160 <!-- ================================================================ -->
161
162 <dll id="xmldll" template="wx_base_dll"
163 cond="SHARED=='1' and MONOLITHIC=='0'">
164 <define>WXUSINGDLL</define>
165 <define>WXMAKINGDLL_XML</define>
166 <sources>$(XML_SRC)</sources>
390c0cfb 167 <msvc-headers>$(XML_HDR)</msvc-headers>
a69544bf
VS
168 <library>basedll</library>
169 <ldlibs>$(EXTRALIBS_XML)</ldlibs>
170 </dll>
171
172 <lib id="xmllib" template="wx_base_lib"
173 cond="SHARED=='0' and MONOLITHIC=='0'">
174 <sources>$(XML_SRC)</sources>
390c0cfb 175 <msvc-headers>$(XML_HDR)</msvc-headers>
a69544bf 176 </lib>
ddf98968
VS
177
178</makefile>