wxpresets adjustement to dmars format.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b26e7b714d
commit
a20169a49a
@ -51,6 +51,14 @@ FIXME: this template has (at least) the following bugs:
|
|||||||
</set>
|
</set>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Presets for limited dmars make.exe format: -->
|
||||||
|
<if cond="FORMAT=='dmars'">
|
||||||
|
<set var="WX_UNICODE">0</set>
|
||||||
|
<set var="WX_DEBUG">1</set>
|
||||||
|
<set var="WX_SHARED">0</set>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
|
||||||
<!-- The directory where wxWidgets is installed: -->
|
<!-- The directory where wxWidgets is installed: -->
|
||||||
<if cond="not isdefined('WX_DIR')">
|
<if cond="not isdefined('WX_DIR')">
|
||||||
<set var="WX_DIR_DEFAULT" overwrite="0">$(DOLLAR)($(ENV_VAR)WXWIN)</set>
|
<set var="WX_DIR_DEFAULT" overwrite="0">$(DOLLAR)($(ENV_VAR)WXWIN)</set>
|
||||||
@ -223,14 +231,14 @@ FIXME: this template has (at least) the following bugs:
|
|||||||
after __wx-libs-point: -->
|
after __wx-libs-point: -->
|
||||||
<define-tag name="__wx-syslibs" rules="exe,dll,module">
|
<define-tag name="__wx-syslibs" rules="exe,dll,module">
|
||||||
<!-- wx 3rd party libs, always use them: -->
|
<!-- wx 3rd party libs, always use them: -->
|
||||||
<sys-lib cond="FORMAT!='msevc4prj'">wxtiff$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
<sys-lib cond="FORMAT!='msevc4prj'">wxtiff$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
||||||
<sys-lib>wxjpeg$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
<sys-lib>wxjpeg$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
||||||
<sys-lib>wxpng$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
<sys-lib>wxpng$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
||||||
<sys-lib>wxzlib$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
<sys-lib>wxzlib$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
||||||
<!-- For regex we won't use the WX3RDPARTYLIBPOSTIX postfix:
|
<!-- For regex we won't use the WX3RDPARTYLIBPOSTIX postfix:
|
||||||
unliked tiff, jpeg, png, zlib, expat, when building
|
unliked tiff, jpeg, png, zlib, expat, when building
|
||||||
in Unicode mode, the "u" suffix is appended to regex -->
|
in Unicode mode, the "u" suffix is appended to regex -->
|
||||||
<sys-lib cond="FORMAT!='msevc4prj'">wxregex$(WXLIBPOSTFIX)</sys-lib>
|
<sys-lib cond="FORMAT!='msevc4prj'">wxregex$(WXLIBPOSTFIX)</sys-lib>
|
||||||
<sys-lib>wxexpat$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
<sys-lib>wxexpat$(WX3RDPARTYLIBPOSTFIX)</sys-lib>
|
||||||
|
|
||||||
<!-- link-in system libs that wx depends on: -->
|
<!-- link-in system libs that wx depends on: -->
|
||||||
|
Loading…
Reference in New Issue
Block a user