diff --git a/Install/Windows/glslangValidator.exe b/Install/Windows/glslangValidator.exe index 54c47c2e..a36f637e 100644 Binary files a/Install/Windows/glslangValidator.exe and b/Install/Windows/glslangValidator.exe differ diff --git a/StandAlone.vcxproj b/StandAlone.vcxproj index 8ee9ecac..e67517f3 100644 --- a/StandAlone.vcxproj +++ b/StandAlone.vcxproj @@ -68,7 +68,7 @@ true ProgramDatabase Cdecl - MultiThreadedDebugDLL + MultiThreadedDebug /MACHINE:I386 %(AdditionalOptions) @@ -104,7 +104,7 @@ WIN32;NDEBUG;_CONSOLE;GENERIC_COMPILER;%(PreprocessorDefinitions) true Default - MultiThreadedDLL + MultiThreaded true true diff --git a/glslang.vcxproj b/glslang.vcxproj index dc7b773b..fc8618bb 100644 --- a/glslang.vcxproj +++ b/glslang.vcxproj @@ -68,7 +68,7 @@ ProgramDatabase Cdecl Default - MultiThreadedDebugDLL + MultiThreadedDebug true @@ -108,7 +108,7 @@ xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test true false Default - MultiThreadedDLL + MultiThreaded true true diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h index dbaa25c4..fb175e7a 100644 --- a/glslang/Include/revision.h +++ b/glslang/Include/revision.h @@ -9,5 +9,5 @@ // source have to figure out how to create revision.h just to get a build // going. However, if it is not updated, it can be a version behind. -#define GLSLANG_REVISION "24741" -#define GLSLANG_DATE "2014/01/11 13:35:26" +#define GLSLANG_REVISION "24916" +#define GLSLANG_DATE "2014/01/20 21:43:23"