hotspot/make/windows/makefiles/fastdebug.make
changeset 33957 39113ae98993
parent 20371 b962c8b68475
child 34319 9d6dd3c5ca23
equal deleted inserted replaced
30850:56166ce66037 33957:39113ae98993
     1 #
     1 #
     2 # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2005, 2015, 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.
     7 # published by the Free Software Foundation.
    17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    18 #
    18 #
    19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20 # or visit www.oracle.com if you need additional information or have any
    20 # or visit www.oracle.com if you need additional information or have any
    21 # questions.
    21 # questions.
    22 #  
    22 #
    23 #
    23 #
    24 
    24 
    25 HS_INTERNAL_NAME=jvm
    25 HS_INTERNAL_NAME=jvm
    26 HS_FNAME=$(HS_INTERNAL_NAME).dll
    26 HS_FNAME=$(HS_INTERNAL_NAME).dll
    27 AOUT=$(HS_FNAME)
    27 AOUT=$(HS_FNAME)
    41 CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION)
    41 CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION)
    42 
    42 
    43 !include $(WorkSpace)/make/windows/makefiles/vm.make
    43 !include $(WorkSpace)/make/windows/makefiles/vm.make
    44 !include local.make
    44 !include local.make
    45 
    45 
    46 HS_BUILD_ID=$(HS_BUILD_VER)-fastdebug
    46 HS_BUILD_ID=$(HOTSPOT_VERSION_STRING)-fastdebug
    47 
    47 
    48 # Force resources to be rebuilt every time
    48 # Force resources to be rebuilt every time
    49 $(Res_Files): FORCE
    49 $(Res_Files): FORCE
    50 
    50 
    51 $(AOUT): $(Res_Files) $(Obj_Files) vm.def
    51 $(AOUT): $(Res_Files) $(Obj_Files) vm.def