Generic dialogs not available in shared nonUniv builds due to their adjustement to SHARED switch of wxWidgets.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-08-31 11:39:25 +00:00
parent 85f138db83
commit f50ff87bdb
2 changed files with 17 additions and 7 deletions

View File

@@ -4,18 +4,18 @@
<include file="../../build/bakefiles/common_samples.bkl"/>
<set var="GENERIC_FILES">
<if cond="TOOLKIT=='MSW' and WXUNIV=='0'">
<if cond="TOOLKIT=='MSW' and WXUNIV=='0' and SHARED=='0'">
../../src/generic/colrdlgg.cpp
../../src/generic/dirdlgg.cpp
../../src/generic/filedlgg.cpp
../../src/generic/fontdlgg.cpp
</if>
<if cond="TOOLKIT=='MAC' and WXUNIV=='0'">
<if cond="TOOLKIT=='MAC' and WXUNIV=='0' and SHARED=='0'">
../../src/generic/colrdlgg.cpp
../../src/generic/dirdlgg.cpp
../../src/generic/filedlgg.cpp
</if>
<if cond="TOOLKIT=='PM' and WXUNIV=='0'">
<if cond="TOOLKIT=='PM' and WXUNIV=='0' and SHARED=='0'">
../../src/generic/fontdlgg.cpp
../../src/generic/filedlgg.cpp
</if>