libanim

changeset 14:b6352323cbd5

disable link-time code generation in visual studio
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 30 Apr 2013 05:02:36 +0300
parents 46a1f2aa1129
children 9265b419f5e1
files libanim.vcproj
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/libanim.vcproj	Sat Apr 13 08:13:27 2013 +0300
     1.2 +++ b/libanim.vcproj	Tue Apr 30 05:02:36 2013 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  <?xml version="1.0" encoding="Windows-1252"?>
     1.5  <VisualStudioProject
     1.6  	ProjectType="Visual C++"
     1.7 -	Version="9.00"
     1.8 +	Version="9,00"
     1.9  	Name="libanim"
    1.10  	ProjectGUID="{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
    1.11  	RootNamespace="libanim"
    1.12 @@ -106,6 +106,7 @@
    1.13  				Name="VCCLCompilerTool"
    1.14  				Optimization="2"
    1.15  				EnableIntrinsicFunctions="true"
    1.16 +				WholeProgramOptimization="false"
    1.17  				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
    1.18  				RuntimeLibrary="2"
    1.19  				EnableFunctionLevelLinking="true"