< prev index next >

common/autoconf/flags.m4

Print this page

        

*** 92,119 **** AC_SUBST(LD_OUT_OPTION) AC_SUBST(AR_OUT_OPTION) # On Windows, we need to set RC flags. if test "x$TOOLCHAIN_TYPE" = xmicrosoft; then ! RC_FLAGS="-nologo -l 0x409 -r" if test "x$VARIANT" = xOPT; then ! RC_FLAGS="$RC_FLAGS -d NDEBUG" fi # The version variables used to create RC_FLAGS may be overridden # in a custom configure script, or possibly the command line. # Let those variables be expanded at make time in spec.gmk. # The \$ are escaped to the shell, and the $(...) variables # are evaluated by make. RC_FLAGS="$RC_FLAGS \ ! -d \"JDK_BUILD_ID=\$(FULL_VERSION)\" \ ! -d \"JDK_COMPANY=\$(COMPANY_NAME)\" \ ! -d \"JDK_COMPONENT=\$(PRODUCT_NAME) \$(JDK_RC_PLATFORM_NAME) binary\" \ ! -d \"JDK_VER=\$(JDK_MINOR_VERSION).\$(JDK_MICRO_VERSION).\$(if \$(JDK_UPDATE_VERSION),\$(JDK_UPDATE_VERSION),0).\$(COOKED_BUILD_NUMBER)\" \ ! -d \"JDK_COPYRIGHT=Copyright \xA9 $COPYRIGHT_YEAR\" \ ! -d \"JDK_NAME=\$(PRODUCT_NAME) \$(JDK_RC_PLATFORM_NAME) \$(JDK_MINOR_VERSION) \$(JDK_UPDATE_META_TAG)\" \ ! -d \"JDK_FVER=\$(JDK_MINOR_VERSION),\$(JDK_MICRO_VERSION),\$(if \$(JDK_UPDATE_VERSION),\$(JDK_UPDATE_VERSION),0),\$(COOKED_BUILD_NUMBER)\"" fi AC_SUBST(RC_FLAGS) if test "x$TOOLCHAIN_TYPE" = xmicrosoft; then # silence copyright notice and other headers. --- 92,119 ---- AC_SUBST(LD_OUT_OPTION) AC_SUBST(AR_OUT_OPTION) # On Windows, we need to set RC flags. if test "x$TOOLCHAIN_TYPE" = xmicrosoft; then ! RC_FLAGS="-nologo -l0x409" if test "x$VARIANT" = xOPT; then ! RC_FLAGS="$RC_FLAGS -DNDEBUG" fi # The version variables used to create RC_FLAGS may be overridden # in a custom configure script, or possibly the command line. # Let those variables be expanded at make time in spec.gmk. # The \$ are escaped to the shell, and the $(...) variables # are evaluated by make. RC_FLAGS="$RC_FLAGS \ ! -D\"JDK_BUILD_ID=\$(FULL_VERSION)\" \ ! -D\"JDK_COMPANY=\$(COMPANY_NAME)\" \ ! -D\"JDK_COMPONENT=\$(PRODUCT_NAME) \$(JDK_RC_PLATFORM_NAME) binary\" \ ! -D\"JDK_VER=\$(JDK_MINOR_VERSION).\$(JDK_MICRO_VERSION).\$(if \$(JDK_UPDATE_VERSION),\$(JDK_UPDATE_VERSION),0).\$(COOKED_BUILD_NUMBER)\" \ ! -D\"JDK_COPYRIGHT=Copyright \xA9 $COPYRIGHT_YEAR\" \ ! -D\"JDK_NAME=\$(PRODUCT_NAME) \$(JDK_RC_PLATFORM_NAME) \$(JDK_MINOR_VERSION) \$(JDK_UPDATE_META_TAG)\" \ ! -D\"JDK_FVER=\$(JDK_MINOR_VERSION),\$(JDK_MICRO_VERSION),\$(if \$(JDK_UPDATE_VERSION),\$(JDK_UPDATE_VERSION),0),\$(COOKED_BUILD_NUMBER)\"" fi AC_SUBST(RC_FLAGS) if test "x$TOOLCHAIN_TYPE" = xmicrosoft; then # silence copyright notice and other headers.
< prev index next >