improvements to compile/link options
diff --git a/src/share/grabbag/grabbag_static.vcproj b/src/share/grabbag/grabbag_static.vcproj
index 8a5c862..61d230d 100644
--- a/src/share/grabbag/grabbag_static.vcproj
+++ b/src/share/grabbag/grabbag_static.vcproj
@@ -43,11 +43,12 @@
 				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLAC__NO_DLL;DEBUG"

 				MinimalRebuild="true"

 				BasicRuntimeChecks="3"

-				RuntimeLibrary="3"

+				RuntimeLibrary="1"

 				UsePrecompiledHeader="0"

 				WarningLevel="3"

 				Detect64BitPortabilityProblems="true"

 				DebugInformationFormat="4"

+				CompileAs="0"

 				DisableSpecificWarnings="4267;4996"

 			/>

 			<Tool

@@ -102,13 +103,19 @@
 			/>

 			<Tool

 				Name="VCCLCompilerTool"

+				EnableIntrinsicFunctions="true"

+				FavorSizeOrSpeed="1"

+				OmitFramePointers="true"

+				WholeProgramOptimization="true"

 				AdditionalIncludeDirectories=".\include;..\..\..\include"

 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;FLAC__NO_DLL"

-				RuntimeLibrary="2"

+				RuntimeLibrary="0"

+				BufferSecurityCheck="false"

 				UsePrecompiledHeader="0"

 				WarningLevel="3"

 				Detect64BitPortabilityProblems="true"

 				DebugInformationFormat="3"

+				CompileAs="0"

 				DisableSpecificWarnings="4267;4996"

 			/>

 			<Tool