# HG changeset patch # User John Tsiombikas # Date 1397817039 -10800 # Node ID 2a270683d31e6696f46ac5450b345ddfa5c3d8bd # Parent 29c6c8ff99d9d63efc601da3e6b3affd632d293e - changed 64bit windows build to use vs2012 libraries and link with pthreadVC2_x64.lib diff -r 29c6c8ff99d9 -r 2a270683d31e 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