From 058c79b89a882401a92a0a9bfc3bb0a5f069bc97 Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Mon, 27 May 2013 10:39:15 +0200 Subject: [PATCH] Added missing library when linking in release, develop and profile configuration --- shell/shell.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/shell.vcxproj b/shell/shell.vcxproj index 9517c97d2..7e103340a 100644 --- a/shell/shell.vcxproj +++ b/shell/shell.vcxproj @@ -240,7 +240,7 @@ copy "$(ProjectDir)casparcg_auto_restart.bat" "$(OutDir)" - sfml-system.lib;sfml-audio.lib;sfml-window.lib;sfml-graphics.lib;OpenGL32.lib;FreeImage.lib;Winmm.lib;Ws2_32.lib;avformat.lib;avcodec.lib;avutil.lib;avfilter.lib;swscale.lib;tbb.lib;glew32.lib;zdll.lib + sfml-system.lib;sfml-audio.lib;sfml-window.lib;sfml-graphics.lib;OpenGL32.lib;FreeImage.lib;Winmm.lib;Ws2_32.lib;avformat.lib;avcodec.lib;avdevice.lib;avutil.lib;avfilter.lib;swscale.lib;tbb.lib;glew32.lib;zdll.lib %(AdditionalLibraryDirectories) @@ -303,7 +303,7 @@ copy "$(ProjectDir)casparcg_auto_restart.bat" "$(OutDir)" - sfml-system.lib;sfml-audio.lib;sfml-window.lib;sfml-graphics.lib;OpenGL32.lib;FreeImage.lib;Winmm.lib;Ws2_32.lib;avformat.lib;avcodec.lib;avutil.lib;avfilter.lib;swscale.lib;tbb.lib;glew32.lib;zdll.lib + sfml-system.lib;sfml-audio.lib;sfml-window.lib;sfml-graphics.lib;OpenGL32.lib;FreeImage.lib;Winmm.lib;Ws2_32.lib;avformat.lib;avcodec.lib;avdevice.lib;avutil.lib;avfilter.lib;swscale.lib;tbb.lib;glew32.lib;zdll.lib %(AdditionalLibraryDirectories) @@ -365,7 +365,7 @@ copy "$(ProjectDir)casparcg_auto_restart.bat" "$(OutDir)" - sfml-system.lib;sfml-audio.lib;sfml-window.lib;sfml-graphics.lib;OpenGL32.lib;FreeImage.lib;Winmm.lib;Ws2_32.lib;avformat.lib;avcodec.lib;avutil.lib;avfilter.lib;swscale.lib;tbb.lib;glew32.lib;zdll.lib + sfml-system.lib;sfml-audio.lib;sfml-window.lib;sfml-graphics.lib;OpenGL32.lib;FreeImage.lib;Winmm.lib;Ws2_32.lib;avformat.lib;avcodec.lib;avdevice.lib;avutil.lib;avfilter.lib;swscale.lib;tbb.lib;glew32.lib;zdll.lib %(AdditionalLibraryDirectories) -- 2.39.2