common/autoconf/generated-configure.sh
changeset 28907 769bc76d1f2c
parent 28906 741a25ba3b20
child 28908 fc8fe39b34cf
equal deleted inserted replaced
28906:741a25ba3b20 28907:769bc76d1f2c
  4389 # definitions. It is replaced with custom functionality when building
  4389 # definitions. It is replaced with custom functionality when building
  4390 # custom sources.
  4390 # custom sources.
  4391 #CUSTOM_AUTOCONF_INCLUDE
  4391 #CUSTOM_AUTOCONF_INCLUDE
  4392 
  4392 
  4393 # Do not change or remove the following line, it is needed for consistency checks:
  4393 # Do not change or remove the following line, it is needed for consistency checks:
  4394 DATE_WHEN_GENERATED=1422461639
  4394 DATE_WHEN_GENERATED=1423144508
  4395 
  4395 
  4396 ###############################################################################
  4396 ###############################################################################
  4397 #
  4397 #
  4398 # Initialization / Boot-strapping
  4398 # Initialization / Boot-strapping
  4399 #
  4399 #
 42466     fi
 42466     fi
 42467     # If building with Visual Studio 2010, we can still use _STATIC_CPPLIB to
 42467     # If building with Visual Studio 2010, we can still use _STATIC_CPPLIB to
 42468     # avoid bundling msvcpNNN.dll. Doesn't work with newer versions of visual
 42468     # avoid bundling msvcpNNN.dll. Doesn't work with newer versions of visual
 42469     # studio.
 42469     # studio.
 42470     if test "x$TOOLCHAIN_VERSION" = "x2010"; then
 42470     if test "x$TOOLCHAIN_VERSION" = "x2010"; then
 42471       COMMON_CXXFLAGS_JDK="$COMMON_CXXFLAGS_JDK \
 42471       COMMON_CCXXFLAGS_JDK="$COMMON_CCXXFLAGS_JDK \
 42472           -D_STATIC_CPPLIB -D_DISABLE_DEPRECATE_STATIC_CPPLIB"
 42472           -D_STATIC_CPPLIB -D_DISABLE_DEPRECATE_STATIC_CPPLIB"
 42473     fi
 42473     fi
 42474   fi
 42474   fi
 42475 
 42475 
 42476   ###############################################################################
 42476   ###############################################################################