jdk/make/common/Defs-windows.gmk
changeset 11369 d1de4020afbd
parent 9035 1255eb81cc2f
child 12293 6c4b13381b81
child 12288 30d13a7dd03f
equal deleted inserted replaced
11368:b8048abf694e 11369:d1de4020afbd
    34 # Get shared JDK settings
    34 # Get shared JDK settings
    35 include $(JDK_MAKE_SHARED_DIR)/Defs.gmk
    35 include $(JDK_MAKE_SHARED_DIR)/Defs.gmk
    36 
    36 
    37 # CC compiler object code output directive flag value
    37 # CC compiler object code output directive flag value
    38 CC_OBJECT_OUTPUT_FLAG = -Fo
    38 CC_OBJECT_OUTPUT_FLAG = -Fo
    39 CC_PROGRAM_OUTPUT_FLAG = -Fe
       
    40 
    39 
    41 # The suffix applied to the library name for FDLIBM
    40 # The suffix applied to the library name for FDLIBM
    42 FDDLIBM_SUFFIX = lib
    41 FDDLIBM_SUFFIX = lib
    43 # The suffix applied to scripts (.bat for windows, nothing for unix)
    42 # The suffix applied to scripts (.bat for windows, nothing for unix)
    44 SCRIPT_SUFFIX = .bat
    43 SCRIPT_SUFFIX = .bat