Updates address book native library for MacOsX. Reverts wrong version of native/build.xml.

cusax-fix
Vincent Lucas 13 years ago
parent cf6543e01a
commit d68b557dfe

@ -850,8 +850,7 @@
description="Build jmsoutlookaddrbook shared library for Windows"
if="is.running.windows"
depends="init-native">
<!--fail message="Outlook2010MAPIHeaders not set!"
unless="Outlook2010MAPIHeaders" /-->
<fail message="Outlook2010MAPIHeaders not set!" unless="Outlook2010MAPIHeaders" />
<cc
name="gcc"
objdir="${obj}"
@ -862,7 +861,7 @@
<compilerarg value="-DWINVER=0x0502" />
<compilerarg value="-I${system.JAVA_HOME}/include" />
<compilerarg value="-I${system.JAVA_HOME}/include/win32" />
<!--compilerarg value="-I${Outlook2010MAPIHeaders}" /-->
<compilerarg value="-I${Outlook2010MAPIHeaders}" />
<compilerarg value="-m32" if="cross_32" />
<compilerarg value="-m64" if="cross_64" />
<compilerarg value="-O2" />

Loading…
Cancel
Save