diff options
| author | scuri <scuri> | 2009-06-14 17:02:34 +0000 | 
|---|---|---|
| committer | scuri <scuri> | 2009-06-14 17:02:34 +0000 | 
| commit | faa9be421c99bc6d7057f87809a5e1530755ca63 (patch) | |
| tree | c621a862346b73cb29ceb6da81b7e19a4d5e00bb /test | |
| parent | 0743c3f4a24b3a6d8df39bc08412444f9ae25921 (diff) | |
*** empty log message ***
Diffstat (limited to 'test')
| -rw-r--r-- | test/im_view.vcproj | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/test/im_view.vcproj b/test/im_view.vcproj index 12cd0ba..458793d 100644 --- a/test/im_view.vcproj +++ b/test/im_view.vcproj @@ -48,7 +48,7 @@  				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"  				MinimalRebuild="false"  				BasicRuntimeChecks="3" -				RuntimeLibrary="0" +				RuntimeLibrary="1"  				UsePrecompiledHeader="0"  				WarningLevel="4"  				Detect64BitPortabilityProblems="false" @@ -186,6 +186,13 @@  			<File  				RelativePath=".\im_view.c"  				> +				<FileConfiguration +					Name="Debug|Win32" +					> +					<Tool +						Name="VCCLCompilerTool" +					/> +				</FileConfiguration>  			</File>  		</Filter>  	</Files>  | 
