preliminary work on borland bakefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -95,6 +95,9 @@
|
|||||||
|
|
||||||
<set var="LIBDIRNAME">
|
<set var="LIBDIRNAME">
|
||||||
<if cond="FORMAT=='autoconf'">$(top_builddir)lib</if>
|
<if cond="FORMAT=='autoconf'">$(top_builddir)lib</if>
|
||||||
|
<if cond="FORMAT!='autoconf'">
|
||||||
|
$(WXTOPDIR)$(DIRSEP)lib$(DIRSEP)$(COMPILER)
|
||||||
|
</if>
|
||||||
</set>
|
</set>
|
||||||
|
|
||||||
<!-- =============================================================== -->
|
<!-- =============================================================== -->
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<option name="MONOLITHIC">
|
<option name="MONOLITHIC">
|
||||||
<values>0 1</values>
|
<values>0 1</values>
|
||||||
<default-value>0</default-value>
|
<default-value>1</default-value>
|
||||||
<description>
|
<description>
|
||||||
Multiple libraries or single huge monolithic one?
|
Multiple libraries or single huge monolithic one?
|
||||||
</description>
|
</description>
|
||||||
@@ -43,7 +43,11 @@
|
|||||||
</description>
|
</description>
|
||||||
</option>
|
</option>
|
||||||
|
|
||||||
<!-- Autoconf options: -->
|
|
||||||
|
<!-- ================================================================== -->
|
||||||
|
<!-- Autoconf -->
|
||||||
|
<!-- ================================================================== -->
|
||||||
|
|
||||||
<if cond="FORMAT=='autoconf'">
|
<if cond="FORMAT=='autoconf'">
|
||||||
<option name="DEREZ"/>
|
<option name="DEREZ"/>
|
||||||
<option name="TOOLKIT"/>
|
<option name="TOOLKIT"/>
|
||||||
@@ -53,8 +57,20 @@
|
|||||||
<option name="SAMPLES_RPATH_FLAG"/>
|
<option name="SAMPLES_RPATH_FLAG"/>
|
||||||
</if>
|
</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>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
</makefile>
|
</makefile>
|
||||||
|
Reference in New Issue
Block a user