< prev index next >

hotspot/make/windows/makefiles/debug.make

Print this page

        

*** 23,41 **** # HS_INTERNAL_NAME=jvm HS_FNAME=$(HS_INTERNAL_NAME).dll AOUT=$(HS_FNAME) - SAWINDBG=sawindbg.dll GENERATED=../generated # Allow the user to turn off precompiled headers from the command line. !if "$(USE_PRECOMPILED_HEADER)" != "0" BUILD_PCH_FILE=_build_pch_file.obj !endif ! default:: $(BUILD_PCH_FILE) $(AOUT) checkAndBuildSA !include ../local.make !include compile.make # _NMT_NOINLINE_ informs NMT that no inlining by Compiler --- 23,40 ---- # HS_INTERNAL_NAME=jvm HS_FNAME=$(HS_INTERNAL_NAME).dll AOUT=$(HS_FNAME) GENERATED=../generated # Allow the user to turn off precompiled headers from the command line. !if "$(USE_PRECOMPILED_HEADER)" != "0" BUILD_PCH_FILE=_build_pch_file.obj !endif ! default:: $(BUILD_PCH_FILE) $(AOUT) !include ../local.make !include compile.make # _NMT_NOINLINE_ informs NMT that no inlining by Compiler
*** 65,70 **** $(RM) $*.map $*.pdb !endif !endif !include $(WorkSpace)/make/windows/makefiles/shared.make - !include $(WorkSpace)/make/windows/makefiles/sa.make --- 64,68 ----
< prev index next >