equal
deleted
inserted
replaced
106 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE) |
106 SA_LFLAGS = $(SA_LD_FLAGS) -nologo -subsystem:console -machine:$(MACHINE) |
107 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1" |
107 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1" |
108 SA_LFLAGS = $(SA_LFLAGS) -map -debug |
108 SA_LFLAGS = $(SA_LFLAGS) -map -debug |
109 !endif |
109 !endif |
110 |
110 |
|
111 SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG) |
|
112 |
111 # Note that we do not keep sawindbj.obj around as it would then |
113 # Note that we do not keep sawindbj.obj around as it would then |
112 # get included in the dumpbin command in build_vm_def.sh |
114 # get included in the dumpbin command in build_vm_def.sh |
113 |
115 |
114 # In VS2005 or VS2008 the link command creates a .manifest file that we want |
116 # In VS2005 or VS2008 the link command creates a .manifest file that we want |
115 # to insert into the linked artifact so we do not need to track it separately. |
117 # to insert into the linked artifact so we do not need to track it separately. |