libgoatvr

annotate libgoatvr.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
rev   line source
nuclear@0 1 <?xml version="1.0" encoding="utf-8"?>
nuclear@0 2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
nuclear@0 3 <ItemGroup Label="ProjectConfigurations">
nuclear@0 4 <ProjectConfiguration Include="Debug|Win32">
nuclear@0 5 <Configuration>Debug</Configuration>
nuclear@0 6 <Platform>Win32</Platform>
nuclear@0 7 </ProjectConfiguration>
nuclear@0 8 <ProjectConfiguration Include="Release|Win32">
nuclear@0 9 <Configuration>Release</Configuration>
nuclear@0 10 <Platform>Win32</Platform>
nuclear@0 11 </ProjectConfiguration>
nuclear@0 12 </ItemGroup>
nuclear@0 13 <PropertyGroup Label="Globals">
nuclear@0 14 <ProjectGuid>{6AD69AF8-6F44-4D45-A59C-A7A07F6E1CE0}</ProjectGuid>
nuclear@0 15 <Keyword>Win32Proj</Keyword>
nuclear@0 16 <RootNamespace>libgoatvr</RootNamespace>
nuclear@0 17 </PropertyGroup>
nuclear@0 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
nuclear@0 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
nuclear@0 20 <ConfigurationType>DynamicLibrary</ConfigurationType>
nuclear@0 21 <UseDebugLibraries>true</UseDebugLibraries>
nuclear@0 22 <PlatformToolset>v120</PlatformToolset>
nuclear@0 23 <CharacterSet>MultiByte</CharacterSet>
nuclear@0 24 </PropertyGroup>
nuclear@0 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
nuclear@0 26 <ConfigurationType>DynamicLibrary</ConfigurationType>
nuclear@0 27 <UseDebugLibraries>false</UseDebugLibraries>
nuclear@0 28 <PlatformToolset>v120</PlatformToolset>
nuclear@0 29 <WholeProgramOptimization>false</WholeProgramOptimization>
nuclear@0 30 <CharacterSet>MultiByte</CharacterSet>
nuclear@0 31 </PropertyGroup>
nuclear@0 32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
nuclear@0 33 <ImportGroup Label="ExtensionSettings">
nuclear@0 34 </ImportGroup>
nuclear@0 35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
nuclear@0 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
nuclear@0 37 </ImportGroup>
nuclear@0 38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
nuclear@0 39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
nuclear@0 40 </ImportGroup>
nuclear@0 41 <PropertyGroup Label="UserMacros" />
nuclear@0 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
nuclear@0 43 <LinkIncremental>true</LinkIncremental>
nuclear@0 44 </PropertyGroup>
nuclear@0 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
nuclear@0 46 <LinkIncremental>false</LinkIncremental>
nuclear@0 47 </PropertyGroup>
nuclear@0 48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
nuclear@0 49 <ClCompile>
nuclear@0 50 <PrecompiledHeader>
nuclear@0 51 </PrecompiledHeader>
nuclear@0 52 <WarningLevel>Level3</WarningLevel>
nuclear@0 53 <Optimization>Disabled</Optimization>
nuclear@3 54 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGOATVR_EXPORTS;%(PreprocessorDefinitions);USE_LIBOVR</PreprocessorDefinitions>
nuclear@0 55 <DisableSpecificWarnings>4244;4996</DisableSpecificWarnings>
nuclear@0 56 </ClCompile>
nuclear@0 57 <Link>
nuclear@0 58 <SubSystem>Windows</SubSystem>
nuclear@0 59 <GenerateDebugInformation>true</GenerateDebugInformation>
nuclear@0 60 <ModuleDefinitionFile>libgoatvr.def</ModuleDefinitionFile>
nuclear@3 61 <AdditionalDependencies>opengl32.lib;libovrd.lib;%(AdditionalDependencies);winmm.lib;ws2_32.lib</AdditionalDependencies>
nuclear@0 62 </Link>
nuclear@0 63 </ItemDefinitionGroup>
nuclear@0 64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
nuclear@0 65 <ClCompile>
nuclear@0 66 <WarningLevel>Level3</WarningLevel>
nuclear@0 67 <PrecompiledHeader>
nuclear@0 68 </PrecompiledHeader>
nuclear@0 69 <Optimization>MaxSpeed</Optimization>
nuclear@0 70 <FunctionLevelLinking>true</FunctionLevelLinking>
nuclear@0 71 <IntrinsicFunctions>true</IntrinsicFunctions>
nuclear@3 72 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGOATVR_EXPORTS;%(PreprocessorDefinitions);USE_LIBOVR</PreprocessorDefinitions>
nuclear@0 73 <DisableSpecificWarnings>4244;4996</DisableSpecificWarnings>
nuclear@0 74 </ClCompile>
nuclear@0 75 <Link>
nuclear@0 76 <SubSystem>Windows</SubSystem>
nuclear@0 77 <GenerateDebugInformation>true</GenerateDebugInformation>
nuclear@0 78 <EnableCOMDATFolding>true</EnableCOMDATFolding>
nuclear@0 79 <OptimizeReferences>true</OptimizeReferences>
nuclear@0 80 <ModuleDefinitionFile>libgoatvr.def</ModuleDefinitionFile>
nuclear@3 81 <AdditionalDependencies>opengl32.lib;libovr.lib;%(AdditionalDependencies);winmm.lib;ws2_32.lib</AdditionalDependencies>
nuclear@0 82 </Link>
nuclear@0 83 </ItemDefinitionGroup>
nuclear@0 84 <ItemGroup>
nuclear@0 85 <ClCompile Include="src\mathutil.c" />
nuclear@0 86 <ClCompile Include="src\opt.c" />
nuclear@0 87 <ClCompile Include="src\rbtree.c" />
nuclear@0 88 <ClCompile Include="src\vr.c" />
nuclear@0 89 <ClCompile Include="src\vr_libovr.c" />
nuclear@0 90 <ClCompile Include="src\vr_modules.c" />
nuclear@0 91 <ClCompile Include="src\vr_null.c" />
nuclear@0 92 <ClCompile Include="src\vr_openhmd.c" />
nuclear@0 93 </ItemGroup>
nuclear@0 94 <ItemGroup>
nuclear@0 95 <ClInclude Include="src\mathutil.h" />
nuclear@0 96 <ClInclude Include="src\opt.h" />
nuclear@0 97 <ClInclude Include="src\rbtree.h" />
nuclear@0 98 <ClInclude Include="src\vr.h" />
nuclear@0 99 <ClInclude Include="src\vr_impl.h" />
nuclear@0 100 </ItemGroup>
nuclear@0 101 <ItemGroup>
nuclear@0 102 <None Include="libgoatvr.def" />
nuclear@0 103 </ItemGroup>
nuclear@0 104 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
nuclear@0 105 <ImportGroup Label="ExtensionTargets">
nuclear@0 106 </ImportGroup>
nuclear@0 107 </Project>