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 <define>wxUSE_GUI=
0</define>
15 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)
</sources>
16 <msvc-headers>$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
</msvc-headers>
20 <lib id=
"baselib" template=
"wx_base_lib"
21 cond=
"SHARED=='0' and MONOLITHIC=='0'">
22 <define>wxUSE_BASE=
1</define>
23 <define>wxUSE_GUI=
0</define>
24 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)
</sources>
25 <msvc-headers>$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
</msvc-headers>
30 <!-- ================================================================= -->
31 <!-- wxNet library -->
32 <!-- ================================================================= -->
34 <dll id=
"netdll" template=
"wx_base_dll"
35 cond=
"SHARED=='1' and MONOLITHIC=='0'">
36 <define>WXUSINGDLL
</define>
37 <define>WXMAKINGDLL_NET
</define>
38 <sources>$(NET_SRC)
</sources>
39 <msvc-headers>$(NET_CMN_HDR) $(NET_PLATFORM_HDR)
</msvc-headers>
40 <library>basedll
</library>
43 <lib id=
"netlib" template=
"wx_base_lib"
44 cond=
"SHARED=='0' and MONOLITHIC=='0'">
45 <define>WXUSINGDLL
</define>
46 <define>WXMAKINGDLL_NET
</define>
47 <sources>$(NET_SRC)
</sources>
48 <msvc-headers>$(NET_CMN_HDR)
</msvc-headers>
52 <!-- ================================================================= -->
53 <!-- Main GUI library -->
54 <!-- ================================================================= -->
56 <dll id=
"coredll" template=
"wx_dll"
57 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
58 <define>WXUSINGDLL
</define>
59 <define>WXMAKINGDLL_CORE
</define>
60 <define>wxUSE_BASE=
0</define>
61 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
62 <msvc-headers>$(ALL_GUI_HEADERS)
</msvc-headers>
63 <library>basedll
</library>
66 <lib id=
"corelib" template=
"wx_lib"
67 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
68 <define>wxUSE_BASE=
0</define>
69 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
70 <msvc-headers>$(ALL_GUI_HEADERS)
</msvc-headers>
74 <!-- ================================================================= -->
75 <!-- "Advanced" controls library -->
76 <!-- ================================================================= -->
78 <dll id=
"advdll" template=
"wx_dll"
79 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
80 <define>WXUSINGDLL
</define>
81 <define>WXMAKINGDLL_ADV
</define>
82 <sources>$(ADVANCED_SRC)
</sources>
83 <msvc-headers>$(ADVANCED_HDR)
</msvc-headers>
84 <library>coredll
</library>
85 <library>basedll
</library>
88 <lib id=
"advlib" template=
"wx_lib"
89 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
90 <sources>$(ADVANCED_SRC)
</sources>
91 <msvc-headers>$(ADVANCED_HDR)
</msvc-headers>
95 <!-- ================================================================= -->
96 <!-- DB classes library -->
97 <!-- ================================================================= -->
99 <dll id=
"odbcdll" template=
"wx_dll"
100 cond=
"SHARED=='1' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
101 <define>WXUSINGDLL
</define>
102 <define>WXMAKINGDLL_ODBC
</define>
103 <sources>$(ODBC_SRC)
</sources>
104 <msvc-headers>$(ODBC_HDR)
</msvc-headers>
105 <library>advdll
</library> <!-- FIXME - we don't want this -->
106 <library>coredll
</library> <!-- FIXME - we don't want this -->
107 <library>basedll
</library>
108 <ldlibs>$(EXTRALIBS_ODBC)
</ldlibs>
111 <lib id=
"odbclib" template=
"wx_lib"
112 cond=
"SHARED=='0' and USE_GUI=='1' and USE_ODBC=='1' and MONOLITHIC=='0'">
113 <sources>$(ODBC_SRC)
</sources>
114 <msvc-headers>$(ODBC_HDR)
</msvc-headers>
118 <!-- ================================================================ -->
120 <!-- ================================================================ -->
122 <dll id=
"htmldll" template=
"wx_dll"
123 cond=
"SHARED=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
124 <define>WXUSINGDLL
</define>
125 <define>WXMAKINGDLL_HTML
</define>
126 <sources>$(HTML_SRC)
</sources>
127 <library>coredll
</library>
128 <library>basedll
</library>
129 <msvc-headers>$(HTML_HDR)
</msvc-headers>
132 <lib id=
"htmllib" template=
"wx_lib"
133 cond=
"SHARED=='0' and USE_HTML=='1' and MONOLITHIC=='0'">
134 <sources>$(HTML_SRC)
</sources>
135 <msvc-headers>$(HTML_HDR)
</msvc-headers>
138 <!-- ================================================================ -->
140 <!-- ================================================================ -->
142 <!-- included by wx.bkl from opengl.bkl -->
145 <!-- ================================================================ -->
147 <!-- ================================================================ -->
149 <dll id=
"xmldll" template=
"wx_base_dll"
150 cond=
"SHARED=='1' and MONOLITHIC=='0'">
151 <define>WXUSINGDLL
</define>
152 <define>WXMAKINGDLL_XML
</define>
153 <sources>$(XML_SRC)
</sources>
154 <msvc-headers>$(XML_HDR)
</msvc-headers>
155 <library>basedll
</library>
156 <ldlibs>$(EXTRALIBS_XML)
</ldlibs>
159 <lib id=
"xmllib" template=
"wx_base_lib"
160 cond=
"SHARED=='0' and MONOLITHIC=='0'">
161 <sources>$(XML_SRC)
</sources>
162 <msvc-headers>$(XML_HDR)
</msvc-headers>