# HG changeset patch # User John Tsiombikas # Date 1397817039 -10800 # Node ID 66ad93f054933c2781a95cabbfd4e4859073c2c4 # Parent 70ad14ba4df20e2f9f131fa025700b29b5a5561e - changed 64bit windows build to use vs2012 libraries and link with pthreadVC2_x64.lib diff -r 70ad14ba4df2 -r 66ad93f05493 libanim-vs2012.vcxproj --- a/libanim-vs2012.vcxproj Thu Apr 17 07:58:35 2014 +0300 +++ b/libanim-vs2012.vcxproj Fri Apr 18 13:30:39 2014 +0300 @@ -33,7 +33,7 @@ StaticLibrary - v100 + v110 Unicode true @@ -44,7 +44,7 @@ StaticLibrary - v100 + v110 Unicode @@ -109,7 +109,7 @@ 4996;4244;%(DisableSpecificWarnings) - libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies) + libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) @@ -148,7 +148,7 @@ 4996;4244;%(DisableSpecificWarnings) - libvmath.lib;pthreadVC2.lib;%(AdditionalDependencies) + libvmath.lib;pthreadVC2_x64.lib;%(AdditionalDependencies) mkdir $(SolutionDir)\usr\include\anim