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>__WXBASE__
</define>
12 <define>wxUSE_BASE=
1</define>
13 <define>wxUSE_GUI=
0</define>
14 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)
</sources>
16 <library>$(LIB_ZLIB)
</library>
17 <library>$(LIB_REGEX)
</library>
18 <library>$(LIB_PNG)
</library>
19 <library>$(LIB_JPEG)
</library>
20 <library>$(LIB_TIFF)
</library>
23 <lib id=
"baselib" template=
"wx_lib"
24 cond=
"SHARED=='0' and MONOLITHIC=='0'">
25 <define>__WXBASE__
</define>
26 <define>wxUSE_BASE=
1</define>
27 <define>wxUSE_GUI=
0</define>
28 <sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)
</sources>
31 <!-- ================================================================= -->
32 <!-- Main GUI library -->
33 <!-- ================================================================= -->
35 <dll id=
"coredll" template=
"wx_dll"
36 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
37 <define>WXMAKINGDLL
</define>
38 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
42 <library>$(LIB_ODBC)
</library>
45 <lib id=
"corelib" template=
"wx_lib"
46 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
47 <sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)
</sources>
51 <!-- ================================================================ -->
53 <!-- ================================================================ -->
55 <dll id=
"htmldll" template=
"wx_dll"
56 cond=
"SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
57 <define>WXMAKINGDLL
</define>
58 <sources>$(HTML_SRC)
</sources>
63 <lib id=
"htmllib" template=
"wx_lib"
64 cond=
"SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
65 <sources>$(HTML_SRC)
</sources>