deepstone

changeset 39:f9b1ff21fd62

merged
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 10 Mar 2014 17:28:28 +0200
parents 17a5107b6fa4 e5e01cd2c995
children 1fa939507d8b
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/deepstone.vcproj	Mon Mar 10 17:24:42 2014 +0200
     1.2 +++ b/deepstone.vcproj	Mon Mar 10 17:28:28 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  <?xml version="1.0" encoding="windows-1253"?>
     1.5  <VisualStudioProject
     1.6  	ProjectType="Visual C++"
     1.7 -	Version="9,00"
     1.8 +	Version="9.00"
     1.9  	Name="deepstone"
    1.10  	ProjectGUID="{7CBC96FF-B324-4904-9FD5-A95075F292BB}"
    1.11  	RootNamespace="deepstone"
    1.12 @@ -45,7 +45,7 @@
    1.13  				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;RAST_FLOAT;DBG_USE_FLOAT"
    1.14  				MinimalRebuild="true"
    1.15  				BasicRuntimeChecks="3"
    1.16 -				RuntimeLibrary="3"
    1.17 +				RuntimeLibrary="1"
    1.18  				UsePrecompiledHeader="0"
    1.19  				WarningLevel="3"
    1.20  				DebugInformationFormat="4"
    1.21 @@ -119,7 +119,7 @@
    1.22  				EnableIntrinsicFunctions="true"
    1.23  				AdditionalIncludeDirectories="$(SolutionDir)\src"
    1.24  				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;RAST_FLOAT;DBG_USE_FLOAT"
    1.25 -				RuntimeLibrary="2"
    1.26 +				RuntimeLibrary="0"
    1.27  				EnableFunctionLevelLinking="true"
    1.28  				UsePrecompiledHeader="0"
    1.29  				WarningLevel="3"