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>
36 <lib id=
"corelib" template=
"wx_lib"
37 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
38 <define>wxUSE_BASE=
0</define>
39 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
43 <!-- ================================================================ -->
45 <!-- ================================================================ -->
47 <dll id=
"htmldll" template=
"wx_dll"
48 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
49 <define>WXMAKINGDLL
</define>
50 <sources>$(HTML_SRC)
</sources>
55 <lib id=
"htmllib" template=
"wx_lib"
56 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
57 <sources>$(HTML_SRC)
</sources>