From 55ed12f8d1eb6887d348be03aee5573d44177ffb Mon Sep 17 00:00:00 2001 From: Michael Sartain Date: Thu, 2 Oct 2014 08:25:55 -0700 Subject: Updated the SDK with the latest code from the TF and HL2 branches. --- mp/src/vpc_scripts/source_dll_win32_release.vpc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'mp/src/vpc_scripts/source_dll_win32_release.vpc') diff --git a/mp/src/vpc_scripts/source_dll_win32_release.vpc b/mp/src/vpc_scripts/source_dll_win32_release.vpc index 880e5efc..ba676d49 100644 --- a/mp/src/vpc_scripts/source_dll_win32_release.vpc +++ b/mp/src/vpc_scripts/source_dll_win32_release.vpc @@ -142,8 +142,11 @@ $Configuration "Release" $ErrorReporting "Prompt Immediately (/errorReport:prompt)" $AdditionalOptions "/Zm200" - // Enable extra debugging information. - $AdditionalOptions "$BASE /d2Zi+" + // Enable extra debugging information. This switch requires VS 2013 Update 3. + // With VS 2013 make sure that Edit-And-Continue is disabled in the debugger settings so that + // the debugger uses the enhanced debug information. + // http://randomascii.wordpress.com/2013/09/11/debugging-optimized-codenew-in-visual-studio-2012/ + $AdditionalOptions "$BASE /Zo" $AdditionalOptions "$BASE /Oy-" [$NOFPO] } @@ -165,7 +168,7 @@ $Configuration "Release" // Input $AdditionalDependencies $IgnoreAllDefaultLibraries - $IgnoreSpecificLibrary "libc;libcd;libcmtd" + $IgnoreSpecificLibrary "libc;libcd;libcmtd;libcpmtd;libcpmtd0;libcpmtd1" $ModuleDefinitionFile $AddModuleToAssembly $EmbedManagedResourceFile -- cgit v1.2.3