equal
deleted
inserted
replaced
92 # On amd64, VS2005 compiler requires bufferoverflowU.lib on the link command line, |
92 # On amd64, VS2005 compiler requires bufferoverflowU.lib on the link command line, |
93 # otherwise we get missing __security_check_cookie externals at link time. |
93 # otherwise we get missing __security_check_cookie externals at link time. |
94 SA_LD_FLAGS = bufferoverflowU.lib |
94 SA_LD_FLAGS = bufferoverflowU.lib |
95 !endif |
95 !endif |
96 !else |
96 !else |
97 SA_CFLAGS = -nologo $(MS_RUNTIME_OPTION) -W3 -Gm $(GX_OPTION) -Od -D "WIN32" -D "_WINDOWS" -D "_DEBUG" -D "_CONSOLE" -D "_MBCS" -YX -FD -GZ -c |
97 SA_CFLAGS = -nologo $(MS_RUNTIME_OPTION) -W3 $(GX_OPTION) -Od -D "WIN32" -D "_WINDOWS" -D "_DEBUG" -D "_CONSOLE" -D "_MBCS" -FD -RTC1 -c |
98 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1" |
98 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1" |
99 SA_CFLAGS = $(SA_CFLAGS) -ZI |
99 SA_CFLAGS = $(SA_CFLAGS) -ZI |
100 !endif |
100 !endif |
101 !endif |
101 !endif |
102 !if "$(MT)" != "" |
102 !if "$(MT)" != "" |