# HG changeset patch # User John Tsiombikas # Date 1376966318 -10800 # Node ID 0a49bdf1af6f3b3e347c2f7498cbe66f9ae816e8 # Parent fca2ea844875e2d0467712b3ad280045b7c22648 windows stuff diff -r fca2ea844875 -r 0a49bdf1af6f .hgignore --- a/.hgignore Mon Aug 19 05:18:08 2013 +0300 +++ b/.hgignore Tue Aug 20 05:38:38 2013 +0300 @@ -4,3 +4,6 @@ \.a$ \.so\. \.dylib$ +\.opensdf$ +\.sdf$ +\.suo$ diff -r fca2ea844875 -r 0a49bdf1af6f goat3d.sln --- a/goat3d.sln Mon Aug 19 05:18:08 2013 +0300 +++ b/goat3d.sln Tue Aug 20 05:38:38 2013 +0300 @@ -4,6 +4,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "goat3d", "goat3d.vcxproj", "{86BF319B-9222-4805-918D-DC1B9F77BCEF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "maxgoat", "exporters\maxgoat\maxgoat.vcxproj", "{5BDDFFC1-7900-45D2-92F5-525361057554}" + ProjectSection(ProjectDependencies) = postProject + {86BF319B-9222-4805-918D-DC1B9F77BCEF} = {86BF319B-9222-4805-918D-DC1B9F77BCEF} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff -r fca2ea844875 -r 0a49bdf1af6f goat3d.vcxproj --- a/goat3d.vcxproj Mon Aug 19 05:18:08 2013 +0300 +++ b/goat3d.vcxproj Tue Aug 20 05:38:38 2013 +0300 @@ -85,7 +85,12 @@ - + + $(ProjectName)-x64 + + + $(ProjectName)-x64 +