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>
19 <lib id=
"baselib" template=
"wx_base_lib"
20 cond=
"SHARED=='0' and MONOLITHIC=='0'">
21 <define>wxUSE_BASE=
1</define>
22 <define>wxUSE_GUI=
0</define>
23 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)
</sources>
24 <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 <!-- ================================================================ -->
74 <!-- ================================================================ -->
76 <dll id=
"htmldll" template=
"wx_dll"
77 cond=
"SHARED=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
78 <define>WXUSINGDLL
</define>
79 <define>WXMAKINGDLL_HTML
</define>
80 <sources>$(HTML_SRC)
</sources>
81 <library>coredll
</library>
82 <library>basedll
</library>
83 <msvc-headers>$(HTML_HDR)
</msvc-headers>
86 <lib id=
"htmllib" template=
"wx_lib"
87 cond=
"SHARED=='0' and USE_HTML=='1' and MONOLITHIC=='0'">
88 <sources>$(HTML_SRC)
</sources>
89 <msvc-headers>$(HTML_HDR)
</msvc-headers>
92 <!-- ================================================================ -->
94 <!-- ================================================================ -->
96 <!-- included by wx.bkl from opengl.bkl -->
99 <!-- ================================================================ -->
101 <!-- ================================================================ -->
103 <dll id=
"xmldll" template=
"wx_base_dll"
104 cond=
"SHARED=='1' and MONOLITHIC=='0'">
105 <define>WXUSINGDLL
</define>
106 <define>WXMAKINGDLL_XML
</define>
107 <sources>$(XML_SRC)
</sources>
108 <msvc-headers>$(XML_HDR)
</msvc-headers>
109 <library>basedll
</library>
110 <ldlibs>$(EXTRALIBS_XML)
</ldlibs>
113 <lib id=
"xmllib" template=
"wx_base_lib"
114 cond=
"SHARED=='0' and MONOLITHIC=='0'">
115 <sources>$(XML_SRC)
</sources>
116 <msvc-headers>$(XML_HDR)
</msvc-headers>