make/lib/Lib-jdk.attach.gmk
branchihse-targettest-branch
changeset 57145 ceaa243112bd
parent 50471 f0aeede1b855
child 58908 73bb9c4002cc
equal deleted inserted replaced
57144:fff0653622aa 57145:ceaa243112bd
    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