make/windows/build.make

Print this page

        

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.

@@ -296,10 +296,14 @@
         @ echo JRE_RELEASE_VER=$(JRE_RELEASE_VER)               >> $@
         @ echo BUILDARCH=$(BUILDARCH)                           >> $@
         @ echo Platform_arch=$(Platform_arch)                   >> $@
         @ echo Platform_arch_model=$(Platform_arch_model)       >> $@
         @ sh $(WorkSpace)/make/windows/get_msc_ver.sh           >> $@
+        @ if "$(ENABLE_FULL_DEBUG_SYMBOLS)" NEQ "" echo ENABLE_FULL_DEBUG_SYMBOLS=$(ENABLE_FULL_DEBUG_SYMBOLS) >> $@
+        @ if "$(ZIP_DEBUGINFO_FILES)" NEQ "" echo ZIP_DEBUGINFO_FILES=$(ZIP_DEBUGINFO_FILES) >> $@
+        @ if "$(RM)" NEQ "" echo RM=$(RM)                       >> $@
+        @ if "$(ZIPEXE)" NEQ "" echo ZIPEXE=$(ZIPEXE)           >> $@
 
 checks: checkVariant checkWorkSpace checkSA
 
 checkVariant:
         @ if "$(Variant)"=="" echo Need to specify "Variant=[tiered|compiler2|compiler1|kernel|core]" && false