libgoatvr

diff libgoatvr.vcxproj @ 10:61feb3661397

windows build fix + new project file for the example
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 20 Sep 2014 20:12:00 +0300
parents 9ed0f1efd4cd
children
line diff
     1.1 --- a/libgoatvr.vcxproj	Sat Sep 20 16:52:42 2014 +0300
     1.2 +++ b/libgoatvr.vcxproj	Sat Sep 20 20:12:00 2014 +0300
     1.3 @@ -52,7 +52,7 @@
     1.4        <WarningLevel>Level3</WarningLevel>
     1.5        <Optimization>Disabled</Optimization>
     1.6        <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGOATVR_EXPORTS;%(PreprocessorDefinitions);USE_LIBOVR</PreprocessorDefinitions>
     1.7 -      <DisableSpecificWarnings>4244;4996</DisableSpecificWarnings>
     1.8 +      <DisableSpecificWarnings>4244;4996;4305</DisableSpecificWarnings>
     1.9      </ClCompile>
    1.10      <Link>
    1.11        <SubSystem>Windows</SubSystem>
    1.12 @@ -76,7 +76,7 @@
    1.13        <FunctionLevelLinking>true</FunctionLevelLinking>
    1.14        <IntrinsicFunctions>true</IntrinsicFunctions>
    1.15        <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGOATVR_EXPORTS;%(PreprocessorDefinitions);USE_LIBOVR</PreprocessorDefinitions>
    1.16 -      <DisableSpecificWarnings>4244;4996</DisableSpecificWarnings>
    1.17 +      <DisableSpecificWarnings>4244;4996;4305</DisableSpecificWarnings>
    1.18      </ClCompile>
    1.19      <Link>
    1.20        <SubSystem>Windows</SubSystem>
    1.21 @@ -95,6 +95,8 @@
    1.22    </ItemDefinitionGroup>
    1.23    <ItemGroup>
    1.24      <ClCompile Include="src\mathutil.c" />
    1.25 +    <ClCompile Include="src\mesh.c" />
    1.26 +    <ClCompile Include="src\opengl.c" />
    1.27      <ClCompile Include="src\opt.c" />
    1.28      <ClCompile Include="src\rbtree.c" />
    1.29      <ClCompile Include="src\vr.c" />
    1.30 @@ -105,6 +107,8 @@
    1.31    </ItemGroup>
    1.32    <ItemGroup>
    1.33      <ClInclude Include="src\mathutil.h" />
    1.34 +    <ClInclude Include="src\mesh.h" />
    1.35 +    <ClInclude Include="src\opengl.h" />
    1.36      <ClInclude Include="src\opt.h" />
    1.37      <ClInclude Include="src\rbtree.h" />
    1.38      <ClInclude Include="src\vr.h" />