hotspot/make/windows/build.make
changeset 12503 9df71f999005
parent 11955 aeca8151886e
parent 12501 ea7feae692ae
child 14815 41114a74463a
equal deleted inserted replaced
12500:6d00ed2fb2ab 12503:9df71f999005
     1 #
     1 #
     2 # Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1998, 2012, 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.
   300 	@ echo CXX=$(CXX)					>> $@
   300 	@ echo CXX=$(CXX)					>> $@
   301 	@ echo LD=$(LD)						>> $@
   301 	@ echo LD=$(LD)						>> $@
   302 	@ echo MT=$(MT)						>> $@
   302 	@ echo MT=$(MT)						>> $@
   303 	@ echo RC=$(RC)						>> $@
   303 	@ echo RC=$(RC)						>> $@
   304 	@ sh $(WorkSpace)/make/windows/get_msc_ver.sh		>> $@
   304 	@ sh $(WorkSpace)/make/windows/get_msc_ver.sh		>> $@
       
   305 	@ if "$(ENABLE_FULL_DEBUG_SYMBOLS)" NEQ "" echo ENABLE_FULL_DEBUG_SYMBOLS=$(ENABLE_FULL_DEBUG_SYMBOLS) >> $@
       
   306 	@ if "$(ZIP_DEBUGINFO_FILES)" NEQ "" echo ZIP_DEBUGINFO_FILES=$(ZIP_DEBUGINFO_FILES) >> $@
       
   307 	@ if "$(RM)" NEQ "" echo RM=$(RM)                       >> $@
       
   308 	@ if "$(ZIPEXE)" NEQ "" echo ZIPEXE=$(ZIPEXE)           >> $@
   305 
   309 
   306 checks: checkVariant checkWorkSpace checkSA
   310 checks: checkVariant checkWorkSpace checkSA
   307 
   311 
   308 checkVariant:
   312 checkVariant:
   309 	@ if "$(Variant)"=="" echo Need to specify "Variant=[tiered|compiler2|compiler1|kernel|core]" && false
   313 	@ if "$(Variant)"=="" echo Need to specify "Variant=[tiered|compiler2|compiler1|kernel|core]" && false