git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21433
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
<set var="LIBDIRNAME">
<if cond="FORMAT=='autoconf'">$(top_builddir)lib</if>
<set var="LIBDIRNAME">
<if cond="FORMAT=='autoconf'">$(top_builddir)lib</if>
+ <if cond="FORMAT!='autoconf'">
+ $(WXTOPDIR)$(DIRSEP)lib$(DIRSEP)$(COMPILER)
+ </if>
</set>
<!-- =============================================================== -->
</set>
<!-- =============================================================== -->
<option name="MONOLITHIC">
<values>0 1</values>
<option name="MONOLITHIC">
<values>0 1</values>
- <default-value>0</default-value>
+ <default-value>1</default-value>
<description>
Multiple libraries or single huge monolithic one?
</description>
<description>
Multiple libraries or single huge monolithic one?
</description>
- <!-- Autoconf options: -->
+
+ <!-- ================================================================== -->
+ <!-- Autoconf -->
+ <!-- ================================================================== -->
+
<if cond="FORMAT=='autoconf'">
<option name="DEREZ"/>
<option name="TOOLKIT"/>
<if cond="FORMAT=='autoconf'">
<option name="DEREZ"/>
<option name="TOOLKIT"/>
<option name="SAMPLES_RPATH_FLAG"/>
</if>
<option name="SAMPLES_RPATH_FLAG"/>
</if>
+
+ <!-- ================================================================== -->
+ <!-- Windows compilers -->
+ <!-- ================================================================== -->
+
<if cond="FORMAT!='autoconf'">
<if cond="FORMAT!='autoconf'">
- <set var="TOOLKIT_VERSION"></set>
+ <set var="TOOLKIT">MSW</set>
+ <set var="TOOLKIT_LOWERCASE">$(TOOLKIT.lower())</set>
+ <set var="TOOLKIT_VERSION"/>
+ <set var="SAMPLES_RPATH_FLAG"/>
+ <option name="EXTRALIBS"/>
+
+ <set var="SRCDIR">..</set>
+ <set var="BUILDDIR">objs_$(COMPILER)</set>