make/lib/Lib-jdk.attach.gmk
changeset 53683 48ff68e2fe5c
parent 50471 f0aeede1b855
child 58908 73bb9c4002cc
equal deleted inserted replaced
53682:e30211561a17 53683:48ff68e2fe5c
    25 
    25 
    26 include LibCommon.gmk
    26 include LibCommon.gmk
    27 
    27 
    28 ################################################################################
    28 ################################################################################
    29 
    29 
    30 ifeq ($(OPENJDK_TARGET_OS), windows)
    30 ifeq ($(call isTargetOs, windows), true)
    31   # In (at least) VS2013 and later, -DPSAPI_VERSION=1 is needed to generate
    31   # In (at least) VS2013 and later, -DPSAPI_VERSION=1 is needed to generate
    32   # a binary that is compatible with windows versions older than 7/2008R2.
    32   # a binary that is compatible with windows versions older than 7/2008R2.
    33   # See MSDN documentation for GetProcessMemoryInfo for more information.
    33   # See MSDN documentation for GetProcessMemoryInfo for more information.
    34   LIBATTACH_CFLAGS := -DPSAPI_VERSION=1
    34   LIBATTACH_CFLAGS := -DPSAPI_VERSION=1
    35 endif
    35 endif