make/windows/build.make

Print this page

        

@@ -295,10 +295,14 @@
         @ echo JDK_DOTVER=$(JDK_DOTVER)                         >> $@
         @ echo JRE_RELEASE_VER=$(JRE_RELEASE_VER)               >> $@
         @ echo BUILDARCH=$(BUILDARCH)                           >> $@
         @ echo Platform_arch=$(Platform_arch)                   >> $@
         @ echo Platform_arch_model=$(Platform_arch_model)       >> $@
+        @ echo CXX=$(CXX)                                       >> $@
+        @ echo LD=$(LD)                                         >> $@
+        @ echo MT=$(MT)                                         >> $@
+        @ echo RC=$(RC)                                         >> $@
         @ sh $(WorkSpace)/make/windows/get_msc_ver.sh           >> $@
 
 checks: checkVariant checkWorkSpace checkSA
 
 checkVariant: