From 12b2eed2901933ddcf248ed453801da60ec79818 Mon Sep 17 00:00:00 2001 From: kts Date: Wed, 4 Mar 2015 01:12:49 -0800 Subject: [PATCH] Updated VS project - works fine, but probably does not copy over all the needed DLLs during build (zlib, etc.). --- build/vs/vs.vcxproj | 9 ++++++++- build/vs/vs.vcxproj.filters | 9 +++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/build/vs/vs.vcxproj b/build/vs/vs.vcxproj index 02d643e..d55960d 100644 --- a/build/vs/vs.vcxproj +++ b/build/vs/vs.vcxproj @@ -52,12 +52,14 @@ true - SDL2.lib;SDL2main.lib;opengl32.lib;glew32.lib;%(AdditionalDependencies) + SDL2.lib;SDL2main.lib;opengl32.lib;glew32.lib;SDL2_image.lib;%(AdditionalDependencies) Console xcopy /d /y "..\..\..\..\Dev\glew-1.11.0\bin\Release\Win32\glew32.dll" "$(OutDir)" xcopy /d /y "..\..\..\..\Dev\SDL2-2.0.3\lib\x86\SDL2.dll" "$(OutDir)" +xcopy /d /y "..\..\..\..\Dev\SDL2-2.0.3\lib\x86\SDL2_image.dll" "$(OutDir)" +xcopy /d /y "..\..\..\..\Dev\SDL2-2.0.3\lib\x86\libpng16-16.dll" "$(OutDir)" xcopy /s /e /d /y "..\..\data" "$(OutDir)data\" @@ -97,6 +99,7 @@ xcopy /s /e /d /y "..\..\data" "$(OutDir)data\" + @@ -108,6 +111,9 @@ xcopy /s /e /d /y "..\..\data" "$(OutDir)data\" true + + true + @@ -137,6 +143,7 @@ xcopy /s /e /d /y "..\..\data" "$(OutDir)data\" + diff --git a/build/vs/vs.vcxproj.filters b/build/vs/vs.vcxproj.filters index 8ddf560..c25cc96 100644 --- a/build/vs/vs.vcxproj.filters +++ b/build/vs/vs.vcxproj.filters @@ -99,6 +99,9 @@ Classes\Gui + + Classes + @@ -119,6 +122,9 @@ Build Copy\data\shaders + + Build Copy + @@ -193,5 +199,8 @@ Classes\Gui + + Classes + \ No newline at end of file