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 <!-- ================================================================ -->
97 <!-- ================================================================ -->
99 <dll id=
"htmldll" template=
"wx_dll"
100 cond=
"SHARED=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
101 <define>WXUSINGDLL
</define>
102 <define>WXMAKINGDLL_HTML
</define>
103 <sources>$(HTML_SRC)
</sources>
104 <library>coredll
</library>
105 <library>basedll
</library>
106 <msvc-headers>$(HTML_HDR)
</msvc-headers>
109 <lib id=
"htmllib" template=
"wx_lib"
110 cond=
"SHARED=='0' and USE_HTML=='1' and MONOLITHIC=='0'">
111 <sources>$(HTML_SRC)
</sources>
112 <msvc-headers>$(HTML_HDR)
</msvc-headers>
115 <!-- ================================================================ -->
117 <!-- ================================================================ -->
119 <!-- included by wx.bkl from opengl.bkl -->
122 <!-- ================================================================ -->
124 <!-- ================================================================ -->
126 <dll id=
"xmldll" template=
"wx_base_dll"
127 cond=
"SHARED=='1' and MONOLITHIC=='0'">
128 <define>WXUSINGDLL
</define>
129 <define>WXMAKINGDLL_XML
</define>
130 <sources>$(XML_SRC)
</sources>
131 <msvc-headers>$(XML_HDR)
</msvc-headers>
132 <library>basedll
</library>
133 <ldlibs>$(EXTRALIBS_XML)
</ldlibs>
136 <lib id=
"xmllib" template=
"wx_base_lib"
137 cond=
"SHARED=='0' and MONOLITHIC=='0'">
138 <sources>$(XML_SRC)
</sources>
139 <msvc-headers>$(XML_HDR)
</msvc-headers>