# HG changeset patch # User John Tsiombikas # Date 1400206990 -10800 # Node ID c1871707c67803bd55086cddcb6dc8f7da4e8599 # Parent 7941e89798e5dbf244e56fb39eb2194f8c0fe525 fixed the windows build diff -r 7941e89798e5 -r c1871707c678 goatview/goatview.vcxproj --- a/goatview/goatview.vcxproj Thu May 15 06:52:01 2014 +0300 +++ b/goatview/goatview.vcxproj Fri May 16 05:23:10 2014 +0300 @@ -99,11 +99,12 @@ Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) $(SolutionDir)\src + 4305 Console true - goat3d-x64.lib;qtmaind.lib;Qt5Guid.lib;Qt5Cored.lib;Qt5Widgetsd.lib;Qt5OpenGLd.lib;opengl32.lib;glu32.lib;libvmath-x64-dbg.lib;libanim-x64-dbg.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) + goat3d-x64.lib;qtmaind.lib;Qt5Guid.lib;Qt5Cored.lib;Qt5Widgetsd.lib;Qt5OpenGLd.lib;opengl32.lib;glu32.lib;glew32-x64.lib;libvmath-x64-dbg.lib;libanim-x64-dbg.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) $(OutDir);%(AdditionalLibraryDirectories) @@ -150,13 +151,14 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) $(SolutionDir)\src + 4305 Console true true true - goat3d-x64.lib;qtmain.lib;Qt5Gui.lib;Qt5Widgets.lib;Qt5OpenGL.lib;opengl32.lib;glu32.lib;libvmath-x64.lib;libanim-x64.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) + goat3d-x64.lib;qtmain.lib;Qt5Gui.lib;Qt5Widgets.lib;Qt5OpenGL.lib;opengl32.lib;glu32.lib;glew32-x64.lib;libvmath-x64.lib;libanim-x64.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) $(OutDir) @@ -164,7 +166,9 @@ + +