goat3d

diff goat3d.vcxproj @ 11:d1cebaf1d5c9

ok wtf
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 26 Aug 2013 05:42:30 +0300
parents 0a49bdf1af6f
children 6b651613bd9f
line diff
     1.1 --- a/goat3d.vcxproj	Mon Aug 26 05:30:40 2013 +0300
     1.2 +++ b/goat3d.vcxproj	Mon Aug 26 05:42:30 2013 +0300
     1.3 @@ -26,15 +26,17 @@
     1.4      <ClInclude Include="src\light.h" />
     1.5      <ClInclude Include="src\material.h" />
     1.6      <ClInclude Include="src\mesh.h" />
     1.7 +    <ClInclude Include="src\node.h" />
     1.8      <ClInclude Include="src\object.h" />
     1.9 -    <ClInclude Include="src\opengl.h" />
    1.10      <ClInclude Include="src\xform_node.h" />
    1.11    </ItemGroup>
    1.12    <ItemGroup>
    1.13 +    <ClCompile Include="src\camera.cc" />
    1.14      <ClCompile Include="src\goat3d.cc" />
    1.15 +    <ClCompile Include="src\light.cc" />
    1.16 +    <ClCompile Include="src\material.cc" />
    1.17      <ClCompile Include="src\mesh.cc" />
    1.18 -    <ClCompile Include="src\object.cc" />
    1.19 -    <ClCompile Include="src\opengl.cc" />
    1.20 +    <ClCompile Include="src\node.cc" />
    1.21      <ClCompile Include="src\xform_node.cc" />
    1.22    </ItemGroup>
    1.23    <PropertyGroup Label="Globals">
    1.24 @@ -112,7 +114,7 @@
    1.25        <WarningLevel>Level3</WarningLevel>
    1.26        <Optimization>Disabled</Optimization>
    1.27        <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    1.28 -      <DisableSpecificWarnings>4244</DisableSpecificWarnings>
    1.29 +      <DisableSpecificWarnings>4244;4305</DisableSpecificWarnings>
    1.30      </ClCompile>
    1.31      <Link>
    1.32        <SubSystem>Windows</SubSystem>
    1.33 @@ -146,7 +148,7 @@
    1.34        <FunctionLevelLinking>true</FunctionLevelLinking>
    1.35        <IntrinsicFunctions>true</IntrinsicFunctions>
    1.36        <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    1.37 -      <DisableSpecificWarnings>4244</DisableSpecificWarnings>
    1.38 +      <DisableSpecificWarnings>4244;4305</DisableSpecificWarnings>
    1.39      </ClCompile>
    1.40      <Link>
    1.41        <SubSystem>Windows</SubSystem>