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:
parent
4b53b01300
commit
3560dc761f
5 changed files with 54 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue