2003-06-23 19:50:43 +00:00
|
|
|
<?xml version="1.0" ?>
|
2003-07-02 22:29:29 +00:00
|
|
|
<!-- $Id$ -->
|
|
|
|
|
2003-06-23 19:50:43 +00:00
|
|
|
<makefile>
|
2003-06-25 16:29:51 +00:00
|
|
|
|
2003-06-23 19:50:43 +00:00
|
|
|
<!-- ================================================================= -->
|
2003-06-25 16:29:51 +00:00
|
|
|
<!-- wxBase library -->
|
2003-06-23 19:50:43 +00:00
|
|
|
<!-- ================================================================= -->
|
|
|
|
|
2003-07-06 22:47:37 +00:00
|
|
|
<dll id="basedll" template="wx_base_dll"
|
2003-06-23 19:50:43 +00:00
|
|
|
cond="SHARED=='1' and MONOLITHIC=='0'">
|
2003-07-02 11:56:47 +00:00
|
|
|
<define>WXMAKINGDLL_BASE</define>
|
2003-06-25 16:29:51 +00:00
|
|
|
<define>wxUSE_BASE=1</define>
|
|
|
|
<define>wxUSE_GUI=0</define>
|
|
|
|
<sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)</sources>
|
2003-06-23 19:50:43 +00:00
|
|
|
</dll>
|
|
|
|
|
2003-07-06 22:47:37 +00:00
|
|
|
<lib id="baselib" template="wx_base_lib"
|
2003-06-23 19:50:43 +00:00
|
|
|
cond="SHARED=='0' and MONOLITHIC=='0'">
|
2003-06-25 16:29:51 +00:00
|
|
|
<define>wxUSE_BASE=1</define>
|
|
|
|
<define>wxUSE_GUI=0</define>
|
|
|
|
<sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)</sources>
|
|
|
|
</lib>
|
|
|
|
|
|
|
|
<!-- ================================================================= -->
|
|
|
|
<!-- Main GUI library -->
|
|
|
|
<!-- ================================================================= -->
|
|
|
|
|
|
|
|
<dll id="coredll" template="wx_dll"
|
|
|
|
cond="SHARED=='1' and USE_GUI=='1' and MONOLITHIC=='0'">
|
2003-07-05 17:11:57 +00:00
|
|
|
<define>WXUSINGDLL</define>
|
2003-07-02 11:56:47 +00:00
|
|
|
<define>WXMAKINGDLL_CORE</define>
|
2003-06-28 13:10:36 +00:00
|
|
|
<define>wxUSE_BASE=0</define>
|
2003-06-25 16:29:51 +00:00
|
|
|
<sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)</sources>
|
2003-06-30 23:46:11 +00:00
|
|
|
<library>basedll</library>
|
2003-06-25 16:29:51 +00:00
|
|
|
</dll>
|
|
|
|
|
|
|
|
<lib id="corelib" template="wx_lib"
|
|
|
|
cond="SHARED=='0' and USE_GUI=='1' and MONOLITHIC=='0'">
|
2003-06-28 13:10:36 +00:00
|
|
|
<define>wxUSE_BASE=0</define>
|
2003-06-25 16:29:51 +00:00
|
|
|
<sources>$(BASE_AND_GUI_SRC) $(CORE_SRC)</sources>
|
2003-06-23 19:50:43 +00:00
|
|
|
</lib>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ================================================================ -->
|
|
|
|
<!-- wxHTML -->
|
|
|
|
<!-- ================================================================ -->
|
|
|
|
|
|
|
|
<dll id="htmldll" template="wx_dll"
|
2003-07-16 22:27:21 +00:00
|
|
|
cond="SHARED=='1' and USE_HTML=='1' and MONOLITHIC=='0'">
|
2003-07-05 17:11:57 +00:00
|
|
|
<define>WXUSINGDLL</define>
|
2003-07-02 11:56:47 +00:00
|
|
|
<define>WXMAKINGDLL_HTML</define>
|
2003-06-23 19:50:43 +00:00
|
|
|
<sources>$(HTML_SRC)</sources>
|
2003-06-30 23:46:11 +00:00
|
|
|
<library>coredll</library>
|
|
|
|
<library>basedll</library>
|
2003-06-23 19:50:43 +00:00
|
|
|
</dll>
|
|
|
|
|
|
|
|
<lib id="htmllib" template="wx_lib"
|
2003-07-16 22:27:21 +00:00
|
|
|
cond="SHARED=='0' and USE_HTML=='1' and MONOLITHIC=='0'">
|
2003-06-23 19:50:43 +00:00
|
|
|
<sources>$(HTML_SRC)</sources>
|
|
|
|
</lib>
|
2003-07-16 22:27:21 +00:00
|
|
|
|
|
|
|
<!-- ================================================================ -->
|
|
|
|
<!-- OpenGL -->
|
|
|
|
<!-- ================================================================ -->
|
|
|
|
|
|
|
|
<!-- included by wx.bkl from opengl.bkl -->
|
2003-06-23 19:50:43 +00:00
|
|
|
|
|
|
|
</makefile>
|