added ability to build contrib samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-07-06 22:47:37 +00:00
parent 4b53b01300
commit 3560dc761f
5 changed files with 54 additions and 13 deletions

View file

@ -7,7 +7,7 @@
<!-- wxBase library -->
<!-- ================================================================= -->
<dll id="basedll" template="wx_dll"
<dll id="basedll" template="wx_base_dll"
cond="SHARED=='1' and MONOLITHIC=='0'">
<define>WXMAKINGDLL_BASE</define>
<define>wxUSE_BASE=1</define>
@ -15,7 +15,7 @@
<sources>$(BASE_SRC) $(BASE_AND_GUI_SRC)</sources>
</dll>
<lib id="baselib" template="wx_lib"
<lib id="baselib" template="wx_base_lib"
cond="SHARED=='0' and MONOLITHIC=='0'">
<define>wxUSE_BASE=1</define>
<define>wxUSE_GUI=0</define>