From: Peter Schaefer Date: Wed, 18 Mar 2015 12:02:31 +0000 (+0100) Subject: added right dll (x86 for SDL2 & glew32) X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=714088c95debf57c58b1e05917a47f01c67cbf4e;p=cgue_weave.git added right dll (x86 for SDL2 & glew32) renamed Posterfiles added libVersions --- diff --git a/CGUE2015_Weave.sln b/CGUE2015_Weave.sln index 7475201..e9d1777 100644 --- a/CGUE2015_Weave.sln +++ b/CGUE2015_Weave.sln @@ -5,6 +5,16 @@ VisualStudioVersion = 12.0.31101.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Weave", "Weave\Weave.vcxproj", "{A2F0B06D-880C-4B90-9D4B-8B174418E1BE}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shader", "shader", "{75179EFC-6C76-4220-A1FE-3CE24BA3EAAE}" + ProjectSection(SolutionItems) = preProject + shader\basic_FS.hlsl = shader\basic_FS.hlsl + shader\basic_VS.hlsl = shader\basic_VS.hlsl + shader\basicTexture_FS.hlsl = shader\basicTexture_FS.hlsl + shader\basicTexture_VS.hlsl = shader\basicTexture_VS.hlsl + shader\lightingTexture_FS.hlsl = shader\lightingTexture_FS.hlsl + shader\perspective_VS.hlsl = shader\perspective_VS.hlsl + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 diff --git a/Weave/Weave.vcxproj b/Weave/Weave.vcxproj index ea1e2f1..0658123 100644 --- a/Weave/Weave.vcxproj +++ b/Weave/Weave.vcxproj @@ -61,6 +61,7 @@ true $(SolutionDir)lib\$(PlatformTarget);$(SolutionDir)lib OpenGL32.lib;SDL2.lib;SDL2main.lib;freetype.lib;zdll.lib;glew32.lib;FreeImage.lib;assimp.lib + msvcrt @@ -81,9 +82,20 @@ true $(SolutionDir)lib\$(PlatformTarget);$(SolutionDir)lib OpenGL32.lib;SDL2.lib;SDL2main.lib;freetype.lib;zdll.lib;glew32.lib;FreeImage.lib;assimp.lib + msvcrt + + + + + + + + + + diff --git a/Weave/Weave.vcxproj.filters b/Weave/Weave.vcxproj.filters index 6a1782f..026f3d3 100644 --- a/Weave/Weave.vcxproj.filters +++ b/Weave/Weave.vcxproj.filters @@ -14,4 +14,32 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + \ No newline at end of file diff --git a/bin/SDL2.dll b/bin/SDL2.dll index a65b22c..18d707f 100644 Binary files a/bin/SDL2.dll and b/bin/SDL2.dll differ diff --git a/bin/glew32.dll b/bin/glew32.dll index a6cc6fd..bce2a63 100644 Binary files a/bin/glew32.dll and b/bin/glew32.dll differ diff --git a/doc/poster/Ground.jpg b/doc/poster/Ground.jpg deleted file mode 100644 index e52eab5..0000000 Binary files a/doc/poster/Ground.jpg and /dev/null differ diff --git a/doc/poster/Ground_orig.jpg b/doc/poster/Ground_orig.jpg new file mode 100644 index 0000000..e52eab5 Binary files /dev/null and b/doc/poster/Ground_orig.jpg differ diff --git a/doc/poster/Skyline.jpg b/doc/poster/Skyline.jpg deleted file mode 100644 index 1f1aa70..0000000 Binary files a/doc/poster/Skyline.jpg and /dev/null differ diff --git a/doc/poster/Skyline_orig.jpg b/doc/poster/Skyline_orig.jpg new file mode 100644 index 0000000..1f1aa70 Binary files /dev/null and b/doc/poster/Skyline_orig.jpg differ diff --git a/lib_version.txt b/lib_version.txt new file mode 100644 index 0000000..57ff45b --- /dev/null +++ b/lib_version.txt @@ -0,0 +1,7 @@ +freetype 2.3.5.1 +FreeImage 3160 +zlib 128 +glm 0.9.6.3 +glew 1.12.0 +assimp 3.1.1 +sdl2 2.0.3 \ No newline at end of file