From 6d7fe63d7667f577ea205fec56fc3b2170b84351 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Fri, 8 Nov 2013 12:59:26 +0000 Subject: [PATCH] Update glslang_vs2010 project to use C7 Compatible Debug information (/C7) so that projects that link against it don't have LNK4204 warnings. Also fix errant space in "StandAlone _vs2010.sln". git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23966 e7fa87d3-cd2b-0410-9028-fcbf551c1848 --- StandAlone _vs2010.sln => StandAlone_vs2010.sln | 0 glslang_vs2010.vcxproj | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename StandAlone _vs2010.sln => StandAlone_vs2010.sln (100%) diff --git a/StandAlone _vs2010.sln b/StandAlone_vs2010.sln similarity index 100% rename from StandAlone _vs2010.sln rename to StandAlone_vs2010.sln diff --git a/glslang_vs2010.vcxproj b/glslang_vs2010.vcxproj index f3615f3..f9f4f6c 100644 --- a/glslang_vs2010.vcxproj +++ b/glslang_vs2010.vcxproj @@ -100,7 +100,7 @@ Level3 true - ProgramDatabase + OldStyle Cdecl Default MultiThreadedDebug @@ -146,7 +146,7 @@ xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test Level3 true - ProgramDatabase + OldStyle Cdecl Default MultiThreadedDebug @@ -202,7 +202,7 @@ xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test Level3 true - ProgramDatabase + OldStyle Cdecl Default @@ -255,7 +255,7 @@ xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test Level3 true - ProgramDatabase + OldStyle Cdecl Default -- 2.7.4