goat3d
changeset 6:0a49bdf1af6f
windows stuff
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 20 Aug 2013 05:38:38 +0300 |
parents | fca2ea844875 |
children | 97139303348c |
files | .hgignore goat3d.sln goat3d.vcxproj |
diffstat | 3 files changed, 12 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/.hgignore Mon Aug 19 05:18:08 2013 +0300 1.2 +++ b/.hgignore Tue Aug 20 05:38:38 2013 +0300 1.3 @@ -4,3 +4,6 @@ 1.4 \.a$ 1.5 \.so\. 1.6 \.dylib$ 1.7 +\.opensdf$ 1.8 +\.sdf$ 1.9 +\.suo$
2.1 --- a/goat3d.sln Mon Aug 19 05:18:08 2013 +0300 2.2 +++ b/goat3d.sln Tue Aug 20 05:38:38 2013 +0300 2.3 @@ -4,6 +4,9 @@ 2.4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "goat3d", "goat3d.vcxproj", "{86BF319B-9222-4805-918D-DC1B9F77BCEF}" 2.5 EndProject 2.6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "maxgoat", "exporters\maxgoat\maxgoat.vcxproj", "{5BDDFFC1-7900-45D2-92F5-525361057554}" 2.7 + ProjectSection(ProjectDependencies) = postProject 2.8 + {86BF319B-9222-4805-918D-DC1B9F77BCEF} = {86BF319B-9222-4805-918D-DC1B9F77BCEF} 2.9 + EndProjectSection 2.10 EndProject 2.11 Global 2.12 GlobalSection(SolutionConfigurationPlatforms) = preSolution
3.1 --- a/goat3d.vcxproj Mon Aug 19 05:18:08 2013 +0300 3.2 +++ b/goat3d.vcxproj Tue Aug 20 05:38:38 2013 +0300 3.3 @@ -85,7 +85,12 @@ 3.4 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 3.5 </ImportGroup> 3.6 <PropertyGroup Label="UserMacros" /> 3.7 - <PropertyGroup /> 3.8 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 3.9 + <TargetName>$(ProjectName)-x64</TargetName> 3.10 + </PropertyGroup> 3.11 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 3.12 + <TargetName>$(ProjectName)-x64</TargetName> 3.13 + </PropertyGroup> 3.14 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 3.15 <ClCompile> 3.16 <PrecompiledHeader>