4 <!-- ================================================================= -->
5 <!-- wxBase library -->
6 <!-- ================================================================= -->
8 <dll id=
"basedll" template=
"wx_dll"
9 cond=
"SHARED=='1' and MONOLITHIC=='0'">
10 <define>WXMAKINGDLL
</define>
11 <define>wxUSE_BASE=
1</define>
12 <define>wxUSE_GUI=
0</define>
13 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)
</sources>
16 <lib id=
"baselib" template=
"wx_lib"
17 cond=
"SHARED=='0' and MONOLITHIC=='0'">
18 <define>wxUSE_BASE=
1</define>
19 <define>wxUSE_GUI=
0</define>
20 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)
</sources>
23 <!-- ================================================================= -->
24 <!-- Main GUI library -->
25 <!-- ================================================================= -->
27 <dll id=
"coredll" template=
"wx_dll"
28 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
29 <define>WXMAKINGDLL
</define>
30 <define>wxUSE_BASE=
0</define>
31 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
32 <library>basedll
</library>
35 <lib id=
"corelib" template=
"wx_lib"
36 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
37 <define>wxUSE_BASE=
0</define>
38 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
42 <!-- ================================================================ -->
44 <!-- ================================================================ -->
46 <dll id=
"htmldll" template=
"wx_dll"
47 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
48 <define>WXMAKINGDLL
</define>
49 <sources>$(HTML_SRC)
</sources>
50 <library>coredll
</library>
51 <library>basedll
</library>
54 <lib id=
"htmllib" template=
"wx_lib"
55 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
56 <sources>$(HTML_SRC)
</sources>