oculus1

diff oculus1.vcproj @ 19:899cf9ebffb4

win32 project and fixes
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 28 Sep 2013 06:17:34 +0300
parents
children ef4c9d8eeca7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/oculus1.vcproj	Sat Sep 28 06:17:34 2013 +0300
     1.3 @@ -0,0 +1,559 @@
     1.4 +<?xml version="1.0" encoding="Windows-1252"?>
     1.5 +<VisualStudioProject
     1.6 +	ProjectType="Visual C++"
     1.7 +	Version="9.00"
     1.8 +	Name="oculus1"
     1.9 +	ProjectGUID="{BF4DEBD4-BA07-4DEF-82A7-ACAF8F20110B}"
    1.10 +	RootNamespace="oculus1"
    1.11 +	Keyword="Win32Proj"
    1.12 +	TargetFrameworkVersion="196613"
    1.13 +	>
    1.14 +	<Platforms>
    1.15 +		<Platform
    1.16 +			Name="Win32"
    1.17 +		/>
    1.18 +	</Platforms>
    1.19 +	<ToolFiles>
    1.20 +	</ToolFiles>
    1.21 +	<Configurations>
    1.22 +		<Configuration
    1.23 +			Name="Debug|Win32"
    1.24 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.25 +			IntermediateDirectory="$(ConfigurationName)"
    1.26 +			ConfigurationType="1"
    1.27 +			CharacterSet="1"
    1.28 +			>
    1.29 +			<Tool
    1.30 +				Name="VCPreBuildEventTool"
    1.31 +			/>
    1.32 +			<Tool
    1.33 +				Name="VCCustomBuildTool"
    1.34 +			/>
    1.35 +			<Tool
    1.36 +				Name="VCXMLDataGeneratorTool"
    1.37 +			/>
    1.38 +			<Tool
    1.39 +				Name="VCWebServiceProxyGeneratorTool"
    1.40 +			/>
    1.41 +			<Tool
    1.42 +				Name="VCMIDLTool"
    1.43 +			/>
    1.44 +			<Tool
    1.45 +				Name="VCCLCompilerTool"
    1.46 +				Optimization="0"
    1.47 +				AdditionalIncludeDirectories="&quot;$(SolutionDir)\libovr\Include&quot;;&quot;$(SolutionDir)\libovr\Src&quot;;&quot;$(SolutionDir)\libovr\Src\Kernel&quot;;&quot;$(SolutionDir)\libovr\Src\Util&quot;"
    1.48 +				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_USE_MATH_DEFINES"
    1.49 +				MinimalRebuild="true"
    1.50 +				BasicRuntimeChecks="3"
    1.51 +				RuntimeLibrary="3"
    1.52 +				UsePrecompiledHeader="0"
    1.53 +				WarningLevel="3"
    1.54 +				DebugInformationFormat="4"
    1.55 +				DisableSpecificWarnings="4244;4305;4996"
    1.56 +			/>
    1.57 +			<Tool
    1.58 +				Name="VCManagedResourceCompilerTool"
    1.59 +			/>
    1.60 +			<Tool
    1.61 +				Name="VCResourceCompilerTool"
    1.62 +			/>
    1.63 +			<Tool
    1.64 +				Name="VCPreLinkEventTool"
    1.65 +			/>
    1.66 +			<Tool
    1.67 +				Name="VCLinkerTool"
    1.68 +				AdditionalDependencies="opengl32.lib glut32.lib glew32.lib libvmath.lib setupapi.lib"
    1.69 +				LinkIncremental="2"
    1.70 +				GenerateDebugInformation="true"
    1.71 +				SubSystem="1"
    1.72 +				TargetMachine="1"
    1.73 +			/>
    1.74 +			<Tool
    1.75 +				Name="VCALinkTool"
    1.76 +			/>
    1.77 +			<Tool
    1.78 +				Name="VCManifestTool"
    1.79 +			/>
    1.80 +			<Tool
    1.81 +				Name="VCXDCMakeTool"
    1.82 +			/>
    1.83 +			<Tool
    1.84 +				Name="VCBscMakeTool"
    1.85 +			/>
    1.86 +			<Tool
    1.87 +				Name="VCFxCopTool"
    1.88 +			/>
    1.89 +			<Tool
    1.90 +				Name="VCAppVerifierTool"
    1.91 +			/>
    1.92 +			<Tool
    1.93 +				Name="VCPostBuildEventTool"
    1.94 +			/>
    1.95 +		</Configuration>
    1.96 +		<Configuration
    1.97 +			Name="Release|Win32"
    1.98 +			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    1.99 +			IntermediateDirectory="$(ConfigurationName)"
   1.100 +			ConfigurationType="1"
   1.101 +			CharacterSet="1"
   1.102 +			WholeProgramOptimization="1"
   1.103 +			>
   1.104 +			<Tool
   1.105 +				Name="VCPreBuildEventTool"
   1.106 +			/>
   1.107 +			<Tool
   1.108 +				Name="VCCustomBuildTool"
   1.109 +			/>
   1.110 +			<Tool
   1.111 +				Name="VCXMLDataGeneratorTool"
   1.112 +			/>
   1.113 +			<Tool
   1.114 +				Name="VCWebServiceProxyGeneratorTool"
   1.115 +			/>
   1.116 +			<Tool
   1.117 +				Name="VCMIDLTool"
   1.118 +			/>
   1.119 +			<Tool
   1.120 +				Name="VCCLCompilerTool"
   1.121 +				Optimization="2"
   1.122 +				EnableIntrinsicFunctions="true"
   1.123 +				AdditionalIncludeDirectories="&quot;$(SolutionDir)\libovr\Include&quot;;&quot;$(SolutionDir)\libovr\Src&quot;;&quot;$(SolutionDir)\libovr\Src\Kernel&quot;;&quot;$(SolutionDir)\libovr\Src\Util&quot;"
   1.124 +				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_USE_MATH_DEFINES"
   1.125 +				RuntimeLibrary="2"
   1.126 +				EnableFunctionLevelLinking="true"
   1.127 +				UsePrecompiledHeader="0"
   1.128 +				WarningLevel="3"
   1.129 +				DebugInformationFormat="3"
   1.130 +				DisableSpecificWarnings="4244;4305;4996"
   1.131 +			/>
   1.132 +			<Tool
   1.133 +				Name="VCManagedResourceCompilerTool"
   1.134 +			/>
   1.135 +			<Tool
   1.136 +				Name="VCResourceCompilerTool"
   1.137 +			/>
   1.138 +			<Tool
   1.139 +				Name="VCPreLinkEventTool"
   1.140 +			/>
   1.141 +			<Tool
   1.142 +				Name="VCLinkerTool"
   1.143 +				AdditionalDependencies="opengl32.lib glut32.lib glew32.lib libvmath.lib setupapi.lib"
   1.144 +				LinkIncremental="1"
   1.145 +				GenerateDebugInformation="true"
   1.146 +				SubSystem="1"
   1.147 +				OptimizeReferences="2"
   1.148 +				EnableCOMDATFolding="2"
   1.149 +				TargetMachine="1"
   1.150 +			/>
   1.151 +			<Tool
   1.152 +				Name="VCALinkTool"
   1.153 +			/>
   1.154 +			<Tool
   1.155 +				Name="VCManifestTool"
   1.156 +			/>
   1.157 +			<Tool
   1.158 +				Name="VCXDCMakeTool"
   1.159 +			/>
   1.160 +			<Tool
   1.161 +				Name="VCBscMakeTool"
   1.162 +			/>
   1.163 +			<Tool
   1.164 +				Name="VCFxCopTool"
   1.165 +			/>
   1.166 +			<Tool
   1.167 +				Name="VCAppVerifierTool"
   1.168 +			/>
   1.169 +			<Tool
   1.170 +				Name="VCPostBuildEventTool"
   1.171 +			/>
   1.172 +		</Configuration>
   1.173 +	</Configurations>
   1.174 +	<References>
   1.175 +	</References>
   1.176 +	<Files>
   1.177 +		<Filter
   1.178 +			Name="src"
   1.179 +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   1.180 +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   1.181 +			>
   1.182 +			<File
   1.183 +				RelativePath=".\src\camera.cc"
   1.184 +				>
   1.185 +			</File>
   1.186 +			<File
   1.187 +				RelativePath=".\src\camera.h"
   1.188 +				>
   1.189 +			</File>
   1.190 +			<File
   1.191 +				RelativePath=".\src\main.cc"
   1.192 +				>
   1.193 +			</File>
   1.194 +			<File
   1.195 +				RelativePath=".\src\opengl.cc"
   1.196 +				>
   1.197 +			</File>
   1.198 +			<File
   1.199 +				RelativePath=".\src\opengl.h"
   1.200 +				>
   1.201 +			</File>
   1.202 +			<File
   1.203 +				RelativePath=".\src\sdr.c"
   1.204 +				>
   1.205 +			</File>
   1.206 +			<File
   1.207 +				RelativePath=".\src\sdr.h"
   1.208 +				>
   1.209 +			</File>
   1.210 +			<File
   1.211 +				RelativePath=".\src\vr.cc"
   1.212 +				>
   1.213 +			</File>
   1.214 +			<File
   1.215 +				RelativePath=".\src\vr.h"
   1.216 +				>
   1.217 +			</File>
   1.218 +			<File
   1.219 +				RelativePath=".\src\vr_impl.h"
   1.220 +				>
   1.221 +			</File>
   1.222 +			<File
   1.223 +				RelativePath=".\src\vr_sdr.h"
   1.224 +				>
   1.225 +			</File>
   1.226 +		</Filter>
   1.227 +		<Filter
   1.228 +			Name="libovr"
   1.229 +			>
   1.230 +			<File
   1.231 +				RelativePath=".\libovr\Src\OVR_Device.h"
   1.232 +				>
   1.233 +			</File>
   1.234 +			<File
   1.235 +				RelativePath=".\libovr\Src\OVR_DeviceConstants.h"
   1.236 +				>
   1.237 +			</File>
   1.238 +			<File
   1.239 +				RelativePath=".\libovr\Src\OVR_DeviceHandle.cpp"
   1.240 +				>
   1.241 +			</File>
   1.242 +			<File
   1.243 +				RelativePath=".\libovr\Src\OVR_DeviceHandle.h"
   1.244 +				>
   1.245 +			</File>
   1.246 +			<File
   1.247 +				RelativePath=".\libovr\Src\OVR_DeviceImpl.cpp"
   1.248 +				>
   1.249 +			</File>
   1.250 +			<File
   1.251 +				RelativePath=".\libovr\Src\OVR_DeviceImpl.h"
   1.252 +				>
   1.253 +			</File>
   1.254 +			<File
   1.255 +				RelativePath=".\libovr\Src\OVR_DeviceMessages.h"
   1.256 +				>
   1.257 +			</File>
   1.258 +			<File
   1.259 +				RelativePath=".\libovr\Src\OVR_HIDDevice.h"
   1.260 +				>
   1.261 +			</File>
   1.262 +			<File
   1.263 +				RelativePath=".\libovr\Src\OVR_HIDDeviceBase.h"
   1.264 +				>
   1.265 +			</File>
   1.266 +			<File
   1.267 +				RelativePath=".\libovr\Src\OVR_HIDDeviceImpl.h"
   1.268 +				>
   1.269 +			</File>
   1.270 +			<File
   1.271 +				RelativePath=".\libovr\Src\OVR_JSON.cpp"
   1.272 +				>
   1.273 +			</File>
   1.274 +			<File
   1.275 +				RelativePath=".\libovr\Src\OVR_JSON.h"
   1.276 +				>
   1.277 +			</File>
   1.278 +			<File
   1.279 +				RelativePath=".\libovr\Src\OVR_LatencyTestImpl.cpp"
   1.280 +				>
   1.281 +			</File>
   1.282 +			<File
   1.283 +				RelativePath=".\libovr\Src\OVR_LatencyTestImpl.h"
   1.284 +				>
   1.285 +			</File>
   1.286 +			<File
   1.287 +				RelativePath=".\libovr\Src\OVR_Profile.cpp"
   1.288 +				>
   1.289 +			</File>
   1.290 +			<File
   1.291 +				RelativePath=".\libovr\Src\OVR_Profile.h"
   1.292 +				>
   1.293 +			</File>
   1.294 +			<File
   1.295 +				RelativePath=".\libovr\Src\OVR_SensorFilter.cpp"
   1.296 +				>
   1.297 +			</File>
   1.298 +			<File
   1.299 +				RelativePath=".\libovr\Src\OVR_SensorFilter.h"
   1.300 +				>
   1.301 +			</File>
   1.302 +			<File
   1.303 +				RelativePath=".\libovr\Src\OVR_SensorFusion.cpp"
   1.304 +				>
   1.305 +			</File>
   1.306 +			<File
   1.307 +				RelativePath=".\libovr\Src\OVR_SensorFusion.h"
   1.308 +				>
   1.309 +			</File>
   1.310 +			<File
   1.311 +				RelativePath=".\libovr\Src\OVR_SensorImpl.cpp"
   1.312 +				>
   1.313 +			</File>
   1.314 +			<File
   1.315 +				RelativePath=".\libovr\Src\OVR_SensorImpl.h"
   1.316 +				>
   1.317 +			</File>
   1.318 +			<File
   1.319 +				RelativePath=".\libovr\Src\OVR_ThreadCommandQueue.cpp"
   1.320 +				>
   1.321 +			</File>
   1.322 +			<File
   1.323 +				RelativePath=".\libovr\Src\OVR_ThreadCommandQueue.h"
   1.324 +				>
   1.325 +			</File>
   1.326 +			<Filter
   1.327 +				Name="Kernel"
   1.328 +				>
   1.329 +				<File
   1.330 +					RelativePath=".\libovr\Src\Kernel\OVR_Alg.cpp"
   1.331 +					>
   1.332 +				</File>
   1.333 +				<File
   1.334 +					RelativePath=".\libovr\Src\Kernel\OVR_Alg.h"
   1.335 +					>
   1.336 +				</File>
   1.337 +				<File
   1.338 +					RelativePath=".\libovr\Src\Kernel\OVR_Allocator.cpp"
   1.339 +					>
   1.340 +				</File>
   1.341 +				<File
   1.342 +					RelativePath=".\libovr\Src\Kernel\OVR_Allocator.h"
   1.343 +					>
   1.344 +				</File>
   1.345 +				<File
   1.346 +					RelativePath=".\libovr\Src\Kernel\OVR_Array.h"
   1.347 +					>
   1.348 +				</File>
   1.349 +				<File
   1.350 +					RelativePath=".\libovr\Src\Kernel\OVR_Atomic.cpp"
   1.351 +					>
   1.352 +				</File>
   1.353 +				<File
   1.354 +					RelativePath=".\libovr\Src\Kernel\OVR_Atomic.h"
   1.355 +					>
   1.356 +				</File>
   1.357 +				<File
   1.358 +					RelativePath=".\libovr\Src\Kernel\OVR_Color.h"
   1.359 +					>
   1.360 +				</File>
   1.361 +				<File
   1.362 +					RelativePath=".\libovr\Src\Kernel\OVR_ContainerAllocator.h"
   1.363 +					>
   1.364 +				</File>
   1.365 +				<File
   1.366 +					RelativePath=".\libovr\Src\Kernel\OVR_File.cpp"
   1.367 +					>
   1.368 +				</File>
   1.369 +				<File
   1.370 +					RelativePath=".\libovr\Src\Kernel\OVR_File.h"
   1.371 +					>
   1.372 +				</File>
   1.373 +				<File
   1.374 +					RelativePath=".\libovr\Src\Kernel\OVR_FileFILE.cpp"
   1.375 +					>
   1.376 +				</File>
   1.377 +				<File
   1.378 +					RelativePath=".\libovr\Src\Kernel\OVR_Hash.h"
   1.379 +					>
   1.380 +				</File>
   1.381 +				<File
   1.382 +					RelativePath=".\libovr\Src\Kernel\OVR_KeyCodes.h"
   1.383 +					>
   1.384 +				</File>
   1.385 +				<File
   1.386 +					RelativePath=".\libovr\Src\Kernel\OVR_List.h"
   1.387 +					>
   1.388 +				</File>
   1.389 +				<File
   1.390 +					RelativePath=".\libovr\Src\Kernel\OVR_Log.cpp"
   1.391 +					>
   1.392 +				</File>
   1.393 +				<File
   1.394 +					RelativePath=".\libovr\Src\Kernel\OVR_Log.h"
   1.395 +					>
   1.396 +				</File>
   1.397 +				<File
   1.398 +					RelativePath=".\libovr\Src\Kernel\OVR_Math.cpp"
   1.399 +					>
   1.400 +				</File>
   1.401 +				<File
   1.402 +					RelativePath=".\libovr\Src\Kernel\OVR_Math.h"
   1.403 +					>
   1.404 +				</File>
   1.405 +				<File
   1.406 +					RelativePath=".\libovr\Src\Kernel\OVR_RefCount.cpp"
   1.407 +					>
   1.408 +				</File>
   1.409 +				<File
   1.410 +					RelativePath=".\libovr\Src\Kernel\OVR_RefCount.h"
   1.411 +					>
   1.412 +				</File>
   1.413 +				<File
   1.414 +					RelativePath=".\libovr\Src\Kernel\OVR_Std.cpp"
   1.415 +					>
   1.416 +				</File>
   1.417 +				<File
   1.418 +					RelativePath=".\libovr\Src\Kernel\OVR_Std.h"
   1.419 +					>
   1.420 +				</File>
   1.421 +				<File
   1.422 +					RelativePath=".\libovr\Src\Kernel\OVR_String.cpp"
   1.423 +					>
   1.424 +				</File>
   1.425 +				<File
   1.426 +					RelativePath=".\libovr\Src\Kernel\OVR_String.h"
   1.427 +					>
   1.428 +				</File>
   1.429 +				<File
   1.430 +					RelativePath=".\libovr\Src\Kernel\OVR_String_FormatUtil.cpp"
   1.431 +					>
   1.432 +				</File>
   1.433 +				<File
   1.434 +					RelativePath=".\libovr\Src\Kernel\OVR_String_PathUtil.cpp"
   1.435 +					>
   1.436 +				</File>
   1.437 +				<File
   1.438 +					RelativePath=".\libovr\Src\Kernel\OVR_StringHash.h"
   1.439 +					>
   1.440 +				</File>
   1.441 +				<File
   1.442 +					RelativePath=".\libovr\Src\Kernel\OVR_SysFile.cpp"
   1.443 +					>
   1.444 +				</File>
   1.445 +				<File
   1.446 +					RelativePath=".\libovr\Src\Kernel\OVR_SysFile.h"
   1.447 +					>
   1.448 +				</File>
   1.449 +				<File
   1.450 +					RelativePath=".\libovr\Src\Kernel\OVR_System.cpp"
   1.451 +					>
   1.452 +				</File>
   1.453 +				<File
   1.454 +					RelativePath=".\libovr\Src\Kernel\OVR_System.h"
   1.455 +					>
   1.456 +				</File>
   1.457 +				<File
   1.458 +					RelativePath=".\libovr\Src\Kernel\OVR_Threads.h"
   1.459 +					>
   1.460 +				</File>
   1.461 +				<File
   1.462 +					RelativePath=".\libovr\Src\Kernel\OVR_Timer.cpp"
   1.463 +					>
   1.464 +				</File>
   1.465 +				<File
   1.466 +					RelativePath=".\libovr\Src\Kernel\OVR_Timer.h"
   1.467 +					>
   1.468 +				</File>
   1.469 +				<File
   1.470 +					RelativePath=".\libovr\Src\Kernel\OVR_Types.h"
   1.471 +					>
   1.472 +				</File>
   1.473 +				<File
   1.474 +					RelativePath=".\libovr\Src\Kernel\OVR_UTF8Util.cpp"
   1.475 +					>
   1.476 +				</File>
   1.477 +				<File
   1.478 +					RelativePath=".\libovr\Src\Kernel\OVR_UTF8Util.h"
   1.479 +					>
   1.480 +				</File>
   1.481 +			</Filter>
   1.482 +			<Filter
   1.483 +				Name="Util"
   1.484 +				>
   1.485 +				<File
   1.486 +					RelativePath=".\libovr\Src\Util\Util_LatencyTest.cpp"
   1.487 +					>
   1.488 +				</File>
   1.489 +				<File
   1.490 +					RelativePath=".\libovr\Src\Util\Util_LatencyTest.h"
   1.491 +					>
   1.492 +				</File>
   1.493 +				<File
   1.494 +					RelativePath=".\libovr\Src\Util\Util_MagCalibration.cpp"
   1.495 +					>
   1.496 +				</File>
   1.497 +				<File
   1.498 +					RelativePath=".\libovr\Src\Util\Util_MagCalibration.h"
   1.499 +					>
   1.500 +				</File>
   1.501 +				<File
   1.502 +					RelativePath=".\libovr\Src\Util\Util_Render_Stereo.cpp"
   1.503 +					>
   1.504 +				</File>
   1.505 +				<File
   1.506 +					RelativePath=".\libovr\Src\Util\Util_Render_Stereo.h"
   1.507 +					>
   1.508 +				</File>
   1.509 +			</Filter>
   1.510 +			<Filter
   1.511 +				Name="win32"
   1.512 +				>
   1.513 +				<File
   1.514 +					RelativePath=".\libovr\Src\win32\OVR_ThreadsWinAPI.cpp"
   1.515 +					>
   1.516 +				</File>
   1.517 +				<File
   1.518 +					RelativePath=".\libovr\Src\win32\OVR_Win32_DeviceManager.cpp"
   1.519 +					>
   1.520 +				</File>
   1.521 +				<File
   1.522 +					RelativePath=".\libovr\Src\win32\OVR_Win32_DeviceManager.h"
   1.523 +					>
   1.524 +				</File>
   1.525 +				<File
   1.526 +					RelativePath=".\libovr\Src\win32\OVR_Win32_DeviceStatus.cpp"
   1.527 +					>
   1.528 +				</File>
   1.529 +				<File
   1.530 +					RelativePath=".\libovr\Src\win32\OVR_Win32_DeviceStatus.h"
   1.531 +					>
   1.532 +				</File>
   1.533 +				<File
   1.534 +					RelativePath=".\libovr\Src\win32\OVR_Win32_HIDDevice.cpp"
   1.535 +					>
   1.536 +				</File>
   1.537 +				<File
   1.538 +					RelativePath=".\libovr\Src\win32\OVR_Win32_HIDDevice.h"
   1.539 +					>
   1.540 +				</File>
   1.541 +				<File
   1.542 +					RelativePath=".\libovr\Src\win32\OVR_Win32_HMDDevice.cpp"
   1.543 +					>
   1.544 +				</File>
   1.545 +				<File
   1.546 +					RelativePath=".\libovr\Src\win32\OVR_Win32_HMDDevice.h"
   1.547 +					>
   1.548 +				</File>
   1.549 +				<File
   1.550 +					RelativePath=".\libovr\Src\win32\OVR_Win32_SensorDevice.cpp"
   1.551 +					>
   1.552 +				</File>
   1.553 +				<File
   1.554 +					RelativePath=".\libovr\Src\win32\OVR_Win32_SensorDevice.h"
   1.555 +					>
   1.556 +				</File>
   1.557 +			</Filter>
   1.558 +		</Filter>
   1.559 +	</Files>
   1.560 +	<Globals>
   1.561 +	</Globals>
   1.562 +</VisualStudioProject>