From 34485ffb3feb2719c84f74d868c8a87a743943b2 Mon Sep 17 00:00:00 2001 From: "Raymond W. Ko" Date: Tue, 20 May 2014 14:37:20 -0400 Subject: [PATCH 1/3] this file does not exist anymore --- hlslang.vcxproj.filters | 3 --- 1 file changed, 3 deletions(-) diff --git a/hlslang.vcxproj.filters b/hlslang.vcxproj.filters index 34cf5ad..8940e04 100644 --- a/hlslang.vcxproj.filters +++ b/hlslang.vcxproj.filters @@ -121,9 +121,6 @@ GLSL Code Gen - - OSDependent\Windows - OSDependent\Windows From 0736ed576d3dfe8fdd121cbdc5dffdac0f203d13 Mon Sep 17 00:00:00 2001 From: "Raymond W. Ko" Date: Tue, 20 May 2014 14:37:53 -0400 Subject: [PATCH 2/3] include to get std::min and std::max --- hlslang/MachineIndependent/Intermediate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hlslang/MachineIndependent/Intermediate.cpp b/hlslang/MachineIndependent/Intermediate.cpp index 955ac40..8a6e060 100644 --- a/hlslang/MachineIndependent/Intermediate.cpp +++ b/hlslang/MachineIndependent/Intermediate.cpp @@ -12,6 +12,7 @@ #include "ParseHelper.h" #include #include +#include static TPrecision GetHigherPrecision (TPrecision left, TPrecision right) { return left > right ? left : right; From a4bab4ea6c6ec9f6e76743f71fe4d7b660d810c1 Mon Sep 17 00:00:00 2001 From: "Raymond W. Ko" Date: Tue, 20 May 2014 14:38:52 -0400 Subject: [PATCH 3/3] add dummy UNIX header so that library compiles --- hlslang/OSDependent/Windows/unistd.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hlslang/OSDependent/Windows/unistd.h diff --git a/hlslang/OSDependent/Windows/unistd.h b/hlslang/OSDependent/Windows/unistd.h new file mode 100644 index 0000000..e69de29