jdk/make/common/Defs-windows.gmk
changeset 7967 aa85f513e8f2
parent 7669 3ebe17bda998
child 8006 79a66d3d5e77
equal deleted inserted replaced
7816:55a18147b4bf 7967:aa85f513e8f2
    41 # The suffix applied to the library name for FDLIBM
    41 # The suffix applied to the library name for FDLIBM
    42 FDDLIBM_SUFFIX = lib
    42 FDDLIBM_SUFFIX = lib
    43 # The suffix applied to scripts (.bat for windows, nothing for unix)
    43 # The suffix applied to scripts (.bat for windows, nothing for unix)
    44 SCRIPT_SUFFIX = .bat
    44 SCRIPT_SUFFIX = .bat
    45 
    45 
    46 HPIS = windows
       
    47 # LIB_LOCATION, which for windows identifies where .exe files go, may be
    46 # LIB_LOCATION, which for windows identifies where .exe files go, may be
    48 # set by each GNUmakefile. The default is BINDIR.
    47 # set by each GNUmakefile. The default is BINDIR.
    49 ifndef LIB_LOCATION
    48 ifndef LIB_LOCATION
    50   LIB_LOCATION = $(BINDIR)
    49   LIB_LOCATION = $(BINDIR)
    51 endif # LIB_LOCATION
    50 endif # LIB_LOCATION