Move the WX_FLAVOUR variables to be defined generally, not just for

autoconf builds, else the wince targets (at least) will complain.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2004-09-22 15:08:33 +00:00
parent c932709d31
commit 589e20d03c
140 changed files with 161 additions and 155 deletions

View File

@@ -176,6 +176,14 @@ Acts according to DEBUG_INFO by default.
Use this to name your customized DLLs differently
</description>
</option>
<!-- These basically do what vendor does in the places it didn't. -->
<!-- They should all be unified under some suitable descriptor -->
<option name="WX_FLAVOUR">
<default-value></default-value>
</option>
<option name="WX_LIB_FLAVOUR">
<default-value></default-value>
</option>
<option name="CFG">
<default-value></default-value>
@@ -223,8 +231,6 @@ to run the tests, include CppUnit library here.
<option name="EXTRALIBS_OPENGL"/>
<option name="EXTRALIBS_SDL"/>
<option name="HOST_SUFFIX"/>
<option name="WX_FLAVOUR"/>
<option name="WX_LIB_FLAVOUR"/>
<option name="SAMPLES_RPATH_FLAG"/>
<option name="SAMPLES_RPATH_POSTLINK"/>