jdk/make/lib/Lib-jdk.jdi.gmk
changeset 36110 91a3a6df36ec
parent 35276 50b3cdcef339
child 36134 63514f38c74c
equal deleted inserted replaced
36047:1c076468bf7d 36110:91a3a6df36ec
     1 #
     1 #
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    45       SRC := $(LIBDT_SHMEM_SRC), \
    45       SRC := $(LIBDT_SHMEM_SRC), \
    46       OPTIMIZATION := LOW, \
    46       OPTIMIZATION := LOW, \
    47       CFLAGS := $(CFLAGS_JDKLIB) -DUSE_MMAP \
    47       CFLAGS := $(CFLAGS_JDKLIB) -DUSE_MMAP \
    48           $(LIBDT_SHMEM_CPPFLAGS), \
    48           $(LIBDT_SHMEM_CPPFLAGS), \
    49       LDFLAGS := $(LDFLAGS_JDKLIB), \
    49       LDFLAGS := $(LDFLAGS_JDKLIB), \
    50       LDFLAGS_windows := -export:jdwpTransport_OnLoad, \
       
    51       LIBS := $(JDKLIB_LIBS), \
    50       LIBS := $(JDKLIB_LIBS), \
    52       VERSIONINFO_RESOURCE := $(GLOBAL_VERSION_INFO_RESOURCE), \
    51       VERSIONINFO_RESOURCE := $(GLOBAL_VERSION_INFO_RESOURCE), \
    53       RC_FLAGS := $(RC_FLAGS) \
    52       RC_FLAGS := $(RC_FLAGS) \
    54           -D "JDK_FNAME=dt_shmem.dll" \
    53           -D "JDK_FNAME=dt_shmem.dll" \
    55           -D "JDK_INTERNAL_NAME=dt_shmem" \
    54           -D "JDK_INTERNAL_NAME=dt_shmem" \