libgoatvr

diff libgoatvr_static.vcxproj @ 3:83292083070b

added USE_LIBOVR to the visual studio project, and fixed the build
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 29 Aug 2014 05:54:26 +0300
parents ded3d0a74e19
children 9ed0f1efd4cd
line diff
     1.1 --- a/libgoatvr_static.vcxproj	Fri Aug 29 05:33:22 2014 +0300
     1.2 +++ b/libgoatvr_static.vcxproj	Fri Aug 29 05:54:26 2014 +0300
     1.3 @@ -70,7 +70,7 @@
     1.4        </PrecompiledHeader>
     1.5        <WarningLevel>Level3</WarningLevel>
     1.6        <Optimization>Disabled</Optimization>
     1.7 -      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     1.8 +      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);USE_LIBOVR</PreprocessorDefinitions>
     1.9        <DisableSpecificWarnings>4244;4996</DisableSpecificWarnings>
    1.10      </ClCompile>
    1.11      <Link>
    1.12 @@ -86,7 +86,7 @@
    1.13        <Optimization>MaxSpeed</Optimization>
    1.14        <FunctionLevelLinking>true</FunctionLevelLinking>
    1.15        <IntrinsicFunctions>true</IntrinsicFunctions>
    1.16 -      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    1.17 +      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);USE_LIBOVR</PreprocessorDefinitions>
    1.18        <DisableSpecificWarnings>4244;4996</DisableSpecificWarnings>
    1.19      </ClCompile>
    1.20      <Link>