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 <sources>$(NET_SRC)
</sources>
44 <msvc-headers>$(NET_CMN_HDR)
</msvc-headers>
48 <!-- ================================================================= -->
49 <!-- Main GUI library -->
50 <!-- ================================================================= -->
52 <dll id=
"coredll" template=
"wx_dll"
53 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
54 <define>WXUSINGDLL
</define>
55 <define>WXMAKINGDLL_CORE
</define>
56 <define>wxUSE_BASE=
0</define>
57 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
58 <msvc-headers>$(ALL_GUI_HEADERS)
</msvc-headers>
59 <library>basedll
</library>
62 <lib id=
"corelib" template=
"wx_lib"
63 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
64 <define>wxUSE_BASE=
0</define>
65 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
66 <msvc-headers>$(ALL_GUI_HEADERS)
</msvc-headers>
70 <!-- ================================================================= -->
71 <!-- "Advanced" controls library -->
72 <!-- ================================================================= -->
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>
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>
91 <!-- ================================================================= -->
92 <!-- DB classes library -->
93 <!-- ================================================================= -->
95 <dll id=
"odbcdll" template=
"wx_base_dll"
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>
101 <library>basedll
</library>
102 <ldlibs>$(EXTRALIBS_ODBC)
</ldlibs>
105 <lib id=
"odbclib" template=
"wx_base_lib"
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>
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>
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>
131 <!-- ================================================================ -->
133 <!-- ================================================================ -->
135 <dll id=
"htmldll" template=
"wx_dll"
136 cond=
"SHARED=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
137 <define>WXUSINGDLL
</define>
138 <define>WXMAKINGDLL_HTML
</define>
139 <sources>$(HTML_SRC)
</sources>
140 <library>coredll
</library>
141 <library>basedll
</library>
142 <msvc-headers>$(HTML_HDR)
</msvc-headers>
145 <lib id=
"htmllib" template=
"wx_lib"
146 cond=
"SHARED=='0' and USE_HTML=='1' and MONOLITHIC=='0'">
147 <sources>$(HTML_SRC)
</sources>
148 <msvc-headers>$(HTML_HDR)
</msvc-headers>
151 <!-- ================================================================ -->
153 <!-- ================================================================ -->
155 <!-- included by wx.bkl from opengl.bkl -->
158 <!-- ================================================================ -->
160 <!-- ================================================================ -->
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>
167 <msvc-headers>$(XML_HDR)
</msvc-headers>
168 <library>basedll
</library>
169 <ldlibs>$(EXTRALIBS_XML)
</ldlibs>
172 <lib id=
"xmllib" template=
"wx_base_lib"
173 cond=
"SHARED=='0' and MONOLITHIC=='0'">
174 <sources>$(XML_SRC)
</sources>
175 <msvc-headers>$(XML_HDR)
</msvc-headers>