allow wxpresets to be used with xcode2 format (even if it's not fully functional yet)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2007-11-13 21:09:33 +00:00
parent dd72206610
commit 001c002122
2 changed files with 17 additions and 5 deletions

View file

@ -225,8 +225,10 @@
<define>$(WXDEBUG_DEFINE)</define>
<define>__WXMSW__</define>
<include>$(WX_DIR)$(WXLIBINCLUDE)</include>
<include>$(WX_DIR)/include</include>
<if cond="FORMAT!='xcode2'">
<include>$(WX_DIR)$(WXLIBINCLUDE)</include>
<include>$(WX_DIR)/include</include>
</if>
</template>
@ -277,7 +279,9 @@
<!-- template for wx executables/dlls: -->
<template id="wx" template="wx-lib">
<lib-path>$(WX_DIR)$(WXLIBPATH)</lib-path>
<if cond="FORMAT!='xcode2'">
<lib-path>$(WX_DIR)$(WXLIBPATH)</lib-path>
</if>
<!-- wx libs must come before 3rd party and sys libs, this is
the place where the hack explained above is carried on: -->