< prev index next >

make/windows/build.make

Print this page

        

*** 295,304 **** --- 295,305 ---- @ echo Platform_arch_model=$(Platform_arch_model) >> $@ @ echo CXX=$(CXX) >> $@ @ echo LD=$(LD) >> $@ @ echo MT=$(MT) >> $@ @ echo RC=$(RC) >> $@ + @ echo ENABLE_JFR=$(ENABLE_JFR) >> $@ @ 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) >> $@
< prev index next >