6 <!-- ================================================================= -->
7 <!-- wxBase library -->
8 <!-- ================================================================= -->
10 <dll id=
"basedll" template=
"wx_base_dll"
11 cond=
"SHARED=='1' and MONOLITHIC=='0'">
12 <define>WXMAKINGDLL_BASE
</define>
13 <define>wxUSE_BASE=
1</define>
14 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)
</sources>
15 <msvc-headers>$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
</msvc-headers>
19 <lib id=
"baselib" template=
"wx_base_lib"
20 cond=
"SHARED=='0' and MONOLITHIC=='0'">
21 <define>wxUSE_BASE=
1</define>
22 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)
</sources>
23 <msvc-headers>$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
</msvc-headers>
28 <!-- ================================================================= -->
29 <!-- wxNet library -->
30 <!-- ================================================================= -->
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>
41 <lib id=
"netlib" template=
"wx_base_lib"
42 cond=
"SHARED=='0' and MONOLITHIC=='0'">
43 <define>WXUSINGDLL
</define>
44 <define>WXMAKINGDLL_NET
</define>
45 <sources>$(NET_SRC)
</sources>
46 <msvc-headers>$(NET_CMN_HDR)
</msvc-headers>
50 <!-- ================================================================= -->
51 <!-- Main GUI library -->
52 <!-- ================================================================= -->
54 <dll id=
"coredll" template=
"wx_dll"
55 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
56 <define>WXUSINGDLL
</define>
57 <define>WXMAKINGDLL_CORE
</define>
58 <define>wxUSE_BASE=
0</define>
59 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
60 <msvc-headers>$(ALL_GUI_HEADERS)
</msvc-headers>
61 <library>basedll
</library>
64 <lib id=
"corelib" template=
"wx_lib"
65 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
66 <define>wxUSE_BASE=
0</define>
67 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
68 <msvc-headers>$(ALL_GUI_HEADERS)
</msvc-headers>
72 <!-- ================================================================= -->
73 <!-- "Advanced" controls library -->
74 <!-- ================================================================= -->
76 <dll id=
"advdll" template=
"wx_dll"
77 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
78 <define>WXUSINGDLL
</define>
79 <define>WXMAKINGDLL_ADV
</define>
80 <sources>$(ADVANCED_SRC)
</sources>
81 <msvc-headers>$(ADVANCED_HDR)
</msvc-headers>
82 <library>coredll
</library>
83 <library>basedll
</library>
86 <lib id=
"advlib" template=
"wx_lib"
87 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
88 <sources>$(ADVANCED_SRC)
</sources>
89 <msvc-headers>$(ADVANCED_HDR)
</msvc-headers>
93 <!-- ================================================================= -->
94 <!-- DB classes library -->
95 <!-- ================================================================= -->
97 <dll id=
"odbcdll" template=
"wx_base_dll"
98 cond=
"SHARED=='1' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
99 <define>WXUSINGDLL
</define>
100 <define>WXMAKINGDLL_ODBC
</define>
101 <sources>$(ODBC_SRC)
</sources>
102 <msvc-headers>$(ODBC_HDR)
</msvc-headers>
103 <library>basedll
</library>
104 <ldlibs>$(EXTRALIBS_ODBC)
</ldlibs>
107 <lib id=
"odbclib" template=
"wx_base_lib"
108 cond=
"SHARED=='0' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
109 <sources>$(ODBC_SRC)
</sources>
110 <msvc-headers>$(ODBC_HDR)
</msvc-headers>
114 <dll id=
"dbgriddll" template=
"wx_dll"
115 cond=
"SHARED=='1' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
116 <define>WXUSINGDLL
</define>
117 <define>WXMAKINGDLL_DBGRID
</define>
118 <sources>$(DBGRID_SRC)
</sources>
119 <msvc-headers>$(DBGRID_HDR)
</msvc-headers>
120 <library>advdll
</library>
121 <library>odbcdll
</library>
122 <library>coredll
</library>
123 <library>basedll
</library>
126 <lib id=
"dbgridlib" template=
"wx_lib"
127 cond=
"SHARED=='0' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
128 <sources>$(DBGRID_SRC)
</sources>
129 <msvc-headers>$(DBGRID_HDR)
</msvc-headers>
133 <!-- ================================================================ -->
135 <!-- ================================================================ -->
137 <dll id=
"htmldll" template=
"wx_dll"
138 cond=
"SHARED=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
139 <define>WXUSINGDLL
</define>
140 <define>WXMAKINGDLL_HTML
</define>
141 <sources>$(HTML_SRC)
</sources>
142 <library>coredll
</library>
143 <library>basedll
</library>
144 <msvc-headers>$(HTML_HDR)
</msvc-headers>
147 <lib id=
"htmllib" template=
"wx_lib"
148 cond=
"SHARED=='0' and USE_HTML=='1' and MONOLITHIC=='0'">
149 <sources>$(HTML_SRC)
</sources>
150 <msvc-headers>$(HTML_HDR)
</msvc-headers>
153 <!-- ================================================================ -->
155 <!-- ================================================================ -->
157 <!-- included by wx.bkl from opengl.bkl -->
160 <!-- ================================================================ -->
162 <!-- ================================================================ -->
164 <dll id=
"xmldll" template=
"wx_base_dll"
165 cond=
"SHARED=='1' and MONOLITHIC=='0'">
166 <define>WXUSINGDLL
</define>
167 <define>WXMAKINGDLL_XML
</define>
168 <sources>$(XML_SRC)
</sources>
169 <msvc-headers>$(XML_HDR)
</msvc-headers>
170 <library>basedll
</library>
171 <ldlibs>$(EXTRALIBS_XML)
</ldlibs>
174 <lib id=
"xmllib" template=
"wx_base_lib"
175 cond=
"SHARED=='0' and MONOLITHIC=='0'">
176 <sources>$(XML_SRC)
</sources>
177 <msvc-headers>$(XML_HDR)
</msvc-headers>