common/autoconf/flags.m4

changeset 2225
fe7df3d2f5ae
parent 2223
01cc48ed67f3
child 2226
d5dd14b37ea5
equal deleted inserted replaced
2224:20daa32eec6f 2225:fe7df3d2f5ae
474 fi 474 fi
475 # If building with Visual Studio 2010, we can still use _STATIC_CPPLIB to 475 # If building with Visual Studio 2010, we can still use _STATIC_CPPLIB to
476 # avoid bundling msvcpNNN.dll. Doesn't work with newer versions of visual 476 # avoid bundling msvcpNNN.dll. Doesn't work with newer versions of visual
477 # studio. 477 # studio.
478 if test "x$TOOLCHAIN_VERSION" = "x2010"; then 478 if test "x$TOOLCHAIN_VERSION" = "x2010"; then
479 CXXFLAGS_JDK="$CXXFLAGS_JDK \ 479 CCXXFLAGS_JDK="$CCXXFLAGS_JDK \
480 -D_STATIC_CPPLIB -D_DISABLE_DEPRECATE_STATIC_CPPLIB" 480 -D_STATIC_CPPLIB -D_DISABLE_DEPRECATE_STATIC_CPPLIB"
481 fi 481 fi
482 fi 482 fi
483 483
484 ############################################################################### 484 ###############################################################################

mercurial