diff --git a/source/Irrlicht/Android/jni/Android.mk b/source/Irrlicht/Android/jni/Android.mk deleted file mode 100755 index 0ec3e9cb..00000000 --- a/source/Irrlicht/Android/jni/Android.mk +++ /dev/null @@ -1,265 +0,0 @@ -LOCAL_PATH := $(call my-dir)/../.. -IRRLICHT_LIB_PATH := $(LOCAL_PATH)/../../lib/Android - -include $(CLEAR_VARS) - -LOCAL_MODULE := Irrlicht -IRRLICHT_LIB_NAME := lib$(LOCAL_MODULE).a - -LOCAL_CFLAGS := -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing - -ifndef NDEBUG -LOCAL_CFLAGS += -g -D_DEBUG -else -LOCAL_CFLAGS += -fexpensive-optimizations -O3 -endif - -LOCAL_C_INCLUDES := ../../../include -LOCAL_C_INCLUDES += ../zlib ../jpeglib ../libpng - -LOCAL_SRC_FILES := \ - Android/CIrrDeviceAndroid.cpp \ - Android/CAndroidAssetReader.cpp \ - Android/CAndroidAssetFileArchive.cpp \ - Android/CKeyEventWrapper.cpp \ - burning_shader_color.cpp \ - C3DSMeshFileLoader.cpp \ - CAnimatedMeshHalfLife.cpp \ - CAnimatedMeshMD2.cpp \ - CAnimatedMeshMD3.cpp \ - CAnimatedMeshSceneNode.cpp \ - CAttributes.cpp \ - CB3DMeshFileLoader.cpp \ - CB3DMeshWriter.cpp \ - CBillboardSceneNode.cpp \ - CBoneSceneNode.cpp \ - CBSPMeshFileLoader.cpp \ - CBurningShader_Raster_Reference.cpp \ - CCameraSceneNode.cpp \ - CColladaFileLoader.cpp \ - CColladaMeshWriter.cpp \ - CColorConverter.cpp \ - CCSMLoader.cpp \ - CCubeSceneNode.cpp \ - CD3D9Driver.cpp \ - CD3D9HLSLMaterialRenderer.cpp \ - CD3D9NormalMapRenderer.cpp \ - CD3D9ParallaxMapRenderer.cpp \ - CD3D9ShaderMaterialRenderer.cpp \ - CD3D9Texture.cpp \ - CDefaultGUIElementFactory.cpp \ - CDefaultSceneNodeAnimatorFactory.cpp \ - CDefaultSceneNodeFactory.cpp \ - CDepthBuffer.cpp \ - CDMFLoader.cpp \ - CDummyTransformationSceneNode.cpp \ - CEmptySceneNode.cpp \ - CFileList.cpp \ - CFileSystem.cpp \ - CFPSCounter.cpp \ - leakHunter.cpp \ - CGeometryCreator.cpp \ - CGUIButton.cpp \ - CGUICheckBox.cpp \ - CGUIColorSelectDialog.cpp \ - CGUIComboBox.cpp \ - CGUIContextMenu.cpp \ - CGUIEditBox.cpp \ - CGUIEnvironment.cpp \ - CGUIFileOpenDialog.cpp \ - CGUIFont.cpp \ - CGUIImage.cpp \ - CGUIImageList.cpp \ - CGUIInOutFader.cpp \ - CGUIListBox.cpp \ - CGUIMenu.cpp \ - CGUIMeshViewer.cpp \ - CGUIMessageBox.cpp \ - CGUIModalScreen.cpp \ - CGUIScrollBar.cpp \ - CGUISkin.cpp \ - CGUISpinBox.cpp \ - CGUISpriteBank.cpp \ - CGUIStaticText.cpp \ - CGUITabControl.cpp \ - CGUITable.cpp \ - CGUIToolBar.cpp \ - CGUITreeView.cpp \ - CGUIWindow.cpp \ - CGUIProfiler.cpp \ - CImage.cpp \ - CImageLoaderBMP.cpp \ - CImageLoaderDDS.cpp \ - CImageLoaderJPG.cpp \ - CImageLoaderPCX.cpp \ - CImageLoaderPNG.cpp \ - CImageLoaderPPM.cpp \ - CImageLoaderPSD.cpp \ - CImageLoaderRGB.cpp \ - CImageLoaderTGA.cpp \ - CImageLoaderWAL.cpp \ - CImageWriterBMP.cpp \ - CImageWriterJPG.cpp \ - CImageWriterPCX.cpp \ - CImageWriterPNG.cpp \ - CImageWriterPPM.cpp \ - CImageWriterPSD.cpp \ - CImageWriterTGA.cpp \ - CImageLoaderPVR.cpp \ - CIrrDeviceConsole.cpp \ - CIrrDeviceFB.cpp \ - CIrrDeviceLinux.cpp \ - CIrrDeviceSDL.cpp \ - CIrrDeviceStub.cpp \ - CIrrDeviceWin32.cpp \ - CIrrMeshFileLoader.cpp \ - CIrrMeshWriter.cpp \ - CLightSceneNode.cpp \ - CLimitReadFile.cpp \ - CLMTSMeshFileLoader.cpp \ - CLogger.cpp \ - CLWOMeshFileLoader.cpp \ - CMD2MeshFileLoader.cpp \ - CMD3MeshFileLoader.cpp \ - CMemoryFile.cpp \ - CMeshCache.cpp \ - CMeshManipulator.cpp \ - CMeshSceneNode.cpp \ - CMeshTextureLoader.cpp \ - CMetaTriangleSelector.cpp \ - CMountPointReader.cpp \ - CMS3DMeshFileLoader.cpp \ - CMY3DMeshFileLoader.cpp \ - CNPKReader.cpp \ - CNullDriver.cpp \ - COBJMeshFileLoader.cpp \ - COBJMeshWriter.cpp \ - COCTLoader.cpp \ - COctreeSceneNode.cpp \ - COctreeTriangleSelector.cpp \ - CEGLManager.cpp \ - COGLES2Driver.cpp \ - COGLES2ExtensionHandler.cpp \ - COGLES2MaterialRenderer.cpp \ - COGLES2FixedPipelineRenderer.cpp \ - COGLES2NormalMapRenderer.cpp \ - COGLES2ParallaxMapRenderer.cpp \ - COGLES2Renderer2D.cpp \ - COGLESDriver.cpp \ - COGLESExtensionHandler.cpp \ - COgreMeshFileLoader.cpp \ - COpenGLCacheHandler.cpp \ - COpenGLDriver.cpp \ - COpenGLExtensionHandler.cpp \ - COpenGLNormalMapRenderer.cpp \ - COpenGLParallaxMapRenderer.cpp \ - COpenGLShaderMaterialRenderer.cpp \ - COpenGLSLMaterialRenderer.cpp \ - COSOperator.cpp \ - CPakReader.cpp \ - CParticleAnimatedMeshSceneNodeEmitter.cpp \ - CParticleAttractionAffector.cpp \ - CParticleBoxEmitter.cpp \ - CParticleCylinderEmitter.cpp \ - CParticleFadeOutAffector.cpp \ - CParticleGravityAffector.cpp \ - CParticleMeshEmitter.cpp \ - CParticlePointEmitter.cpp \ - CParticleRingEmitter.cpp \ - CParticleRotationAffector.cpp \ - CParticleScaleAffector.cpp \ - CParticleSphereEmitter.cpp \ - CParticleSystemSceneNode.cpp \ - CPLYMeshFileLoader.cpp \ - CPLYMeshWriter.cpp \ - CProfiler.cpp \ - CQ3LevelMesh.cpp \ - CQuake3ShaderSceneNode.cpp \ - CReadFile.cpp \ - CSceneCollisionManager.cpp \ - CSceneLoaderIrr.cpp \ - CSceneManager.cpp \ - CSceneNodeAnimatorCameraFPS.cpp \ - CSceneNodeAnimatorCameraMaya.cpp \ - CSceneNodeAnimatorCollisionResponse.cpp \ - CSceneNodeAnimatorDelete.cpp \ - CSceneNodeAnimatorFlyCircle.cpp \ - CSceneNodeAnimatorFlyStraight.cpp \ - CSceneNodeAnimatorFollowSpline.cpp \ - CSceneNodeAnimatorRotation.cpp \ - CSceneNodeAnimatorTexture.cpp \ - CShadowVolumeSceneNode.cpp \ - CSkinnedMesh.cpp \ - CSkyBoxSceneNode.cpp \ - CSkyDomeSceneNode.cpp \ - CSMFMeshFileLoader.cpp \ - CSoftwareDriver.cpp \ - CSoftwareDriver2.cpp \ - CSoftwareTexture.cpp \ - CSoftwareTexture2.cpp \ - CSphereSceneNode.cpp \ - CSTLMeshFileLoader.cpp \ - CSTLMeshWriter.cpp \ - CTarReader.cpp \ - CTerrainSceneNode.cpp \ - CTerrainTriangleSelector.cpp \ - CTextSceneNode.cpp \ - CTRFlat.cpp \ - CTRFlatWire.cpp \ - CTRGouraud.cpp \ - CTRGouraud2.cpp \ - CTRGouraudAlpha2.cpp \ - CTRGouraudAlphaNoZ2.cpp \ - CTRGouraudWire.cpp \ - CTriangleBBSelector.cpp \ - CTriangleSelector.cpp \ - CTRGouraudNoZ2.cpp \ - CTRNormalMap.cpp \ - CTRStencilShadow.cpp \ - CTRTextureBlend.cpp \ - CTRTextureDetailMap2.cpp \ - CTRTextureFlat.cpp \ - CTRTextureFlatWire.cpp \ - CTRTextureGouraud.cpp \ - CTRTextureGouraud2.cpp \ - CTRTextureGouraudAdd.cpp \ - CTRTextureGouraudAdd2.cpp \ - CTRTextureGouraudAddNoZ2.cpp \ - CTRTextureGouraudAlpha.cpp \ - CTRTextureGouraudAlphaNoZ.cpp \ - CTRTextureGouraudNoZ.cpp \ - CTRTextureGouraudNoZ2.cpp \ - CTRTextureGouraudVertexAlpha2.cpp \ - CTRTextureGouraudWire.cpp \ - CTRTextureLightMap2_Add.cpp \ - CTRTextureLightMap2_M1.cpp \ - CTRTextureLightMap2_M2.cpp \ - CTRTextureLightMap2_M4.cpp \ - CTRTextureLightMapGouraud2_M4.cpp \ - CTRTextureWire2.cpp \ - CTR_transparent_reflection_2_layer.cpp \ - CVideoModeList.cpp \ - CVolumeLightSceneNode.cpp \ - CWADReader.cpp \ - CWaterSurfaceSceneNode.cpp \ - CWriteFile.cpp \ - CXMeshFileLoader.cpp \ - CXMLReader.cpp \ - CXMLWriter.cpp \ - CZBuffer.cpp \ - CZipReader.cpp \ - IBurningShader.cpp \ - Irrlicht.cpp \ - irrXML.cpp \ - os.cpp - -LOCAL_STATIC_LIBRARIES := android_native_app_glue - -include $(BUILD_STATIC_LIBRARY) - -$(call import-module,android/native_app_glue) - -all: $(IRRLICHT_LIB_PATH) -$(IRRLICHT_LIB_PATH) : $(TARGET_OUT)/$(IRRLICHT_LIB_NAME) - cp $< $@ - diff --git a/source/Irrlicht/Android/jni/Application.mk b/source/Irrlicht/Android/jni/Application.mk deleted file mode 100644 index e58ac166..00000000 --- a/source/Irrlicht/Android/jni/Application.mk +++ /dev/null @@ -1,2 +0,0 @@ -APP_PLATFORM := android-10 -APP_MODULES := Irrlicht diff --git a/source/Irrlicht/Irrlicht-gcc.cbp b/source/Irrlicht/Irrlicht-gcc.cbp deleted file mode 100644 index a1dbf210..00000000 --- a/source/Irrlicht/Irrlicht-gcc.cbp +++ /dev/null @@ -1,1358 +0,0 @@ - - - - - - diff --git a/source/Irrlicht/Irrlicht.dev b/source/Irrlicht/Irrlicht.dev deleted file mode 100644 index e69de29b..00000000 diff --git a/source/Irrlicht/Irrlicht.ruleset b/source/Irrlicht/Irrlicht.ruleset deleted file mode 100644 index 8766033d..00000000 --- a/source/Irrlicht/Irrlicht.ruleset +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj b/source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj deleted file mode 100644 index 85b0ebb2..00000000 --- a/source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj +++ /dev/null @@ -1,3412 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 53; - objects = { - -/* Begin PBXBuildFile section */ - 5E34C9F91B7F6EBF00F212E8 /* CDefaultGUIElementFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E21B7F50DE00F212E8 /* CDefaultGUIElementFactory.cpp */; }; - 5E34C9FB1B7F6EBF00F212E8 /* CGUIButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7A91B7F50A900F212E8 /* CGUIButton.cpp */; }; - 5E34C9FD1B7F6EBF00F212E8 /* CGUICheckBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7AB1B7F50A900F212E8 /* CGUICheckBox.cpp */; }; - 5E34C9FF1B7F6EBF00F212E8 /* CGUIColorSelectDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7AD1B7F50A900F212E8 /* CGUIColorSelectDialog.cpp */; }; - 5E34CA011B7F6EBF00F212E8 /* CGUIComboBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7AF1B7F50A900F212E8 /* CGUIComboBox.cpp */; }; - 5E34CA031B7F6EBF00F212E8 /* CGUIContextMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B11B7F50A900F212E8 /* CGUIContextMenu.cpp */; }; - 5E34CA051B7F6EBF00F212E8 /* CGUIEditBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B31B7F50A900F212E8 /* CGUIEditBox.cpp */; }; - 5E34CA071B7F6EBF00F212E8 /* CGUIEnvironment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B51B7F50A900F212E8 /* CGUIEnvironment.cpp */; }; - 5E34CA091B7F6EBF00F212E8 /* CGUIFileOpenDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B71B7F50A900F212E8 /* CGUIFileOpenDialog.cpp */; }; - 5E34CA0B1B7F6EBF00F212E8 /* CGUIFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B91B7F50A900F212E8 /* CGUIFont.cpp */; }; - 5E34CA0D1B7F6EBF00F212E8 /* CGUIImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7BB1B7F50A900F212E8 /* CGUIImage.cpp */; }; - 5E34CA0F1B7F6EBF00F212E8 /* CGUIImageList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7BD1B7F50A900F212E8 /* CGUIImageList.cpp */; }; - 5E34CA111B7F6EBF00F212E8 /* CGUIInOutFader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7BF1B7F50A900F212E8 /* CGUIInOutFader.cpp */; }; - 5E34CA131B7F6EBF00F212E8 /* CGUIListBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C11B7F50A900F212E8 /* CGUIListBox.cpp */; }; - 5E34CA151B7F6EBF00F212E8 /* CGUIMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C31B7F50A900F212E8 /* CGUIMenu.cpp */; }; - 5E34CA171B7F6EBF00F212E8 /* CGUIMeshViewer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C51B7F50A900F212E8 /* CGUIMeshViewer.cpp */; }; - 5E34CA191B7F6EBF00F212E8 /* CGUIMessageBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C71B7F50A900F212E8 /* CGUIMessageBox.cpp */; }; - 5E34CA1B1B7F6EBF00F212E8 /* CGUIModalScreen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C91B7F50A900F212E8 /* CGUIModalScreen.cpp */; }; - 5E34CA1D1B7F6EBF00F212E8 /* CGUIProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7CB1B7F50A900F212E8 /* CGUIProfiler.cpp */; }; - 5E34CA1F1B7F6EBF00F212E8 /* CGUIScrollBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7CD1B7F50A900F212E8 /* CGUIScrollBar.cpp */; }; - 5E34CA211B7F6EBF00F212E8 /* CGUISkin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7CF1B7F50A900F212E8 /* CGUISkin.cpp */; }; - 5E34CA231B7F6EBF00F212E8 /* CGUISpinBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D11B7F50A900F212E8 /* CGUISpinBox.cpp */; }; - 5E34CA251B7F6EBF00F212E8 /* CGUISpriteBank.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D31B7F50A900F212E8 /* CGUISpriteBank.cpp */; }; - 5E34CA271B7F6EBF00F212E8 /* CGUIStaticText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D51B7F50A900F212E8 /* CGUIStaticText.cpp */; }; - 5E34CA291B7F6EBF00F212E8 /* CGUITabControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D71B7F50A900F212E8 /* CGUITabControl.cpp */; }; - 5E34CA2B1B7F6EBF00F212E8 /* CGUITable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D91B7F50A900F212E8 /* CGUITable.cpp */; }; - 5E34CA2D1B7F6EBF00F212E8 /* CGUIToolBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7DB1B7F50A900F212E8 /* CGUIToolBar.cpp */; }; - 5E34CA2F1B7F6EBF00F212E8 /* CGUITreeView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7DD1B7F50A900F212E8 /* CGUITreeView.cpp */; }; - 5E34CA311B7F6EBF00F212E8 /* CGUIWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7DF1B7F50A900F212E8 /* CGUIWindow.cpp */; }; - 5E34CA341B7F6EBF00F212E8 /* CAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E51B7F517000F212E8 /* CAttributes.cpp */; }; - 5E34CA361B7F6EBF00F212E8 /* CFileList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E71B7F517000F212E8 /* CFileList.cpp */; }; - 5E34CA381B7F6EBF00F212E8 /* CFileSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E91B7F517000F212E8 /* CFileSystem.cpp */; }; - 5E34CA3A1B7F6EBF00F212E8 /* CLimitReadFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7EB1B7F517000F212E8 /* CLimitReadFile.cpp */; }; - 5E34CA3C1B7F6EBF00F212E8 /* CMemoryFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7ED1B7F517000F212E8 /* CMemoryFile.cpp */; }; - 5E34CA3E1B7F6EBF00F212E8 /* CMountPointReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7EF1B7F517000F212E8 /* CMountPointReader.cpp */; }; - 5E34CA401B7F6EBF00F212E8 /* CNPKReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F11B7F517000F212E8 /* CNPKReader.cpp */; }; - 5E34CA421B7F6EBF00F212E8 /* CPakReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F31B7F517000F212E8 /* CPakReader.cpp */; }; - 5E34CA441B7F6EBF00F212E8 /* CReadFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F51B7F51D900F212E8 /* CReadFile.cpp */; }; - 5E34CA461B7F6EBF00F212E8 /* CTarReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F71B7F51D900F212E8 /* CTarReader.cpp */; }; - 5E34CA481B7F6EBF00F212E8 /* CWADReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F91B7F51D900F212E8 /* CWADReader.cpp */; }; - 5E34CA4A1B7F6EBF00F212E8 /* CWriteFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7FB1B7F51D900F212E8 /* CWriteFile.cpp */; }; - 5E34CA4C1B7F6EBF00F212E8 /* CXMLReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7FD1B7F51D900F212E8 /* CXMLReader.cpp */; }; - 5E34CA4F1B7F6EBF00F212E8 /* CXMLWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8001B7F51D900F212E8 /* CXMLWriter.cpp */; }; - 5E34CA511B7F6EBF00F212E8 /* CZipReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8021B7F51D900F212E8 /* CZipReader.cpp */; }; - 5E34CA541B7F6EBF00F212E8 /* irrXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8051B7F51D900F212E8 /* irrXML.cpp */; }; - 5E34CA581B7F6EBF00F212E8 /* CIrrDeviceOSX.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8141B7F535C00F212E8 /* CIrrDeviceOSX.mm */; }; - 5E34CA591B7F6EBF00F212E8 /* CIrrDeviceStub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C80D1B7F52AC00F212E8 /* CIrrDeviceStub.cpp */; }; - 5E34CA5C1B7F6EBF00F212E8 /* aescrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8161B7F540B00F212E8 /* aescrypt.cpp */; }; - 5E34CA5D1B7F6EBF00F212E8 /* aeskey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8171B7F540B00F212E8 /* aeskey.cpp */; }; - 5E34CA5F1B7F6EBF00F212E8 /* aestab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8191B7F540B00F212E8 /* aestab.cpp */; }; - 5E34CA601B7F6EBF00F212E8 /* fileenc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C81A1B7F540B00F212E8 /* fileenc.cpp */; }; - 5E34CA621B7F6EBF00F212E8 /* hmac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C81C1B7F540B00F212E8 /* hmac.cpp */; }; - 5E34CA641B7F6EBF00F212E8 /* prng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C81E1B7F540B00F212E8 /* prng.cpp */; }; - 5E34CA661B7F6EBF00F212E8 /* pwd2key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8201B7F540B00F212E8 /* pwd2key.cpp */; }; - 5E34CA681B7F6EBF00F212E8 /* sha1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8221B7F540B00F212E8 /* sha1.cpp */; }; - 5E34CA6A1B7F6EBF00F212E8 /* sha2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8241B7F540B00F212E8 /* sha2.cpp */; }; - 5E34CA6C1B7F6EBF00F212E8 /* blocksort.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8261B7F54FE00F212E8 /* blocksort.c */; }; - 5E34CA6D1B7F6EBF00F212E8 /* bzcompress.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8271B7F54FE00F212E8 /* bzcompress.c */; }; - 5E34CA6F1B7F6EBF00F212E8 /* bzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8291B7F54FE00F212E8 /* bzlib.c */; }; - 5E34CA711B7F6EBF00F212E8 /* crctable.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C82B1B7F54FE00F212E8 /* crctable.c */; }; - 5E34CA721B7F6EBF00F212E8 /* decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C82C1B7F54FE00F212E8 /* decompress.c */; }; - 5E34CA731B7F6EBF00F212E8 /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C82D1B7F54FE00F212E8 /* huffman.c */; }; - 5E34CA741B7F6EBF00F212E8 /* randtable.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C82E1B7F54FE00F212E8 /* randtable.c */; }; - 5E34CA761B7F6EBF00F212E8 /* jaricom.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8321B7F561400F212E8 /* jaricom.c */; }; - 5E34CA771B7F6EBF00F212E8 /* jcapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8331B7F561400F212E8 /* jcapimin.c */; }; - 5E34CA781B7F6EBF00F212E8 /* jcapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8341B7F561400F212E8 /* jcapistd.c */; }; - 5E34CA791B7F6EBF00F212E8 /* jcarith.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8351B7F561400F212E8 /* jcarith.c */; }; - 5E34CA7A1B7F6EBF00F212E8 /* jccoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8361B7F561400F212E8 /* jccoefct.c */; }; - 5E34CA7B1B7F6EBF00F212E8 /* jccolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8371B7F561400F212E8 /* jccolor.c */; }; - 5E34CA7C1B7F6EBF00F212E8 /* jcdctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8381B7F561400F212E8 /* jcdctmgr.c */; }; - 5E34CA7D1B7F6EBF00F212E8 /* jchuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8391B7F561400F212E8 /* jchuff.c */; }; - 5E34CA7E1B7F6EBF00F212E8 /* jcinit.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83A1B7F561400F212E8 /* jcinit.c */; }; - 5E34CA7F1B7F6EBF00F212E8 /* jcmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83B1B7F561400F212E8 /* jcmainct.c */; }; - 5E34CA801B7F6EBF00F212E8 /* jcmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83C1B7F561400F212E8 /* jcmarker.c */; }; - 5E34CA811B7F6EBF00F212E8 /* jcmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83D1B7F561400F212E8 /* jcmaster.c */; }; - 5E34CA821B7F6EC000F212E8 /* jcomapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83E1B7F561400F212E8 /* jcomapi.c */; }; - 5E34CA841B7F6EC000F212E8 /* jcparam.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8401B7F561400F212E8 /* jcparam.c */; }; - 5E34CA851B7F6EC000F212E8 /* jcprepct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8411B7F561400F212E8 /* jcprepct.c */; }; - 5E34CA861B7F6EC000F212E8 /* jcsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8421B7F561400F212E8 /* jcsample.c */; }; - 5E34CA871B7F6EC000F212E8 /* jctrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8431B7F561400F212E8 /* jctrans.c */; }; - 5E34CA881B7F6EC000F212E8 /* jdapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8441B7F561400F212E8 /* jdapimin.c */; }; - 5E34CA891B7F6EC000F212E8 /* jdapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8451B7F561400F212E8 /* jdapistd.c */; }; - 5E34CA8A1B7F6EC000F212E8 /* jdarith.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8461B7F561400F212E8 /* jdarith.c */; }; - 5E34CA8B1B7F6EC000F212E8 /* jdatadst.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8471B7F561400F212E8 /* jdatadst.c */; }; - 5E34CA8C1B7F6EC000F212E8 /* jdatasrc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8481B7F561400F212E8 /* jdatasrc.c */; }; - 5E34CA8D1B7F6EC000F212E8 /* jdcoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8491B7F561400F212E8 /* jdcoefct.c */; }; - 5E34CA8E1B7F6EC000F212E8 /* jdcolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84A1B7F561400F212E8 /* jdcolor.c */; }; - 5E34CA901B7F6EC000F212E8 /* jddctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84C1B7F561400F212E8 /* jddctmgr.c */; }; - 5E34CA911B7F6EC000F212E8 /* jdhuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84D1B7F561400F212E8 /* jdhuff.c */; }; - 5E34CA921B7F6EC000F212E8 /* jdinput.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84E1B7F561400F212E8 /* jdinput.c */; }; - 5E34CA931B7F6EC000F212E8 /* jdmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84F1B7F561400F212E8 /* jdmainct.c */; }; - 5E34CA941B7F6EC000F212E8 /* jdmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8501B7F561400F212E8 /* jdmarker.c */; }; - 5E34CA951B7F6EC000F212E8 /* jdmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8511B7F561400F212E8 /* jdmaster.c */; }; - 5E34CA961B7F6EC000F212E8 /* jdmerge.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8521B7F561400F212E8 /* jdmerge.c */; }; - 5E34CA971B7F6EC000F212E8 /* jdpostct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8531B7F561400F212E8 /* jdpostct.c */; }; - 5E34CA981B7F6EC000F212E8 /* jdsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8541B7F561400F212E8 /* jdsample.c */; }; - 5E34CA991B7F6EC000F212E8 /* jdtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8551B7F561400F212E8 /* jdtrans.c */; }; - 5E34CA9A1B7F6EC000F212E8 /* jerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8561B7F561400F212E8 /* jerror.c */; }; - 5E34CA9C1B7F6EC000F212E8 /* jfdctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8581B7F568200F212E8 /* jfdctflt.c */; }; - 5E34CA9D1B7F6EC000F212E8 /* jfdctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8591B7F568200F212E8 /* jfdctfst.c */; }; - 5E34CA9E1B7F6EC000F212E8 /* jfdctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85A1B7F568200F212E8 /* jfdctint.c */; }; - 5E34CA9F1B7F6EC000F212E8 /* jidctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85B1B7F568200F212E8 /* jidctflt.c */; }; - 5E34CAA01B7F6EC000F212E8 /* jidctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85C1B7F568200F212E8 /* jidctfst.c */; }; - 5E34CAA11B7F6EC000F212E8 /* jidctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85D1B7F568200F212E8 /* jidctint.c */; }; - 5E34CAA31B7F6EC000F212E8 /* jmemmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85F1B7F568200F212E8 /* jmemmgr.c */; }; - 5E34CAA41B7F6EC000F212E8 /* jmemnobs.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8601B7F568200F212E8 /* jmemnobs.c */; }; - 5E34CAA91B7F6EC000F212E8 /* jquant1.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8651B7F568200F212E8 /* jquant1.c */; }; - 5E34CAAA1B7F6EC000F212E8 /* jquant2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8661B7F568200F212E8 /* jquant2.c */; }; - 5E34CAAB1B7F6EC000F212E8 /* jutils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8671B7F568200F212E8 /* jutils.c */; }; - 5E34CAAD1B7F6EC000F212E8 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8691B7F56E900F212E8 /* png.c */; }; - 5E34CAB01B7F6EC000F212E8 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C86C1B7F56E900F212E8 /* pngerror.c */; }; - 5E34CAB11B7F6EC000F212E8 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C86D1B7F56E900F212E8 /* pngget.c */; }; - 5E34CAB21B7F6EC000F212E8 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C86E1B7F56E900F212E8 /* pngmem.c */; }; - 5E34CAB31B7F6EC000F212E8 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C86F1B7F56E900F212E8 /* pngpread.c */; }; - 5E34CAB41B7F6EC000F212E8 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8701B7F56E900F212E8 /* pngread.c */; }; - 5E34CAB51B7F6EC000F212E8 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8711B7F56E900F212E8 /* pngrio.c */; }; - 5E34CAB61B7F6EC000F212E8 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8721B7F56E900F212E8 /* pngrtran.c */; }; - 5E34CAB71B7F6EC000F212E8 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8731B7F56E900F212E8 /* pngrutil.c */; }; - 5E34CAB81B7F6EC000F212E8 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8741B7F56E900F212E8 /* pngset.c */; }; - 5E34CAB91B7F6EC000F212E8 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8751B7F56E900F212E8 /* pngtrans.c */; }; - 5E34CABA1B7F6EC000F212E8 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8761B7F56E900F212E8 /* pngwio.c */; }; - 5E34CABB1B7F6EC000F212E8 /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8771B7F56E900F212E8 /* pngwrite.c */; }; - 5E34CABC1B7F6EC000F212E8 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8781B7F56E900F212E8 /* pngwtran.c */; }; - 5E34CABD1B7F6EC000F212E8 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8791B7F56E900F212E8 /* pngwutil.c */; }; - 5E34CABE1B7F6EC000F212E8 /* LzmaDec.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C88F1B7F57B100F212E8 /* LzmaDec.c */; }; - 5E34CAC11B7F6EC000F212E8 /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C87A1B7F577000F212E8 /* adler32.c */; }; - 5E34CAC21B7F6EC000F212E8 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C87B1B7F577000F212E8 /* compress.c */; }; - 5E34CAC31B7F6EC000F212E8 /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C87C1B7F577000F212E8 /* crc32.c */; }; - 5E34CAC51B7F6EC000F212E8 /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C87E1B7F577000F212E8 /* deflate.c */; }; - 5E34CAC71B7F6EC000F212E8 /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8801B7F577000F212E8 /* inffast.c */; }; - 5E34CACA1B7F6EC000F212E8 /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8831B7F577000F212E8 /* inflate.c */; }; - 5E34CACC1B7F6EC000F212E8 /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8851B7F577000F212E8 /* inftrees.c */; }; - 5E34CACE1B7F6EC100F212E8 /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8871B7F577000F212E8 /* trees.c */; }; - 5E34CAD01B7F6EC100F212E8 /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8891B7F577000F212E8 /* uncompr.c */; }; - 5E34CAD31B7F6EC100F212E8 /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C88C1B7F577000F212E8 /* zutil.c */; }; - 5E34CAD51B7F6EC100F212E8 /* CLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8921B7F652600F212E8 /* CLogger.cpp */; }; - 5E34CAD71B7F6EC100F212E8 /* COSOperator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8941B7F652600F212E8 /* COSOperator.cpp */; }; - 5E34CAD91B7F6EC100F212E8 /* CProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8961B7F652600F212E8 /* CProfiler.cpp */; }; - 5E34CADD1B7F6EC100F212E8 /* Irrlicht.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C89A1B7F652600F212E8 /* Irrlicht.cpp */; }; - 5E34CADE1B7F6EC100F212E8 /* leakHunter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C89B1B7F652600F212E8 /* leakHunter.cpp */; }; - 5E34CADF1B7F6EC100F212E8 /* os.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C89C1B7F652600F212E8 /* os.cpp */; }; - 5E34CAE11B7F6EC100F212E8 /* utf8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C89E1B7F652600F212E8 /* utf8.cpp */; }; - 5E34CAE21B7F6EC100F212E8 /* CSceneNodeAnimatorCameraFPS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8BA1B7F669200F212E8 /* CSceneNodeAnimatorCameraFPS.cpp */; }; - 5E34CAE41B7F6EC100F212E8 /* CSceneNodeAnimatorCameraMaya.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8BC1B7F669200F212E8 /* CSceneNodeAnimatorCameraMaya.cpp */; }; - 5E34CAE61B7F6EC100F212E8 /* CSceneNodeAnimatorCollisionResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8BE1B7F669200F212E8 /* CSceneNodeAnimatorCollisionResponse.cpp */; }; - 5E34CAE81B7F6EC100F212E8 /* CSceneNodeAnimatorDelete.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C01B7F669200F212E8 /* CSceneNodeAnimatorDelete.cpp */; }; - 5E34CAEA1B7F6EC100F212E8 /* CSceneNodeAnimatorFlyCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C21B7F669200F212E8 /* CSceneNodeAnimatorFlyCircle.cpp */; }; - 5E34CAEC1B7F6EC100F212E8 /* CSceneNodeAnimatorFlyStraight.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C41B7F669200F212E8 /* CSceneNodeAnimatorFlyStraight.cpp */; }; - 5E34CAEE1B7F6EC100F212E8 /* CSceneNodeAnimatorFollowSpline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C61B7F669200F212E8 /* CSceneNodeAnimatorFollowSpline.cpp */; }; - 5E34CAF01B7F6EC100F212E8 /* CSceneNodeAnimatorRotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C81B7F669200F212E8 /* CSceneNodeAnimatorRotation.cpp */; }; - 5E34CAF21B7F6EC100F212E8 /* CSceneNodeAnimatorTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8CA1B7F669200F212E8 /* CSceneNodeAnimatorTexture.cpp */; }; - 5E34CAF41B7F6EC100F212E8 /* CMetaTriangleSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8CC1B7F66E600F212E8 /* CMetaTriangleSelector.cpp */; }; - 5E34CAF61B7F6EC100F212E8 /* COctreeTriangleSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8CE1B7F66E600F212E8 /* COctreeTriangleSelector.cpp */; }; - 5E34CAF81B7F6EC100F212E8 /* CSceneCollisionManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D01B7F66E600F212E8 /* CSceneCollisionManager.cpp */; }; - 5E34CAFA1B7F6EC100F212E8 /* CTerrainTriangleSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D21B7F66E600F212E8 /* CTerrainTriangleSelector.cpp */; }; - 5E34CAFC1B7F6EC100F212E8 /* CTriangleBBSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D41B7F66E600F212E8 /* CTriangleBBSelector.cpp */; }; - 5E34CAFE1B7F6EC100F212E8 /* CTriangleSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D61B7F66E600F212E8 /* CTriangleSelector.cpp */; }; - 5E34CB001B7F6EC100F212E8 /* C3DSMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D81B7F680200F212E8 /* C3DSMeshFileLoader.cpp */; }; - 5E34CB021B7F6EC100F212E8 /* CAnimatedMeshHalfLife.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8DA1B7F680200F212E8 /* CAnimatedMeshHalfLife.cpp */; }; - 5E34CB041B7F6EC100F212E8 /* CAnimatedMeshMD2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8DC1B7F680200F212E8 /* CAnimatedMeshMD2.cpp */; }; - 5E34CB061B7F6EC100F212E8 /* CAnimatedMeshMD3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8DE1B7F680200F212E8 /* CAnimatedMeshMD3.cpp */; }; - 5E34CB081B7F6EC200F212E8 /* CB3DMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E01B7F680200F212E8 /* CB3DMeshFileLoader.cpp */; }; - 5E34CB0A1B7F6EC200F212E8 /* CBSPMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E21B7F680200F212E8 /* CBSPMeshFileLoader.cpp */; }; - 5E34CB0C1B7F6EC200F212E8 /* CColladaFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E41B7F680200F212E8 /* CColladaFileLoader.cpp */; }; - 5E34CB0E1B7F6EC200F212E8 /* CCSMLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E61B7F680200F212E8 /* CCSMLoader.cpp */; }; - 5E34CB101B7F6EC200F212E8 /* CDMFLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E81B7F680200F212E8 /* CDMFLoader.cpp */; }; - 5E34CB121B7F6EC200F212E8 /* CIrrMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8EA1B7F680200F212E8 /* CIrrMeshFileLoader.cpp */; }; - 5E34CB141B7F6EC200F212E8 /* CLMTSMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8EC1B7F680200F212E8 /* CLMTSMeshFileLoader.cpp */; }; - 5E34CB161B7F6EC200F212E8 /* CLWOMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8EE1B7F680200F212E8 /* CLWOMeshFileLoader.cpp */; }; - 5E34CB181B7F6EC200F212E8 /* CMD2MeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F01B7F680200F212E8 /* CMD2MeshFileLoader.cpp */; }; - 5E34CB1A1B7F6EC200F212E8 /* CMD3MeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F21B7F680200F212E8 /* CMD3MeshFileLoader.cpp */; }; - 5E34CB1C1B7F6EC200F212E8 /* CMeshTextureLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F41B7F680200F212E8 /* CMeshTextureLoader.cpp */; }; - 5E34CB1E1B7F6EC200F212E8 /* CMS3DMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F61B7F680200F212E8 /* CMS3DMeshFileLoader.cpp */; }; - 5E34CB211B7F6EC200F212E8 /* CMY3DMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F91B7F680200F212E8 /* CMY3DMeshFileLoader.cpp */; }; - 5E34CB231B7F6EC200F212E8 /* COBJMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8FB1B7F680200F212E8 /* COBJMeshFileLoader.cpp */; }; - 5E34CB251B7F6EC200F212E8 /* COCTLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8FD1B7F680200F212E8 /* COCTLoader.cpp */; }; - 5E34CB271B7F6EC200F212E8 /* COgreMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8FF1B7F680200F212E8 /* COgreMeshFileLoader.cpp */; }; - 5E34CB291B7F6EC200F212E8 /* CPLYMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9011B7F680200F212E8 /* CPLYMeshFileLoader.cpp */; }; - 5E34CB2B1B7F6EC200F212E8 /* CQ3LevelMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9031B7F680200F212E8 /* CQ3LevelMesh.cpp */; }; - 5E34CB2D1B7F6EC200F212E8 /* CSceneLoaderIrr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9051B7F680200F212E8 /* CSceneLoaderIrr.cpp */; }; - 5E34CB2F1B7F6EC200F212E8 /* CSkinnedMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9071B7F680200F212E8 /* CSkinnedMesh.cpp */; }; - 5E34CB311B7F6EC200F212E8 /* CSMFMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9091B7F680200F212E8 /* CSMFMeshFileLoader.cpp */; }; - 5E34CB331B7F6EC200F212E8 /* CSTLMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C90B1B7F680200F212E8 /* CSTLMeshFileLoader.cpp */; }; - 5E34CB351B7F6EC200F212E8 /* CXMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C90D1B7F680200F212E8 /* CXMeshFileLoader.cpp */; }; - 5E34CB381B7F6EC200F212E8 /* CParticleAnimatedMeshSceneNodeEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9101B7F684000F212E8 /* CParticleAnimatedMeshSceneNodeEmitter.cpp */; }; - 5E34CB3A1B7F6EC200F212E8 /* CParticleAttractionAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9121B7F684000F212E8 /* CParticleAttractionAffector.cpp */; }; - 5E34CB3C1B7F6EC300F212E8 /* CParticleBoxEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9141B7F684000F212E8 /* CParticleBoxEmitter.cpp */; }; - 5E34CB3E1B7F6EC300F212E8 /* CParticleCylinderEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9161B7F684000F212E8 /* CParticleCylinderEmitter.cpp */; }; - 5E34CB401B7F6EC300F212E8 /* CParticleFadeOutAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9181B7F684000F212E8 /* CParticleFadeOutAffector.cpp */; }; - 5E34CB421B7F6EC300F212E8 /* CParticleGravityAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C91A1B7F684000F212E8 /* CParticleGravityAffector.cpp */; }; - 5E34CB441B7F6EC300F212E8 /* CParticleMeshEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C91C1B7F684000F212E8 /* CParticleMeshEmitter.cpp */; }; - 5E34CB461B7F6EC300F212E8 /* CParticlePointEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C91E1B7F684000F212E8 /* CParticlePointEmitter.cpp */; }; - 5E34CB481B7F6EC300F212E8 /* CParticleRingEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9201B7F684000F212E8 /* CParticleRingEmitter.cpp */; }; - 5E34CB4A1B7F6EC300F212E8 /* CParticleRotationAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9221B7F684000F212E8 /* CParticleRotationAffector.cpp */; }; - 5E34CB4C1B7F6EC300F212E8 /* CParticleScaleAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9241B7F684000F212E8 /* CParticleScaleAffector.cpp */; }; - 5E34CB4E1B7F6EC300F212E8 /* CParticleSphereEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9261B7F684000F212E8 /* CParticleSphereEmitter.cpp */; }; - 5E34CB501B7F6EC300F212E8 /* CParticleSystemSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9281B7F684000F212E8 /* CParticleSystemSceneNode.cpp */; }; - 5E34CB521B7F6EC300F212E8 /* CAnimatedMeshSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C92A1B7F68D600F212E8 /* CAnimatedMeshSceneNode.cpp */; }; - 5E34CB541B7F6EC300F212E8 /* CBillboardSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C92C1B7F68D600F212E8 /* CBillboardSceneNode.cpp */; }; - 5E34CB561B7F6EC300F212E8 /* CBoneSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C92E1B7F68D600F212E8 /* CBoneSceneNode.cpp */; }; - 5E34CB581B7F6EC300F212E8 /* CCameraSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9301B7F68D600F212E8 /* CCameraSceneNode.cpp */; }; - 5E34CB5A1B7F6EC300F212E8 /* CCubeSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9321B7F68D600F212E8 /* CCubeSceneNode.cpp */; }; - 5E34CB5C1B7F6EC300F212E8 /* CDummyTransformationSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9341B7F68D600F212E8 /* CDummyTransformationSceneNode.cpp */; }; - 5E34CB5E1B7F6EC300F212E8 /* CEmptySceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9361B7F68D600F212E8 /* CEmptySceneNode.cpp */; }; - 5E34CB601B7F6EC300F212E8 /* CLightSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9381B7F68D600F212E8 /* CLightSceneNode.cpp */; }; - 5E34CB621B7F6EC300F212E8 /* CMeshSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C93A1B7F68D600F212E8 /* CMeshSceneNode.cpp */; }; - 5E34CB641B7F6EC300F212E8 /* COctreeSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C93C1B7F68D600F212E8 /* COctreeSceneNode.cpp */; }; - 5E34CB661B7F6EC300F212E8 /* CQuake3ShaderSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C93E1B7F68D600F212E8 /* CQuake3ShaderSceneNode.cpp */; }; - 5E34CB681B7F6EC400F212E8 /* CShadowVolumeSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9401B7F68D600F212E8 /* CShadowVolumeSceneNode.cpp */; }; - 5E34CB6A1B7F6EC400F212E8 /* CSkyBoxSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9421B7F68D600F212E8 /* CSkyBoxSceneNode.cpp */; }; - 5E34CB6C1B7F6EC400F212E8 /* CSkyDomeSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9441B7F68D600F212E8 /* CSkyDomeSceneNode.cpp */; }; - 5E34CB6E1B7F6EC400F212E8 /* CSphereSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9461B7F68D600F212E8 /* CSphereSceneNode.cpp */; }; - 5E34CB701B7F6EC400F212E8 /* CTerrainSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9481B7F68D600F212E8 /* CTerrainSceneNode.cpp */; }; - 5E34CB721B7F6EC400F212E8 /* CTextSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C94A1B7F68D600F212E8 /* CTextSceneNode.cpp */; }; - 5E34CB741B7F6EC400F212E8 /* CVolumeLightSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C94C1B7F68D600F212E8 /* CVolumeLightSceneNode.cpp */; }; - 5E34CB761B7F6EC400F212E8 /* CWaterSurfaceSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C94E1B7F68D600F212E8 /* CWaterSurfaceSceneNode.cpp */; }; - 5E34CB781B7F6EC400F212E8 /* CColladaMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9501B7F691500F212E8 /* CColladaMeshWriter.cpp */; }; - 5E34CB7A1B7F6EC400F212E8 /* CIrrMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9521B7F691500F212E8 /* CIrrMeshWriter.cpp */; }; - 5E34CB7C1B7F6EC400F212E8 /* COBJMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9541B7F691500F212E8 /* COBJMeshWriter.cpp */; }; - 5E34CB7E1B7F6EC400F212E8 /* CPLYMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9561B7F691500F212E8 /* CPLYMeshWriter.cpp */; }; - 5E34CB801B7F6EC400F212E8 /* CSTLMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9581B7F691500F212E8 /* CSTLMeshWriter.cpp */; }; - 5E34CB821B7F6EC400F212E8 /* CDefaultSceneNodeAnimatorFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8AD1B7F664100F212E8 /* CDefaultSceneNodeAnimatorFactory.cpp */; }; - 5E34CB841B7F6EC400F212E8 /* CDefaultSceneNodeFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8AF1B7F664100F212E8 /* CDefaultSceneNodeFactory.cpp */; }; - 5E34CB861B7F6EC400F212E8 /* CGeometryCreator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8B11B7F664100F212E8 /* CGeometryCreator.cpp */; }; - 5E34CB881B7F6EC400F212E8 /* CMeshCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8B31B7F664100F212E8 /* CMeshCache.cpp */; }; - 5E34CB8A1B7F6EC400F212E8 /* CMeshManipulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8B51B7F664100F212E8 /* CMeshManipulator.cpp */; }; - 5E34CB8C1B7F6EC400F212E8 /* CSceneManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8B71B7F664100F212E8 /* CSceneManager.cpp */; }; - 5E34CB8F1B7F6EC400F212E8 /* CBurningShader_Raster_Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9601B7F6A7600F212E8 /* CBurningShader_Raster_Reference.cpp */; }; - 5E34CB901B7F6EC500F212E8 /* CDepthBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9611B7F6A7600F212E8 /* CDepthBuffer.cpp */; }; - 5E34CB931B7F6EC500F212E8 /* CSoftwareDriver2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9641B7F6A7600F212E8 /* CSoftwareDriver2.cpp */; }; - 5E34CB951B7F6EC500F212E8 /* CSoftwareTexture2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9661B7F6A7600F212E8 /* CSoftwareTexture2.cpp */; }; - 5E34CB971B7F6EC500F212E8 /* CTRGouraud2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9681B7F6A7600F212E8 /* CTRGouraud2.cpp */; }; - 5E34CB981B7F6EC500F212E8 /* CTRGouraudAlpha2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9691B7F6A7600F212E8 /* CTRGouraudAlpha2.cpp */; }; - 5E34CB991B7F6EC500F212E8 /* CTRGouraudAlphaNoZ2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96A1B7F6A7600F212E8 /* CTRGouraudAlphaNoZ2.cpp */; }; - 5E34CB9A1B7F6EC500F212E8 /* CTRNormalMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96B1B7F6A7600F212E8 /* CTRNormalMap.cpp */; }; - 5E34CB9B1B7F6EC500F212E8 /* CTRStencilShadow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96C1B7F6A7600F212E8 /* CTRStencilShadow.cpp */; }; - 5E34CB9C1B7F6EC500F212E8 /* CTRTextureBlend.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96D1B7F6A7600F212E8 /* CTRTextureBlend.cpp */; }; - 5E34CB9D1B7F6EC500F212E8 /* CTRTextureDetailMap2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96E1B7F6A7600F212E8 /* CTRTextureDetailMap2.cpp */; }; - 5E34CB9E1B7F6EC500F212E8 /* CTRTextureGouraud2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96F1B7F6A7600F212E8 /* CTRTextureGouraud2.cpp */; }; - 5E34CB9F1B7F6EC500F212E8 /* CTRTextureGouraudAdd2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9701B7F6A7600F212E8 /* CTRTextureGouraudAdd2.cpp */; }; - 5E34CBA01B7F6EC500F212E8 /* CTRTextureGouraudAddNoZ2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9711B7F6A7600F212E8 /* CTRTextureGouraudAddNoZ2.cpp */; }; - 5E34CBA11B7F6EC500F212E8 /* CTRTextureGouraudAlpha.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9721B7F6A7600F212E8 /* CTRTextureGouraudAlpha.cpp */; }; - 5E34CBA21B7F6EC500F212E8 /* CTRTextureGouraudAlphaNoZ.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9731B7F6A7600F212E8 /* CTRTextureGouraudAlphaNoZ.cpp */; }; - 5E34CBA31B7F6EC500F212E8 /* CTRTextureGouraudNoZ2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9741B7F6A7600F212E8 /* CTRTextureGouraudNoZ2.cpp */; }; - 5E34CBA41B7F6EC500F212E8 /* CTRTextureGouraudVertexAlpha2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9751B7F6A7600F212E8 /* CTRTextureGouraudVertexAlpha2.cpp */; }; - 5E34CBA51B7F6EC500F212E8 /* CTRTextureLightMap2_Add.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9761B7F6A7600F212E8 /* CTRTextureLightMap2_Add.cpp */; }; - 5E34CBA61B7F6EC500F212E8 /* CTRTextureLightMap2_M1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9771B7F6A7600F212E8 /* CTRTextureLightMap2_M1.cpp */; }; - 5E34CBA71B7F6EC500F212E8 /* CTRTextureLightMap2_M2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9781B7F6A7600F212E8 /* CTRTextureLightMap2_M2.cpp */; }; - 5E34CBA81B7F6EC500F212E8 /* CTRTextureLightMap2_M4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9791B7F6A7600F212E8 /* CTRTextureLightMap2_M4.cpp */; }; - 5E34CBA91B7F6EC500F212E8 /* CTRTextureLightMapGouraud2_M4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C97A1B7F6A7600F212E8 /* CTRTextureLightMapGouraud2_M4.cpp */; }; - 5E34CBAA1B7F6EC500F212E8 /* CTRTextureWire2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C97B1B7F6A7600F212E8 /* CTRTextureWire2.cpp */; }; - 5E34CBAB1B7F6EC500F212E8 /* IBurningShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C97C1B7F6A7600F212E8 /* IBurningShader.cpp */; }; - 5E34CBB11B7F6EC500F212E8 /* CImageLoaderBMP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9841B7F6AED00F212E8 /* CImageLoaderBMP.cpp */; }; - 5E34CBB31B7F6EC500F212E8 /* CImageLoaderDDS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9861B7F6AED00F212E8 /* CImageLoaderDDS.cpp */; }; - 5E34CBB51B7F6EC600F212E8 /* CImageLoaderJPG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9881B7F6AED00F212E8 /* CImageLoaderJPG.cpp */; }; - 5E34CBB71B7F6EC600F212E8 /* CImageLoaderPCX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C98A1B7F6AED00F212E8 /* CImageLoaderPCX.cpp */; }; - 5E34CBB91B7F6EC600F212E8 /* CImageLoaderPNG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C98C1B7F6AED00F212E8 /* CImageLoaderPNG.cpp */; }; - 5E34CBBB1B7F6EC600F212E8 /* CImageLoaderPPM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C98E1B7F6AED00F212E8 /* CImageLoaderPPM.cpp */; }; - 5E34CBBD1B7F6EC600F212E8 /* CImageLoaderPSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9901B7F6AED00F212E8 /* CImageLoaderPSD.cpp */; }; - 5E34CBBF1B7F6EC600F212E8 /* CImageLoaderPVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9921B7F6AED00F212E8 /* CImageLoaderPVR.cpp */; }; - 5E34CBC11B7F6EC600F212E8 /* CImageLoaderRGB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9941B7F6AED00F212E8 /* CImageLoaderRGB.cpp */; }; - 5E34CBC31B7F6EC600F212E8 /* CImageLoaderTGA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9961B7F6AED00F212E8 /* CImageLoaderTGA.cpp */; }; - 5E34CBC51B7F6EC600F212E8 /* CImageLoaderWAL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9981B7F6AED00F212E8 /* CImageLoaderWAL.cpp */; }; - 5E34CBC71B7F6EC600F212E8 /* CImageWriterBMP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C99A1B7F6B0900F212E8 /* CImageWriterBMP.cpp */; }; - 5E34CBC91B7F6EC600F212E8 /* CImageWriterJPG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C99C1B7F6B0900F212E8 /* CImageWriterJPG.cpp */; }; - 5E34CBCB1B7F6EC600F212E8 /* CImageWriterPCX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C99E1B7F6B0900F212E8 /* CImageWriterPCX.cpp */; }; - 5E34CBCD1B7F6EC600F212E8 /* CImageWriterPNG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A01B7F6B0900F212E8 /* CImageWriterPNG.cpp */; }; - 5E34CBCF1B7F6EC600F212E8 /* CImageWriterPPM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A21B7F6B0900F212E8 /* CImageWriterPPM.cpp */; }; - 5E34CBD11B7F6EC600F212E8 /* CImageWriterPSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A41B7F6B0900F212E8 /* CImageWriterPSD.cpp */; }; - 5E34CBD31B7F6EC600F212E8 /* CImageWriterTGA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A61B7F6B0900F212E8 /* CImageWriterTGA.cpp */; }; - 5E34CBD51B7F6EC600F212E8 /* CColorConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A81B7F6B6800F212E8 /* CColorConverter.cpp */; }; - 5E34CBD71B7F6EC700F212E8 /* CFPSCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9AA1B7F6B6800F212E8 /* CFPSCounter.cpp */; }; - 5E34CBD91B7F6EC700F212E8 /* CImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9AC1B7F6B6800F212E8 /* CImage.cpp */; }; - 5E34CBDB1B7F6EC700F212E8 /* CNullDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9AE1B7F6B6800F212E8 /* CNullDriver.cpp */; }; - 5E34CBDE1B7F6EC700F212E8 /* COpenGLDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9B11B7F6BA700F212E8 /* COpenGLDriver.cpp */; }; - 5E34CBE01B7F6EC700F212E8 /* COpenGLExtensionHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9B31B7F6BA700F212E8 /* COpenGLExtensionHandler.cpp */; }; - 5E34CBE31B7F6EC700F212E8 /* COpenGLNormalMapRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9B61B7F6BA700F212E8 /* COpenGLNormalMapRenderer.cpp */; }; - 5E34CBE51B7F6EC700F212E8 /* COpenGLParallaxMapRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9B81B7F6BA700F212E8 /* COpenGLParallaxMapRenderer.cpp */; }; - 5E34CBE71B7F6EC700F212E8 /* COpenGLShaderMaterialRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9BA1B7F6BA700F212E8 /* COpenGLShaderMaterialRenderer.cpp */; }; - 5E34CBE91B7F6EC700F212E8 /* COpenGLSLMaterialRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9BC1B7F6BA700F212E8 /* COpenGLSLMaterialRenderer.cpp */; }; - 5E34CC041B7F6EC800F212E8 /* CSoftwareDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9D71B7F6C6100F212E8 /* CSoftwareDriver.cpp */; }; - 5E34CC061B7F6EC800F212E8 /* CSoftwareTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9D91B7F6C6100F212E8 /* CSoftwareTexture.cpp */; }; - 5E34CC081B7F6EC800F212E8 /* CTRFlat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DB1B7F6C6100F212E8 /* CTRFlat.cpp */; }; - 5E34CC091B7F6EC800F212E8 /* CTRFlatWire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DC1B7F6C6100F212E8 /* CTRFlatWire.cpp */; }; - 5E34CC0A1B7F6EC800F212E8 /* CTRGouraud.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DD1B7F6C6100F212E8 /* CTRGouraud.cpp */; }; - 5E34CC0B1B7F6EC800F212E8 /* CTRGouraudWire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DE1B7F6C6100F212E8 /* CTRGouraudWire.cpp */; }; - 5E34CC0C1B7F6EC800F212E8 /* CTRTextureFlat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DF1B7F6C6100F212E8 /* CTRTextureFlat.cpp */; }; - 5E34CC0D1B7F6EC800F212E8 /* CTRTextureFlatWire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E01B7F6C6100F212E8 /* CTRTextureFlatWire.cpp */; }; - 5E34CC0E1B7F6EC800F212E8 /* CTRTextureGouraud.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E11B7F6C6100F212E8 /* CTRTextureGouraud.cpp */; }; - 5E34CC101B7F6EC800F212E8 /* CTRTextureGouraudAdd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E31B7F6C6100F212E8 /* CTRTextureGouraudAdd.cpp */; }; - 5E34CC111B7F6EC800F212E8 /* CTRTextureGouraudNoZ.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E41B7F6C6100F212E8 /* CTRTextureGouraudNoZ.cpp */; }; - 5E34CC121B7F6EC900F212E8 /* CTRTextureGouraudWire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E51B7F6C6100F212E8 /* CTRTextureGouraudWire.cpp */; }; - 5E34CC131B7F6EC900F212E8 /* CZBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E61B7F6C6100F212E8 /* CZBuffer.cpp */; }; - 5E34CC191B7F6EC900F212E8 /* CNSOGLManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9EE1B7F6CCC00F212E8 /* CNSOGLManager.mm */; }; - 5E34CC1A1B7F6EC900F212E8 /* CVideoModeList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9EB1B7F6C8200F212E8 /* CVideoModeList.cpp */; }; - 5E5732B31C18E212003F664E /* CDefaultGUIElementFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E21B7F50DE00F212E8 /* CDefaultGUIElementFactory.cpp */; }; - 5E5732B41C18E212003F664E /* CGUIButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7A91B7F50A900F212E8 /* CGUIButton.cpp */; }; - 5E5732B51C18E212003F664E /* CGUICheckBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7AB1B7F50A900F212E8 /* CGUICheckBox.cpp */; }; - 5E5732B61C18E212003F664E /* CGUIColorSelectDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7AD1B7F50A900F212E8 /* CGUIColorSelectDialog.cpp */; }; - 5E5732B71C18E212003F664E /* CGUIComboBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7AF1B7F50A900F212E8 /* CGUIComboBox.cpp */; }; - 5E5732B81C18E212003F664E /* CGUIContextMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B11B7F50A900F212E8 /* CGUIContextMenu.cpp */; }; - 5E5732B91C18E212003F664E /* CGUIEditBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B31B7F50A900F212E8 /* CGUIEditBox.cpp */; }; - 5E5732BA1C18E212003F664E /* CGUIEnvironment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B51B7F50A900F212E8 /* CGUIEnvironment.cpp */; }; - 5E5732BB1C18E212003F664E /* CGUIFileOpenDialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B71B7F50A900F212E8 /* CGUIFileOpenDialog.cpp */; }; - 5E5732BC1C18E212003F664E /* CGUIFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7B91B7F50A900F212E8 /* CGUIFont.cpp */; }; - 5E5732BD1C18E212003F664E /* CGUIImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7BB1B7F50A900F212E8 /* CGUIImage.cpp */; }; - 5E5732BE1C18E212003F664E /* CGUIImageList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7BD1B7F50A900F212E8 /* CGUIImageList.cpp */; }; - 5E5732BF1C18E212003F664E /* CGUIInOutFader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7BF1B7F50A900F212E8 /* CGUIInOutFader.cpp */; }; - 5E5732C01C18E212003F664E /* CGUIListBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C11B7F50A900F212E8 /* CGUIListBox.cpp */; }; - 5E5732C11C18E212003F664E /* CGUIMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C31B7F50A900F212E8 /* CGUIMenu.cpp */; }; - 5E5732C21C18E212003F664E /* CGUIMeshViewer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C51B7F50A900F212E8 /* CGUIMeshViewer.cpp */; }; - 5E5732C31C18E212003F664E /* CGUIMessageBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C71B7F50A900F212E8 /* CGUIMessageBox.cpp */; }; - 5E5732C41C18E212003F664E /* CGUIModalScreen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7C91B7F50A900F212E8 /* CGUIModalScreen.cpp */; }; - 5E5732C51C18E212003F664E /* CGUIProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7CB1B7F50A900F212E8 /* CGUIProfiler.cpp */; }; - 5E5732C61C18E212003F664E /* CGUIScrollBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7CD1B7F50A900F212E8 /* CGUIScrollBar.cpp */; }; - 5E5732C71C18E212003F664E /* CGUISkin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7CF1B7F50A900F212E8 /* CGUISkin.cpp */; }; - 5E5732C81C18E212003F664E /* CGUISpinBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D11B7F50A900F212E8 /* CGUISpinBox.cpp */; }; - 5E5732C91C18E212003F664E /* CGUISpriteBank.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D31B7F50A900F212E8 /* CGUISpriteBank.cpp */; }; - 5E5732CA1C18E212003F664E /* CGUIStaticText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D51B7F50A900F212E8 /* CGUIStaticText.cpp */; }; - 5E5732CB1C18E212003F664E /* CGUITabControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D71B7F50A900F212E8 /* CGUITabControl.cpp */; }; - 5E5732CC1C18E212003F664E /* CGUITable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7D91B7F50A900F212E8 /* CGUITable.cpp */; }; - 5E5732CD1C18E212003F664E /* CGUIToolBar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7DB1B7F50A900F212E8 /* CGUIToolBar.cpp */; }; - 5E5732CE1C18E212003F664E /* CGUITreeView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7DD1B7F50A900F212E8 /* CGUITreeView.cpp */; }; - 5E5732CF1C18E212003F664E /* CGUIWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7DF1B7F50A900F212E8 /* CGUIWindow.cpp */; }; - 5E5732D01C18E212003F664E /* CAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E51B7F517000F212E8 /* CAttributes.cpp */; }; - 5E5732D11C18E212003F664E /* CFileList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E71B7F517000F212E8 /* CFileList.cpp */; }; - 5E5732D21C18E212003F664E /* CFileSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E91B7F517000F212E8 /* CFileSystem.cpp */; }; - 5E5732D31C18E212003F664E /* CLimitReadFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7EB1B7F517000F212E8 /* CLimitReadFile.cpp */; }; - 5E5732D41C18E212003F664E /* CMemoryFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7ED1B7F517000F212E8 /* CMemoryFile.cpp */; }; - 5E5732D51C18E212003F664E /* CMountPointReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7EF1B7F517000F212E8 /* CMountPointReader.cpp */; }; - 5E5732D61C18E212003F664E /* CNPKReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F11B7F517000F212E8 /* CNPKReader.cpp */; }; - 5E5732D71C18E212003F664E /* CPakReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F31B7F517000F212E8 /* CPakReader.cpp */; }; - 5E5732D81C18E212003F664E /* CReadFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F51B7F51D900F212E8 /* CReadFile.cpp */; }; - 5E5732D91C18E212003F664E /* CTarReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F71B7F51D900F212E8 /* CTarReader.cpp */; }; - 5E5732DA1C18E212003F664E /* CWADReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7F91B7F51D900F212E8 /* CWADReader.cpp */; }; - 5E5732DB1C18E212003F664E /* CWriteFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7FB1B7F51D900F212E8 /* CWriteFile.cpp */; }; - 5E5732DC1C18E212003F664E /* CXMLReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7FD1B7F51D900F212E8 /* CXMLReader.cpp */; }; - 5E5732DD1C18E212003F664E /* CXMLWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8001B7F51D900F212E8 /* CXMLWriter.cpp */; }; - 5E5732DE1C18E212003F664E /* CZipReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8021B7F51D900F212E8 /* CZipReader.cpp */; }; - 5E5732DF1C18E212003F664E /* irrXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8051B7F51D900F212E8 /* irrXML.cpp */; }; - 5E5732E11C18E212003F664E /* CIrrDeviceStub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C80D1B7F52AC00F212E8 /* CIrrDeviceStub.cpp */; }; - 5E5732E21C18E212003F664E /* aescrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8161B7F540B00F212E8 /* aescrypt.cpp */; }; - 5E5732E31C18E212003F664E /* aeskey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8171B7F540B00F212E8 /* aeskey.cpp */; }; - 5E5732E41C18E212003F664E /* aestab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8191B7F540B00F212E8 /* aestab.cpp */; }; - 5E5732E51C18E212003F664E /* fileenc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C81A1B7F540B00F212E8 /* fileenc.cpp */; }; - 5E5732E61C18E212003F664E /* hmac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C81C1B7F540B00F212E8 /* hmac.cpp */; }; - 5E5732E71C18E212003F664E /* prng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C81E1B7F540B00F212E8 /* prng.cpp */; }; - 5E5732E81C18E212003F664E /* pwd2key.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8201B7F540B00F212E8 /* pwd2key.cpp */; }; - 5E5732E91C18E212003F664E /* sha1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8221B7F540B00F212E8 /* sha1.cpp */; }; - 5E5732EA1C18E212003F664E /* sha2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8241B7F540B00F212E8 /* sha2.cpp */; }; - 5E5732EB1C18E212003F664E /* blocksort.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8261B7F54FE00F212E8 /* blocksort.c */; }; - 5E5732EC1C18E212003F664E /* bzcompress.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8271B7F54FE00F212E8 /* bzcompress.c */; }; - 5E5732ED1C18E212003F664E /* bzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8291B7F54FE00F212E8 /* bzlib.c */; }; - 5E5732EE1C18E212003F664E /* crctable.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C82B1B7F54FE00F212E8 /* crctable.c */; }; - 5E5732EF1C18E212003F664E /* decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C82C1B7F54FE00F212E8 /* decompress.c */; }; - 5E5732F01C18E212003F664E /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C82D1B7F54FE00F212E8 /* huffman.c */; }; - 5E5732F11C18E212003F664E /* randtable.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C82E1B7F54FE00F212E8 /* randtable.c */; }; - 5E5732F21C18E212003F664E /* jaricom.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8321B7F561400F212E8 /* jaricom.c */; }; - 5E5732F31C18E212003F664E /* jcapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8331B7F561400F212E8 /* jcapimin.c */; }; - 5E5732F41C18E212003F664E /* jcapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8341B7F561400F212E8 /* jcapistd.c */; }; - 5E5732F51C18E212003F664E /* jcarith.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8351B7F561400F212E8 /* jcarith.c */; }; - 5E5732F61C18E212003F664E /* jccoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8361B7F561400F212E8 /* jccoefct.c */; }; - 5E5732F71C18E212003F664E /* jccolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8371B7F561400F212E8 /* jccolor.c */; }; - 5E5732F81C18E212003F664E /* jcdctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8381B7F561400F212E8 /* jcdctmgr.c */; }; - 5E5732F91C18E212003F664E /* jchuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8391B7F561400F212E8 /* jchuff.c */; }; - 5E5732FA1C18E212003F664E /* jcinit.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83A1B7F561400F212E8 /* jcinit.c */; }; - 5E5732FB1C18E212003F664E /* jcmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83B1B7F561400F212E8 /* jcmainct.c */; }; - 5E5732FC1C18E212003F664E /* jcmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83C1B7F561400F212E8 /* jcmarker.c */; }; - 5E5732FD1C18E212003F664E /* jcmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83D1B7F561400F212E8 /* jcmaster.c */; }; - 5E5732FE1C18E212003F664E /* jcomapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C83E1B7F561400F212E8 /* jcomapi.c */; }; - 5E5732FF1C18E212003F664E /* jcparam.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8401B7F561400F212E8 /* jcparam.c */; }; - 5E5733001C18E212003F664E /* jcprepct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8411B7F561400F212E8 /* jcprepct.c */; }; - 5E5733011C18E212003F664E /* jcsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8421B7F561400F212E8 /* jcsample.c */; }; - 5E5733021C18E212003F664E /* jctrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8431B7F561400F212E8 /* jctrans.c */; }; - 5E5733031C18E212003F664E /* jdapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8441B7F561400F212E8 /* jdapimin.c */; }; - 5E5733041C18E212003F664E /* jdapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8451B7F561400F212E8 /* jdapistd.c */; }; - 5E5733051C18E212003F664E /* jdarith.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8461B7F561400F212E8 /* jdarith.c */; }; - 5E5733061C18E212003F664E /* jdatadst.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8471B7F561400F212E8 /* jdatadst.c */; }; - 5E5733071C18E212003F664E /* jdatasrc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8481B7F561400F212E8 /* jdatasrc.c */; }; - 5E5733081C18E212003F664E /* jdcoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8491B7F561400F212E8 /* jdcoefct.c */; }; - 5E5733091C18E212003F664E /* jdcolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84A1B7F561400F212E8 /* jdcolor.c */; }; - 5E57330A1C18E212003F664E /* jddctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84C1B7F561400F212E8 /* jddctmgr.c */; }; - 5E57330B1C18E212003F664E /* jdhuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84D1B7F561400F212E8 /* jdhuff.c */; }; - 5E57330C1C18E212003F664E /* jdinput.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84E1B7F561400F212E8 /* jdinput.c */; }; - 5E57330D1C18E212003F664E /* jdmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C84F1B7F561400F212E8 /* jdmainct.c */; }; - 5E57330E1C18E212003F664E /* jdmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8501B7F561400F212E8 /* jdmarker.c */; }; - 5E57330F1C18E212003F664E /* jdmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8511B7F561400F212E8 /* jdmaster.c */; }; - 5E5733101C18E212003F664E /* jdmerge.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8521B7F561400F212E8 /* jdmerge.c */; }; - 5E5733111C18E212003F664E /* jdpostct.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8531B7F561400F212E8 /* jdpostct.c */; }; - 5E5733121C18E212003F664E /* jdsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8541B7F561400F212E8 /* jdsample.c */; }; - 5E5733131C18E212003F664E /* CIrrDeviceConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E8570BA1B7F9AC400B267D2 /* CIrrDeviceConsole.cpp */; }; - 5E5733141C18E212003F664E /* jdtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8551B7F561400F212E8 /* jdtrans.c */; }; - 5E5733151C18E212003F664E /* jerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8561B7F561400F212E8 /* jerror.c */; }; - 5E5733161C18E212003F664E /* jfdctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8581B7F568200F212E8 /* jfdctflt.c */; }; - 5E5733171C18E212003F664E /* jfdctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8591B7F568200F212E8 /* jfdctfst.c */; }; - 5E5733181C18E212003F664E /* jfdctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85A1B7F568200F212E8 /* jfdctint.c */; }; - 5E5733191C18E212003F664E /* jidctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85B1B7F568200F212E8 /* jidctflt.c */; }; - 5E57331A1C18E212003F664E /* jidctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85C1B7F568200F212E8 /* jidctfst.c */; }; - 5E57331B1C18E212003F664E /* jidctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85D1B7F568200F212E8 /* jidctint.c */; }; - 5E57331C1C18E212003F664E /* jmemmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C85F1B7F568200F212E8 /* jmemmgr.c */; }; - 5E57331D1C18E212003F664E /* jmemnobs.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8601B7F568200F212E8 /* jmemnobs.c */; }; - 5E57331E1C18E212003F664E /* jquant1.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8651B7F568200F212E8 /* jquant1.c */; }; - 5E57331F1C18E212003F664E /* jquant2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8661B7F568200F212E8 /* jquant2.c */; }; - 5E5733201C18E212003F664E /* jutils.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8671B7F568200F212E8 /* jutils.c */; }; - 5E5733211C18E212003F664E /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8691B7F56E900F212E8 /* png.c */; }; - 5E5733221C18E212003F664E /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C86C1B7F56E900F212E8 /* pngerror.c */; }; - 5E5733231C18E212003F664E /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C86D1B7F56E900F212E8 /* pngget.c */; }; - 5E5733241C18E212003F664E /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C86E1B7F56E900F212E8 /* pngmem.c */; }; - 5E5733251C18E212003F664E /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C86F1B7F56E900F212E8 /* pngpread.c */; }; - 5E5733261C18E212003F664E /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8701B7F56E900F212E8 /* pngread.c */; }; - 5E5733271C18E212003F664E /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8711B7F56E900F212E8 /* pngrio.c */; }; - 5E5733281C18E212003F664E /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8721B7F56E900F212E8 /* pngrtran.c */; }; - 5E5733291C18E212003F664E /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8731B7F56E900F212E8 /* pngrutil.c */; }; - 5E57332A1C18E212003F664E /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8741B7F56E900F212E8 /* pngset.c */; }; - 5E57332B1C18E212003F664E /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8751B7F56E900F212E8 /* pngtrans.c */; }; - 5E57332C1C18E212003F664E /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8761B7F56E900F212E8 /* pngwio.c */; }; - 5E57332D1C18E212003F664E /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8771B7F56E900F212E8 /* pngwrite.c */; }; - 5E57332E1C18E212003F664E /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8781B7F56E900F212E8 /* pngwtran.c */; }; - 5E57332F1C18E212003F664E /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8791B7F56E900F212E8 /* pngwutil.c */; }; - 5E5733301C18E212003F664E /* LzmaDec.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C88F1B7F57B100F212E8 /* LzmaDec.c */; }; - 5E5733311C18E212003F664E /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C87A1B7F577000F212E8 /* adler32.c */; }; - 5E5733321C18E212003F664E /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C87B1B7F577000F212E8 /* compress.c */; }; - 5E5733331C18E212003F664E /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C87C1B7F577000F212E8 /* crc32.c */; }; - 5E5733341C18E212003F664E /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C87E1B7F577000F212E8 /* deflate.c */; }; - 5E5733351C18E212003F664E /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8801B7F577000F212E8 /* inffast.c */; }; - 5E5733361C18E212003F664E /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8831B7F577000F212E8 /* inflate.c */; }; - 5E5733371C18E212003F664E /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8851B7F577000F212E8 /* inftrees.c */; }; - 5E5733381C18E212003F664E /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8871B7F577000F212E8 /* trees.c */; }; - 5E5733391C18E212003F664E /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8891B7F577000F212E8 /* uncompr.c */; }; - 5E57333A1C18E212003F664E /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C88C1B7F577000F212E8 /* zutil.c */; }; - 5E57333B1C18E212003F664E /* CLogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8921B7F652600F212E8 /* CLogger.cpp */; }; - 5E57333C1C18E212003F664E /* COSOperator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8941B7F652600F212E8 /* COSOperator.cpp */; }; - 5E57333D1C18E212003F664E /* CProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8961B7F652600F212E8 /* CProfiler.cpp */; }; - 5E57333E1C18E212003F664E /* Irrlicht.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C89A1B7F652600F212E8 /* Irrlicht.cpp */; }; - 5E57333F1C18E212003F664E /* leakHunter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C89B1B7F652600F212E8 /* leakHunter.cpp */; }; - 5E5733401C18E212003F664E /* os.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C89C1B7F652600F212E8 /* os.cpp */; }; - 5E5733411C18E212003F664E /* utf8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C89E1B7F652600F212E8 /* utf8.cpp */; }; - 5E5733421C18E212003F664E /* CSceneNodeAnimatorCameraFPS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8BA1B7F669200F212E8 /* CSceneNodeAnimatorCameraFPS.cpp */; }; - 5E5733431C18E212003F664E /* CSceneNodeAnimatorCameraMaya.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8BC1B7F669200F212E8 /* CSceneNodeAnimatorCameraMaya.cpp */; }; - 5E5733441C18E212003F664E /* CSceneNodeAnimatorCollisionResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8BE1B7F669200F212E8 /* CSceneNodeAnimatorCollisionResponse.cpp */; }; - 5E5733451C18E212003F664E /* CSceneNodeAnimatorDelete.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C01B7F669200F212E8 /* CSceneNodeAnimatorDelete.cpp */; }; - 5E5733461C18E212003F664E /* CSceneNodeAnimatorFlyCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C21B7F669200F212E8 /* CSceneNodeAnimatorFlyCircle.cpp */; }; - 5E5733471C18E212003F664E /* CSceneNodeAnimatorFlyStraight.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C41B7F669200F212E8 /* CSceneNodeAnimatorFlyStraight.cpp */; }; - 5E5733481C18E212003F664E /* CSceneNodeAnimatorFollowSpline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C61B7F669200F212E8 /* CSceneNodeAnimatorFollowSpline.cpp */; }; - 5E5733491C18E212003F664E /* CSceneNodeAnimatorRotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8C81B7F669200F212E8 /* CSceneNodeAnimatorRotation.cpp */; }; - 5E57334A1C18E212003F664E /* CSceneNodeAnimatorTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8CA1B7F669200F212E8 /* CSceneNodeAnimatorTexture.cpp */; }; - 5E57334B1C18E212003F664E /* CMetaTriangleSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8CC1B7F66E600F212E8 /* CMetaTriangleSelector.cpp */; }; - 5E57334C1C18E212003F664E /* COctreeTriangleSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8CE1B7F66E600F212E8 /* COctreeTriangleSelector.cpp */; }; - 5E57334D1C18E212003F664E /* CSceneCollisionManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D01B7F66E600F212E8 /* CSceneCollisionManager.cpp */; }; - 5E57334E1C18E212003F664E /* CTerrainTriangleSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D21B7F66E600F212E8 /* CTerrainTriangleSelector.cpp */; }; - 5E57334F1C18E212003F664E /* CTriangleBBSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D41B7F66E600F212E8 /* CTriangleBBSelector.cpp */; }; - 5E5733501C18E212003F664E /* CTriangleSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D61B7F66E600F212E8 /* CTriangleSelector.cpp */; }; - 5E5733511C18E212003F664E /* C3DSMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8D81B7F680200F212E8 /* C3DSMeshFileLoader.cpp */; }; - 5E5733521C18E212003F664E /* CAnimatedMeshHalfLife.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8DA1B7F680200F212E8 /* CAnimatedMeshHalfLife.cpp */; }; - 5E5733531C18E212003F664E /* CAnimatedMeshMD2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8DC1B7F680200F212E8 /* CAnimatedMeshMD2.cpp */; }; - 5E5733541C18E212003F664E /* CAnimatedMeshMD3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8DE1B7F680200F212E8 /* CAnimatedMeshMD3.cpp */; }; - 5E5733551C18E212003F664E /* CB3DMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E01B7F680200F212E8 /* CB3DMeshFileLoader.cpp */; }; - 5E5733561C18E212003F664E /* CBSPMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E21B7F680200F212E8 /* CBSPMeshFileLoader.cpp */; }; - 5E5733571C18E212003F664E /* CColladaFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E41B7F680200F212E8 /* CColladaFileLoader.cpp */; }; - 5E5733581C18E212003F664E /* CCSMLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E61B7F680200F212E8 /* CCSMLoader.cpp */; }; - 5E5733591C18E212003F664E /* CDMFLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8E81B7F680200F212E8 /* CDMFLoader.cpp */; }; - 5E57335A1C18E212003F664E /* CIrrMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8EA1B7F680200F212E8 /* CIrrMeshFileLoader.cpp */; }; - 5E57335B1C18E212003F664E /* CLMTSMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8EC1B7F680200F212E8 /* CLMTSMeshFileLoader.cpp */; }; - 5E57335C1C18E212003F664E /* CLWOMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8EE1B7F680200F212E8 /* CLWOMeshFileLoader.cpp */; }; - 5E57335D1C18E212003F664E /* CMD2MeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F01B7F680200F212E8 /* CMD2MeshFileLoader.cpp */; }; - 5E57335E1C18E212003F664E /* CMD3MeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F21B7F680200F212E8 /* CMD3MeshFileLoader.cpp */; }; - 5E57335F1C18E212003F664E /* CMeshTextureLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F41B7F680200F212E8 /* CMeshTextureLoader.cpp */; }; - 5E5733601C18E212003F664E /* CMS3DMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F61B7F680200F212E8 /* CMS3DMeshFileLoader.cpp */; }; - 5E5733611C18E212003F664E /* CMY3DMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8F91B7F680200F212E8 /* CMY3DMeshFileLoader.cpp */; }; - 5E5733621C18E212003F664E /* COBJMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8FB1B7F680200F212E8 /* COBJMeshFileLoader.cpp */; }; - 5E5733631C18E212003F664E /* COCTLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8FD1B7F680200F212E8 /* COCTLoader.cpp */; }; - 5E5733641C18E212003F664E /* COgreMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8FF1B7F680200F212E8 /* COgreMeshFileLoader.cpp */; }; - 5E5733651C18E212003F664E /* CPLYMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9011B7F680200F212E8 /* CPLYMeshFileLoader.cpp */; }; - 5E5733661C18E212003F664E /* CQ3LevelMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9031B7F680200F212E8 /* CQ3LevelMesh.cpp */; }; - 5E5733671C18E212003F664E /* CSceneLoaderIrr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9051B7F680200F212E8 /* CSceneLoaderIrr.cpp */; }; - 5E5733681C18E212003F664E /* CSkinnedMesh.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9071B7F680200F212E8 /* CSkinnedMesh.cpp */; }; - 5E5733691C18E212003F664E /* CSMFMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9091B7F680200F212E8 /* CSMFMeshFileLoader.cpp */; }; - 5E57336A1C18E212003F664E /* CSTLMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C90B1B7F680200F212E8 /* CSTLMeshFileLoader.cpp */; }; - 5E57336B1C18E212003F664E /* CXMeshFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C90D1B7F680200F212E8 /* CXMeshFileLoader.cpp */; }; - 5E57336C1C18E212003F664E /* CParticleAnimatedMeshSceneNodeEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9101B7F684000F212E8 /* CParticleAnimatedMeshSceneNodeEmitter.cpp */; }; - 5E57336D1C18E212003F664E /* CParticleAttractionAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9121B7F684000F212E8 /* CParticleAttractionAffector.cpp */; }; - 5E57336E1C18E212003F664E /* CParticleBoxEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9141B7F684000F212E8 /* CParticleBoxEmitter.cpp */; }; - 5E57336F1C18E212003F664E /* CParticleCylinderEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9161B7F684000F212E8 /* CParticleCylinderEmitter.cpp */; }; - 5E5733701C18E212003F664E /* CParticleFadeOutAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9181B7F684000F212E8 /* CParticleFadeOutAffector.cpp */; }; - 5E5733711C18E212003F664E /* CParticleGravityAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C91A1B7F684000F212E8 /* CParticleGravityAffector.cpp */; }; - 5E5733721C18E212003F664E /* CParticleMeshEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C91C1B7F684000F212E8 /* CParticleMeshEmitter.cpp */; }; - 5E5733731C18E212003F664E /* CParticlePointEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C91E1B7F684000F212E8 /* CParticlePointEmitter.cpp */; }; - 5E5733741C18E212003F664E /* CParticleRingEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9201B7F684000F212E8 /* CParticleRingEmitter.cpp */; }; - 5E5733751C18E212003F664E /* CParticleRotationAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9221B7F684000F212E8 /* CParticleRotationAffector.cpp */; }; - 5E5733761C18E212003F664E /* CParticleScaleAffector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9241B7F684000F212E8 /* CParticleScaleAffector.cpp */; }; - 5E5733771C18E212003F664E /* CParticleSphereEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9261B7F684000F212E8 /* CParticleSphereEmitter.cpp */; }; - 5E5733781C18E212003F664E /* CParticleSystemSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9281B7F684000F212E8 /* CParticleSystemSceneNode.cpp */; }; - 5E5733791C18E212003F664E /* CAnimatedMeshSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C92A1B7F68D600F212E8 /* CAnimatedMeshSceneNode.cpp */; }; - 5E57337A1C18E212003F664E /* CBillboardSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C92C1B7F68D600F212E8 /* CBillboardSceneNode.cpp */; }; - 5E57337B1C18E212003F664E /* CBoneSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C92E1B7F68D600F212E8 /* CBoneSceneNode.cpp */; }; - 5E57337C1C18E212003F664E /* CCameraSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9301B7F68D600F212E8 /* CCameraSceneNode.cpp */; }; - 5E57337D1C18E212003F664E /* CCubeSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9321B7F68D600F212E8 /* CCubeSceneNode.cpp */; }; - 5E57337E1C18E212003F664E /* CDummyTransformationSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9341B7F68D600F212E8 /* CDummyTransformationSceneNode.cpp */; }; - 5E57337F1C18E212003F664E /* CEmptySceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9361B7F68D600F212E8 /* CEmptySceneNode.cpp */; }; - 5E5733801C18E212003F664E /* CLightSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9381B7F68D600F212E8 /* CLightSceneNode.cpp */; }; - 5E5733811C18E212003F664E /* CMeshSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C93A1B7F68D600F212E8 /* CMeshSceneNode.cpp */; }; - 5E5733821C18E212003F664E /* COctreeSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C93C1B7F68D600F212E8 /* COctreeSceneNode.cpp */; }; - 5E5733831C18E212003F664E /* CQuake3ShaderSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C93E1B7F68D600F212E8 /* CQuake3ShaderSceneNode.cpp */; }; - 5E5733841C18E212003F664E /* CShadowVolumeSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9401B7F68D600F212E8 /* CShadowVolumeSceneNode.cpp */; }; - 5E5733851C18E212003F664E /* CSkyBoxSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9421B7F68D600F212E8 /* CSkyBoxSceneNode.cpp */; }; - 5E5733861C18E212003F664E /* CSkyDomeSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9441B7F68D600F212E8 /* CSkyDomeSceneNode.cpp */; }; - 5E5733871C18E212003F664E /* CSphereSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9461B7F68D600F212E8 /* CSphereSceneNode.cpp */; }; - 5E5733881C18E212003F664E /* CTerrainSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9481B7F68D600F212E8 /* CTerrainSceneNode.cpp */; }; - 5E5733891C18E212003F664E /* CTextSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C94A1B7F68D600F212E8 /* CTextSceneNode.cpp */; }; - 5E57338A1C18E212003F664E /* CVolumeLightSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C94C1B7F68D600F212E8 /* CVolumeLightSceneNode.cpp */; }; - 5E57338B1C18E212003F664E /* CWaterSurfaceSceneNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C94E1B7F68D600F212E8 /* CWaterSurfaceSceneNode.cpp */; }; - 5E57338C1C18E212003F664E /* CB3DMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E7908981C10FE4A00DFE7FE /* CB3DMeshWriter.cpp */; }; - 5E57338D1C18E212003F664E /* CColladaMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9501B7F691500F212E8 /* CColladaMeshWriter.cpp */; }; - 5E57338E1C18E212003F664E /* CIrrMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9521B7F691500F212E8 /* CIrrMeshWriter.cpp */; }; - 5E57338F1C18E212003F664E /* COBJMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9541B7F691500F212E8 /* COBJMeshWriter.cpp */; }; - 5E5733901C18E212003F664E /* CPLYMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9561B7F691500F212E8 /* CPLYMeshWriter.cpp */; }; - 5E5733911C18E212003F664E /* CSTLMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9581B7F691500F212E8 /* CSTLMeshWriter.cpp */; }; - 5E5733921C18E212003F664E /* CDefaultSceneNodeAnimatorFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8AD1B7F664100F212E8 /* CDefaultSceneNodeAnimatorFactory.cpp */; }; - 5E5733931C18E212003F664E /* CDefaultSceneNodeFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8AF1B7F664100F212E8 /* CDefaultSceneNodeFactory.cpp */; }; - 5E5733941C18E212003F664E /* CGeometryCreator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8B11B7F664100F212E8 /* CGeometryCreator.cpp */; }; - 5E5733951C18E212003F664E /* CMeshCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8B31B7F664100F212E8 /* CMeshCache.cpp */; }; - 5E5733961C18E212003F664E /* CMeshManipulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8B51B7F664100F212E8 /* CMeshManipulator.cpp */; }; - 5E5733971C18E212003F664E /* CSceneManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8B71B7F664100F212E8 /* CSceneManager.cpp */; }; - 5E5733981C18E212003F664E /* CBurningShader_Raster_Reference.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9601B7F6A7600F212E8 /* CBurningShader_Raster_Reference.cpp */; }; - 5E5733991C18E212003F664E /* CDepthBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9611B7F6A7600F212E8 /* CDepthBuffer.cpp */; }; - 5E57339A1C18E212003F664E /* CSoftwareDriver2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9641B7F6A7600F212E8 /* CSoftwareDriver2.cpp */; }; - 5E57339B1C18E212003F664E /* CSoftwareTexture2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9661B7F6A7600F212E8 /* CSoftwareTexture2.cpp */; }; - 5E57339C1C18E212003F664E /* CTRGouraud2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9681B7F6A7600F212E8 /* CTRGouraud2.cpp */; }; - 5E57339D1C18E212003F664E /* CTRGouraudAlpha2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9691B7F6A7600F212E8 /* CTRGouraudAlpha2.cpp */; }; - 5E57339E1C18E212003F664E /* CTRGouraudAlphaNoZ2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96A1B7F6A7600F212E8 /* CTRGouraudAlphaNoZ2.cpp */; }; - 5E57339F1C18E212003F664E /* CTRNormalMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96B1B7F6A7600F212E8 /* CTRNormalMap.cpp */; }; - 5E5733A01C18E212003F664E /* CTRStencilShadow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96C1B7F6A7600F212E8 /* CTRStencilShadow.cpp */; }; - 5E5733A11C18E212003F664E /* CTRTextureBlend.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96D1B7F6A7600F212E8 /* CTRTextureBlend.cpp */; }; - 5E5733A21C18E212003F664E /* CTRTextureDetailMap2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96E1B7F6A7600F212E8 /* CTRTextureDetailMap2.cpp */; }; - 5E5733A31C18E212003F664E /* CTRTextureGouraud2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C96F1B7F6A7600F212E8 /* CTRTextureGouraud2.cpp */; }; - 5E5733A41C18E212003F664E /* CTRTextureGouraudAdd2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9701B7F6A7600F212E8 /* CTRTextureGouraudAdd2.cpp */; }; - 5E5733A51C18E212003F664E /* CTRTextureGouraudAddNoZ2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9711B7F6A7600F212E8 /* CTRTextureGouraudAddNoZ2.cpp */; }; - 5E5733A61C18E212003F664E /* CTRTextureGouraudAlpha.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9721B7F6A7600F212E8 /* CTRTextureGouraudAlpha.cpp */; }; - 5E5733A71C18E212003F664E /* CTRTextureGouraudAlphaNoZ.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9731B7F6A7600F212E8 /* CTRTextureGouraudAlphaNoZ.cpp */; }; - 5E5733A81C18E212003F664E /* CTRTextureGouraudNoZ2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9741B7F6A7600F212E8 /* CTRTextureGouraudNoZ2.cpp */; }; - 5E5733A91C18E212003F664E /* CTRTextureGouraudVertexAlpha2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9751B7F6A7600F212E8 /* CTRTextureGouraudVertexAlpha2.cpp */; }; - 5E5733AA1C18E212003F664E /* CTRTextureLightMap2_Add.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9761B7F6A7600F212E8 /* CTRTextureLightMap2_Add.cpp */; }; - 5E5733AB1C18E212003F664E /* CTRTextureLightMap2_M1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9771B7F6A7600F212E8 /* CTRTextureLightMap2_M1.cpp */; }; - 5E5733AC1C18E212003F664E /* CTRTextureLightMap2_M2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9781B7F6A7600F212E8 /* CTRTextureLightMap2_M2.cpp */; }; - 5E5733AD1C18E212003F664E /* CTRTextureLightMap2_M4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9791B7F6A7600F212E8 /* CTRTextureLightMap2_M4.cpp */; }; - 5E5733AE1C18E212003F664E /* CTRTextureLightMapGouraud2_M4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C97A1B7F6A7600F212E8 /* CTRTextureLightMapGouraud2_M4.cpp */; }; - 5E5733AF1C18E212003F664E /* CTRTextureWire2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C97B1B7F6A7600F212E8 /* CTRTextureWire2.cpp */; }; - 5E5733B01C18E212003F664E /* IBurningShader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C97C1B7F6A7600F212E8 /* IBurningShader.cpp */; }; - 5E5733B11C18E212003F664E /* CImageLoaderBMP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9841B7F6AED00F212E8 /* CImageLoaderBMP.cpp */; }; - 5E5733B21C18E212003F664E /* CImageLoaderDDS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9861B7F6AED00F212E8 /* CImageLoaderDDS.cpp */; }; - 5E5733B31C18E212003F664E /* CImageLoaderJPG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9881B7F6AED00F212E8 /* CImageLoaderJPG.cpp */; }; - 5E5733B41C18E212003F664E /* CImageLoaderPCX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C98A1B7F6AED00F212E8 /* CImageLoaderPCX.cpp */; }; - 5E5733B51C18E212003F664E /* CImageLoaderPNG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C98C1B7F6AED00F212E8 /* CImageLoaderPNG.cpp */; }; - 5E5733B61C18E212003F664E /* CImageLoaderPPM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C98E1B7F6AED00F212E8 /* CImageLoaderPPM.cpp */; }; - 5E5733B71C18E212003F664E /* CImageLoaderPSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9901B7F6AED00F212E8 /* CImageLoaderPSD.cpp */; }; - 5E5733B81C18E212003F664E /* CImageLoaderPVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9921B7F6AED00F212E8 /* CImageLoaderPVR.cpp */; }; - 5E5733B91C18E212003F664E /* CImageLoaderRGB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9941B7F6AED00F212E8 /* CImageLoaderRGB.cpp */; }; - 5E5733BA1C18E212003F664E /* CImageLoaderTGA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9961B7F6AED00F212E8 /* CImageLoaderTGA.cpp */; }; - 5E5733BB1C18E212003F664E /* CImageLoaderWAL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9981B7F6AED00F212E8 /* CImageLoaderWAL.cpp */; }; - 5E5733BC1C18E212003F664E /* CImageWriterBMP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C99A1B7F6B0900F212E8 /* CImageWriterBMP.cpp */; }; - 5E5733BD1C18E212003F664E /* CImageWriterJPG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C99C1B7F6B0900F212E8 /* CImageWriterJPG.cpp */; }; - 5E5733BE1C18E212003F664E /* CImageWriterPCX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C99E1B7F6B0900F212E8 /* CImageWriterPCX.cpp */; }; - 5E5733BF1C18E212003F664E /* CImageWriterPNG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A01B7F6B0900F212E8 /* CImageWriterPNG.cpp */; }; - 5E5733C01C18E212003F664E /* CImageWriterPPM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A21B7F6B0900F212E8 /* CImageWriterPPM.cpp */; }; - 5E5733C11C18E212003F664E /* CImageWriterPSD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A41B7F6B0900F212E8 /* CImageWriterPSD.cpp */; }; - 5E5733C21C18E212003F664E /* CImageWriterTGA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A61B7F6B0900F212E8 /* CImageWriterTGA.cpp */; }; - 5E5733C31C18E212003F664E /* CColorConverter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9A81B7F6B6800F212E8 /* CColorConverter.cpp */; }; - 5E5733C41C18E212003F664E /* CFPSCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9AA1B7F6B6800F212E8 /* CFPSCounter.cpp */; }; - 5E5733C51C18E212003F664E /* CImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9AC1B7F6B6800F212E8 /* CImage.cpp */; }; - 5E5733C61C18E212003F664E /* CNullDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9AE1B7F6B6800F212E8 /* CNullDriver.cpp */; }; - 5E5733C71C18E212003F664E /* COpenGLCacheHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E7908911C10EEC000DFE7FE /* COpenGLCacheHandler.cpp */; }; - 5E5733C81C18E212003F664E /* COpenGLDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9B11B7F6BA700F212E8 /* COpenGLDriver.cpp */; }; - 5E5733C91C18E212003F664E /* COpenGLExtensionHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9B31B7F6BA700F212E8 /* COpenGLExtensionHandler.cpp */; }; - 5E5733CA1C18E212003F664E /* COpenGLNormalMapRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9B61B7F6BA700F212E8 /* COpenGLNormalMapRenderer.cpp */; }; - 5E5733CB1C18E212003F664E /* COpenGLParallaxMapRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9B81B7F6BA700F212E8 /* COpenGLParallaxMapRenderer.cpp */; }; - 5E5733CC1C18E212003F664E /* COpenGLShaderMaterialRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9BA1B7F6BA700F212E8 /* COpenGLShaderMaterialRenderer.cpp */; }; - 5E5733CD1C18E212003F664E /* COpenGLSLMaterialRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9BC1B7F6BA700F212E8 /* COpenGLSLMaterialRenderer.cpp */; }; - 5E5733CE1C18E212003F664E /* CSoftwareDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9D71B7F6C6100F212E8 /* CSoftwareDriver.cpp */; }; - 5E5733CF1C18E212003F664E /* CSoftwareTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9D91B7F6C6100F212E8 /* CSoftwareTexture.cpp */; }; - 5E5733D01C18E212003F664E /* CTRFlat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DB1B7F6C6100F212E8 /* CTRFlat.cpp */; }; - 5E5733D11C18E212003F664E /* CTRFlatWire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DC1B7F6C6100F212E8 /* CTRFlatWire.cpp */; }; - 5E5733D21C18E212003F664E /* CTRGouraud.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DD1B7F6C6100F212E8 /* CTRGouraud.cpp */; }; - 5E5733D31C18E212003F664E /* CTRGouraudWire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DE1B7F6C6100F212E8 /* CTRGouraudWire.cpp */; }; - 5E5733D41C18E212003F664E /* CTRTextureFlat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9DF1B7F6C6100F212E8 /* CTRTextureFlat.cpp */; }; - 5E5733D51C18E212003F664E /* CTRTextureFlatWire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E01B7F6C6100F212E8 /* CTRTextureFlatWire.cpp */; }; - 5E5733D61C18E212003F664E /* CTRTextureGouraud.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E11B7F6C6100F212E8 /* CTRTextureGouraud.cpp */; }; - 5E5733D71C18E212003F664E /* CTRTextureGouraudAdd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E31B7F6C6100F212E8 /* CTRTextureGouraudAdd.cpp */; }; - 5E5733D81C18E212003F664E /* CTRTextureGouraudNoZ.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E41B7F6C6100F212E8 /* CTRTextureGouraudNoZ.cpp */; }; - 5E5733D91C18E212003F664E /* CTRTextureGouraudWire.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E51B7F6C6100F212E8 /* CTRTextureGouraudWire.cpp */; }; - 5E5733DA1C18E212003F664E /* CZBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9E61B7F6C6100F212E8 /* CZBuffer.cpp */; }; - 5E5733DB1C18E212003F664E /* CNSOGLManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9EE1B7F6CCC00F212E8 /* CNSOGLManager.mm */; }; - 5E5733DC1C18E212003F664E /* CVideoModeList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C9EB1B7F6C8200F212E8 /* CVideoModeList.cpp */; }; - 5E5733E91C18E254003F664E /* CIrrDeviceiOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E5733E71C18E254003F664E /* CIrrDeviceiOS.mm */; }; - 5E5733F31C18E2C0003F664E /* COGLESDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E5733ED1C18E2C0003F664E /* COGLESDriver.cpp */; }; - 5E5733F51C18E2C0003F664E /* COGLESExtensionHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E5733EF1C18E2C0003F664E /* COGLESExtensionHandler.cpp */; }; - 5E5734081C18E2E2003F664E /* COGLES2Driver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E5733F91C18E2E2003F664E /* COGLES2Driver.cpp */; }; - 5E57340A1C18E2E2003F664E /* COGLES2ExtensionHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E5733FB1C18E2E2003F664E /* COGLES2ExtensionHandler.cpp */; }; - 5E57340C1C18E2E2003F664E /* COGLES2FixedPipelineRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E5733FD1C18E2E2003F664E /* COGLES2FixedPipelineRenderer.cpp */; }; - 5E57340E1C18E2E2003F664E /* COGLES2MaterialRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E5733FF1C18E2E2003F664E /* COGLES2MaterialRenderer.cpp */; }; - 5E5734101C18E2E2003F664E /* COGLES2NormalMapRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E5734011C18E2E2003F664E /* COGLES2NormalMapRenderer.cpp */; }; - 5E5734121C18E2E2003F664E /* COGLES2ParallaxMapRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E5734031C18E2E2003F664E /* COGLES2ParallaxMapRenderer.cpp */; }; - 5E5734141C18E2E2003F664E /* COGLES2Renderer2D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E5734051C18E2E2003F664E /* COGLES2Renderer2D.cpp */; }; - 5E7908971C10EF3F00DFE7FE /* COpenGLCacheHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E7908911C10EEC000DFE7FE /* COpenGLCacheHandler.cpp */; }; - 5E79089B1C10FEF900DFE7FE /* CB3DMeshWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E7908981C10FE4A00DFE7FE /* CB3DMeshWriter.cpp */; }; - 5E8570BC1B7F9AC400B267D2 /* CIrrDeviceConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E8570BA1B7F9AC400B267D2 /* CIrrDeviceConsole.cpp */; }; - 5E9573D71C18E9E600C27989 /* CEAGLManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E9573D61C18E9E600C27989 /* CEAGLManager.mm */; }; - 84A219B7249F82E800E189FC /* burning_shader_color.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84A219B6249F82E800E189FC /* burning_shader_color.cpp */; }; - 84A219B9249F834000E189FC /* CTRGouraudNoZ2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84A219B8249F834000E189FC /* CTRGouraudNoZ2.cpp */; }; - 84A219BB249F835B00E189FC /* CTR_transparent_reflection_2_layer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84A219BA249F835B00E189FC /* CTR_transparent_reflection_2_layer.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 5E34C6E21B7F4AFB00F212E8 /* aabbox3d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = aabbox3d.h; path = ../../include/aabbox3d.h; sourceTree = ""; }; - 5E34C6E31B7F4AFB00F212E8 /* CDynamicMeshBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CDynamicMeshBuffer.h; path = ../../include/CDynamicMeshBuffer.h; sourceTree = ""; }; - 5E34C6E41B7F4AFB00F212E8 /* CIndexBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CIndexBuffer.h; path = ../../include/CIndexBuffer.h; sourceTree = ""; }; - 5E34C6E51B7F4AFB00F212E8 /* CMeshBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CMeshBuffer.h; path = ../../include/CMeshBuffer.h; sourceTree = ""; }; - 5E34C6E61B7F4AFB00F212E8 /* coreutil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = coreutil.h; path = ../../include/coreutil.h; sourceTree = ""; }; - 5E34C6E71B7F4AFB00F212E8 /* CVertexBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CVertexBuffer.h; path = ../../include/CVertexBuffer.h; sourceTree = ""; }; - 5E34C6E81B7F4AFB00F212E8 /* dimension2d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = dimension2d.h; path = ../../include/dimension2d.h; sourceTree = ""; }; - 5E34C6E91B7F4AFB00F212E8 /* driverChoice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = driverChoice.h; path = ../../include/driverChoice.h; sourceTree = ""; }; - 5E34C6EA1B7F4AFB00F212E8 /* EAttributes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EAttributes.h; path = ../../include/EAttributes.h; sourceTree = ""; }; - 5E34C6EB1B7F4AFB00F212E8 /* ECullingTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ECullingTypes.h; path = ../../include/ECullingTypes.h; sourceTree = ""; }; - 5E34C6EC1B7F4AFB00F212E8 /* EDebugSceneTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EDebugSceneTypes.h; path = ../../include/EDebugSceneTypes.h; sourceTree = ""; }; - 5E34C6ED1B7F4AFB00F212E8 /* EDeviceTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EDeviceTypes.h; path = ../../include/EDeviceTypes.h; sourceTree = ""; }; - 5E34C6EE1B7F4AFB00F212E8 /* EDriverFeatures.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EDriverFeatures.h; path = ../../include/EDriverFeatures.h; sourceTree = ""; }; - 5E34C6EF1B7F4AFB00F212E8 /* EDriverTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EDriverTypes.h; path = ../../include/EDriverTypes.h; sourceTree = ""; }; - 5E34C6F01B7F4AFB00F212E8 /* EFocusFlags.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EFocusFlags.h; path = ../../include/EFocusFlags.h; sourceTree = ""; }; - 5E34C6F11B7F4AFB00F212E8 /* EGUIAlignment.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EGUIAlignment.h; path = ../../include/EGUIAlignment.h; sourceTree = ""; }; - 5E34C6F21B7F4AFB00F212E8 /* EGUIElementTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EGUIElementTypes.h; path = ../../include/EGUIElementTypes.h; sourceTree = ""; }; - 5E34C6F31B7F4AFB00F212E8 /* EHardwareBufferFlags.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EHardwareBufferFlags.h; path = ../../include/EHardwareBufferFlags.h; sourceTree = ""; }; - 5E34C6F41B7F4AFB00F212E8 /* EMaterialFlags.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EMaterialFlags.h; path = ../../include/EMaterialFlags.h; sourceTree = ""; }; - 5E34C6F51B7F4AFB00F212E8 /* EMaterialTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EMaterialTypes.h; path = ../../include/EMaterialTypes.h; sourceTree = ""; }; - 5E34C6F61B7F4AFB00F212E8 /* EMeshWriterEnums.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EMeshWriterEnums.h; path = ../../include/EMeshWriterEnums.h; sourceTree = ""; }; - 5E34C6F71B7F4AFB00F212E8 /* EMessageBoxFlags.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EMessageBoxFlags.h; path = ../../include/EMessageBoxFlags.h; sourceTree = ""; }; - 5E34C6F81B7F4AFB00F212E8 /* EPrimitiveTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EPrimitiveTypes.h; path = ../../include/EPrimitiveTypes.h; sourceTree = ""; }; - 5E34C6F91B7F4AFB00F212E8 /* ESceneNodeAnimatorTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ESceneNodeAnimatorTypes.h; path = ../../include/ESceneNodeAnimatorTypes.h; sourceTree = ""; }; - 5E34C6FA1B7F4AFC00F212E8 /* ESceneNodeTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ESceneNodeTypes.h; path = ../../include/ESceneNodeTypes.h; sourceTree = ""; }; - 5E34C6FB1B7F4AFC00F212E8 /* EShaderTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EShaderTypes.h; path = ../../include/EShaderTypes.h; sourceTree = ""; }; - 5E34C6FC1B7F4AFC00F212E8 /* ETerrainElements.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ETerrainElements.h; path = ../../include/ETerrainElements.h; sourceTree = ""; }; - 5E34C6FE1B7F4AFC00F212E8 /* fast_atof.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = fast_atof.h; path = ../../include/fast_atof.h; sourceTree = ""; }; - 5E34C6FF1B7F4AFC00F212E8 /* heapsort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = heapsort.h; path = ../../include/heapsort.h; sourceTree = ""; }; - 5E34C7001B7F4AFC00F212E8 /* IAnimatedMesh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IAnimatedMesh.h; path = ../../include/IAnimatedMesh.h; sourceTree = ""; }; - 5E34C7011B7F4AFC00F212E8 /* IAnimatedMeshMD2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IAnimatedMeshMD2.h; path = ../../include/IAnimatedMeshMD2.h; sourceTree = ""; }; - 5E34C7021B7F4AFC00F212E8 /* IAnimatedMeshMD3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IAnimatedMeshMD3.h; path = ../../include/IAnimatedMeshMD3.h; sourceTree = ""; }; - 5E34C7031B7F4AFC00F212E8 /* IAnimatedMeshSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IAnimatedMeshSceneNode.h; path = ../../include/IAnimatedMeshSceneNode.h; sourceTree = ""; }; - 5E34C7041B7F4AFC00F212E8 /* IAttributeExchangingObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IAttributeExchangingObject.h; path = ../../include/IAttributeExchangingObject.h; sourceTree = ""; }; - 5E34C7051B7F4AFC00F212E8 /* IAttributes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IAttributes.h; path = ../../include/IAttributes.h; sourceTree = ""; }; - 5E34C7061B7F4AFC00F212E8 /* IBillboardSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IBillboardSceneNode.h; path = ../../include/IBillboardSceneNode.h; sourceTree = ""; }; - 5E34C7071B7F4AFC00F212E8 /* IBillboardTextSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IBillboardTextSceneNode.h; path = ../../include/IBillboardTextSceneNode.h; sourceTree = ""; }; - 5E34C7081B7F4AFC00F212E8 /* IBoneSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IBoneSceneNode.h; path = ../../include/IBoneSceneNode.h; sourceTree = ""; }; - 5E34C7091B7F4AFC00F212E8 /* ICameraSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ICameraSceneNode.h; path = ../../include/ICameraSceneNode.h; sourceTree = ""; }; - 5E34C70A1B7F4AFC00F212E8 /* IColladaMeshWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IColladaMeshWriter.h; path = ../../include/IColladaMeshWriter.h; sourceTree = ""; }; - 5E34C70B1B7F4AFC00F212E8 /* IContextManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IContextManager.h; path = ../../include/IContextManager.h; sourceTree = ""; }; - 5E34C70C1B7F4AFC00F212E8 /* ICursorControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ICursorControl.h; path = ../../include/ICursorControl.h; sourceTree = ""; }; - 5E34C70D1B7F4AFC00F212E8 /* IDummyTransformationSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IDummyTransformationSceneNode.h; path = ../../include/IDummyTransformationSceneNode.h; sourceTree = ""; }; - 5E34C70E1B7F4AFC00F212E8 /* IDynamicMeshBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IDynamicMeshBuffer.h; path = ../../include/IDynamicMeshBuffer.h; sourceTree = ""; }; - 5E34C70F1B7F4AFC00F212E8 /* IEventReceiver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IEventReceiver.h; path = ../../include/IEventReceiver.h; sourceTree = ""; }; - 5E34C7101B7F4AFC00F212E8 /* IFileArchive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IFileArchive.h; path = ../../include/IFileArchive.h; sourceTree = ""; }; - 5E34C7111B7F4AFC00F212E8 /* IFileList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IFileList.h; path = ../../include/IFileList.h; sourceTree = ""; }; - 5E34C7121B7F4AFC00F212E8 /* IFileSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IFileSystem.h; path = ../../include/IFileSystem.h; sourceTree = ""; }; - 5E34C7131B7F4AFC00F212E8 /* IGeometryCreator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGeometryCreator.h; path = ../../include/IGeometryCreator.h; sourceTree = ""; }; - 5E34C7141B7F4AFC00F212E8 /* IGPUProgrammingServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGPUProgrammingServices.h; path = ../../include/IGPUProgrammingServices.h; sourceTree = ""; }; - 5E34C7151B7F4AFC00F212E8 /* IGUIButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIButton.h; path = ../../include/IGUIButton.h; sourceTree = ""; }; - 5E34C7161B7F4AFC00F212E8 /* IGUICheckBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUICheckBox.h; path = ../../include/IGUICheckBox.h; sourceTree = ""; }; - 5E34C7171B7F4AFC00F212E8 /* IGUIColorSelectDialog.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIColorSelectDialog.h; path = ../../include/IGUIColorSelectDialog.h; sourceTree = ""; }; - 5E34C7181B7F4AFC00F212E8 /* IGUIComboBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIComboBox.h; path = ../../include/IGUIComboBox.h; sourceTree = ""; }; - 5E34C7191B7F4AFC00F212E8 /* IGUIContextMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIContextMenu.h; path = ../../include/IGUIContextMenu.h; sourceTree = ""; }; - 5E34C71A1B7F4AFC00F212E8 /* IGUIEditBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIEditBox.h; path = ../../include/IGUIEditBox.h; sourceTree = ""; }; - 5E34C71B1B7F4AFC00F212E8 /* IGUIElement.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIElement.h; path = ../../include/IGUIElement.h; sourceTree = ""; }; - 5E34C71C1B7F4AFC00F212E8 /* IGUIElementFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIElementFactory.h; path = ../../include/IGUIElementFactory.h; sourceTree = ""; }; - 5E34C71D1B7F4AFC00F212E8 /* IGUIEnvironment.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIEnvironment.h; path = ../../include/IGUIEnvironment.h; sourceTree = ""; }; - 5E34C71E1B7F4AFC00F212E8 /* IGUIFileOpenDialog.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIFileOpenDialog.h; path = ../../include/IGUIFileOpenDialog.h; sourceTree = ""; }; - 5E34C71F1B7F4AFC00F212E8 /* IGUIFont.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIFont.h; path = ../../include/IGUIFont.h; sourceTree = ""; }; - 5E34C7201B7F4AFC00F212E8 /* IGUIFontBitmap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIFontBitmap.h; path = ../../include/IGUIFontBitmap.h; sourceTree = ""; }; - 5E34C7211B7F4AFC00F212E8 /* IGUIImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIImage.h; path = ../../include/IGUIImage.h; sourceTree = ""; }; - 5E34C7221B7F4AFC00F212E8 /* IGUIImageList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIImageList.h; path = ../../include/IGUIImageList.h; sourceTree = ""; }; - 5E34C7231B7F4AFC00F212E8 /* IGUIInOutFader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIInOutFader.h; path = ../../include/IGUIInOutFader.h; sourceTree = ""; }; - 5E34C7241B7F4AFC00F212E8 /* IGUIListBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIListBox.h; path = ../../include/IGUIListBox.h; sourceTree = ""; }; - 5E34C7251B7F4AFC00F212E8 /* IGUIMeshViewer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIMeshViewer.h; path = ../../include/IGUIMeshViewer.h; sourceTree = ""; }; - 5E34C7261B7F4AFC00F212E8 /* IGUIProfiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIProfiler.h; path = ../../include/IGUIProfiler.h; sourceTree = ""; }; - 5E34C7271B7F4AFC00F212E8 /* IGUIScrollBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIScrollBar.h; path = ../../include/IGUIScrollBar.h; sourceTree = ""; }; - 5E34C7281B7F4AFC00F212E8 /* IGUISkin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUISkin.h; path = ../../include/IGUISkin.h; sourceTree = ""; }; - 5E34C7291B7F4AFC00F212E8 /* IGUISpinBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUISpinBox.h; path = ../../include/IGUISpinBox.h; sourceTree = ""; }; - 5E34C72A1B7F4AFC00F212E8 /* IGUISpriteBank.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUISpriteBank.h; path = ../../include/IGUISpriteBank.h; sourceTree = ""; }; - 5E34C72B1B7F4AFC00F212E8 /* IGUIStaticText.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIStaticText.h; path = ../../include/IGUIStaticText.h; sourceTree = ""; }; - 5E34C72C1B7F4AFC00F212E8 /* IGUITabControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUITabControl.h; path = ../../include/IGUITabControl.h; sourceTree = ""; }; - 5E34C72D1B7F4AFC00F212E8 /* IGUITable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUITable.h; path = ../../include/IGUITable.h; sourceTree = ""; }; - 5E34C72E1B7F4AFC00F212E8 /* IGUIToolbar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIToolbar.h; path = ../../include/IGUIToolbar.h; sourceTree = ""; }; - 5E34C72F1B7F4AFC00F212E8 /* IGUITreeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUITreeView.h; path = ../../include/IGUITreeView.h; sourceTree = ""; }; - 5E34C7301B7F4AFC00F212E8 /* IGUIWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IGUIWindow.h; path = ../../include/IGUIWindow.h; sourceTree = ""; }; - 5E34C7311B7F4AFC00F212E8 /* IImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IImage.h; path = ../../include/IImage.h; sourceTree = ""; }; - 5E34C7321B7F4AFC00F212E8 /* IImageLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IImageLoader.h; path = ../../include/IImageLoader.h; sourceTree = ""; }; - 5E34C7331B7F4AFC00F212E8 /* IImageWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IImageWriter.h; path = ../../include/IImageWriter.h; sourceTree = ""; }; - 5E34C7341B7F4AFC00F212E8 /* IIndexBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IIndexBuffer.h; path = ../../include/IIndexBuffer.h; sourceTree = ""; }; - 5E34C7351B7F4AFC00F212E8 /* ILightManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ILightManager.h; path = ../../include/ILightManager.h; sourceTree = ""; }; - 5E34C7361B7F4AFC00F212E8 /* ILightSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ILightSceneNode.h; path = ../../include/ILightSceneNode.h; sourceTree = ""; }; - 5E34C7371B7F4AFC00F212E8 /* ILogger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ILogger.h; path = ../../include/ILogger.h; sourceTree = ""; }; - 5E34C7381B7F4AFC00F212E8 /* IMaterialRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMaterialRenderer.h; path = ../../include/IMaterialRenderer.h; sourceTree = ""; }; - 5E34C7391B7F4AFC00F212E8 /* IMaterialRendererServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMaterialRendererServices.h; path = ../../include/IMaterialRendererServices.h; sourceTree = ""; }; - 5E34C73A1B7F4AFC00F212E8 /* IMesh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMesh.h; path = ../../include/IMesh.h; sourceTree = ""; }; - 5E34C73B1B7F4AFC00F212E8 /* IMeshBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMeshBuffer.h; path = ../../include/IMeshBuffer.h; sourceTree = ""; }; - 5E34C73C1B7F4AFC00F212E8 /* IMeshCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMeshCache.h; path = ../../include/IMeshCache.h; sourceTree = ""; }; - 5E34C73D1B7F4AFC00F212E8 /* IMeshLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMeshLoader.h; path = ../../include/IMeshLoader.h; sourceTree = ""; }; - 5E34C73E1B7F4AFC00F212E8 /* IMeshManipulator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMeshManipulator.h; path = ../../include/IMeshManipulator.h; sourceTree = ""; }; - 5E34C73F1B7F4AFC00F212E8 /* IMeshSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMeshSceneNode.h; path = ../../include/IMeshSceneNode.h; sourceTree = ""; }; - 5E34C7401B7F4AFC00F212E8 /* IMeshTextureLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMeshTextureLoader.h; path = ../../include/IMeshTextureLoader.h; sourceTree = ""; }; - 5E34C7411B7F4AFC00F212E8 /* IMeshWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMeshWriter.h; path = ../../include/IMeshWriter.h; sourceTree = ""; }; - 5E34C7421B7F4AFC00F212E8 /* IMetaTriangleSelector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IMetaTriangleSelector.h; path = ../../include/IMetaTriangleSelector.h; sourceTree = ""; }; - 5E34C7431B7F4AFC00F212E8 /* IOSOperator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IOSOperator.h; path = ../../include/IOSOperator.h; sourceTree = ""; }; - 5E34C7441B7F4AFC00F212E8 /* IParticleAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleAffector.h; path = ../../include/IParticleAffector.h; sourceTree = ""; }; - 5E34C7451B7F4AFC00F212E8 /* IParticleAnimatedMeshSceneNodeEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleAnimatedMeshSceneNodeEmitter.h; path = ../../include/IParticleAnimatedMeshSceneNodeEmitter.h; sourceTree = ""; }; - 5E34C7461B7F4AFC00F212E8 /* IParticleAttractionAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleAttractionAffector.h; path = ../../include/IParticleAttractionAffector.h; sourceTree = ""; }; - 5E34C7471B7F4AFC00F212E8 /* IParticleBoxEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleBoxEmitter.h; path = ../../include/IParticleBoxEmitter.h; sourceTree = ""; }; - 5E34C7481B7F4AFC00F212E8 /* IParticleCylinderEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleCylinderEmitter.h; path = ../../include/IParticleCylinderEmitter.h; sourceTree = ""; }; - 5E34C7491B7F4AFC00F212E8 /* IParticleEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleEmitter.h; path = ../../include/IParticleEmitter.h; sourceTree = ""; }; - 5E34C74A1B7F4AFC00F212E8 /* IParticleFadeOutAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleFadeOutAffector.h; path = ../../include/IParticleFadeOutAffector.h; sourceTree = ""; }; - 5E34C74B1B7F4AFC00F212E8 /* IParticleGravityAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleGravityAffector.h; path = ../../include/IParticleGravityAffector.h; sourceTree = ""; }; - 5E34C74C1B7F4AFC00F212E8 /* IParticleMeshEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleMeshEmitter.h; path = ../../include/IParticleMeshEmitter.h; sourceTree = ""; }; - 5E34C74D1B7F4AFC00F212E8 /* IParticleRingEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleRingEmitter.h; path = ../../include/IParticleRingEmitter.h; sourceTree = ""; }; - 5E34C74E1B7F4AFC00F212E8 /* IParticleRotationAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleRotationAffector.h; path = ../../include/IParticleRotationAffector.h; sourceTree = ""; }; - 5E34C74F1B7F4AFC00F212E8 /* IParticleSphereEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleSphereEmitter.h; path = ../../include/IParticleSphereEmitter.h; sourceTree = ""; }; - 5E34C7501B7F4AFC00F212E8 /* IParticleSystemSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IParticleSystemSceneNode.h; path = ../../include/IParticleSystemSceneNode.h; sourceTree = ""; }; - 5E34C7511B7F4AFC00F212E8 /* IProfiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IProfiler.h; path = ../../include/IProfiler.h; sourceTree = ""; }; - 5E34C7521B7F4AFC00F212E8 /* IQ3LevelMesh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IQ3LevelMesh.h; path = ../../include/IQ3LevelMesh.h; sourceTree = ""; }; - 5E34C7531B7F4AFC00F212E8 /* IQ3Shader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IQ3Shader.h; path = ../../include/IQ3Shader.h; sourceTree = ""; }; - 5E34C7541B7F4AFC00F212E8 /* IRandomizer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IRandomizer.h; path = ../../include/IRandomizer.h; sourceTree = ""; }; - 5E34C7551B7F4AFC00F212E8 /* IReadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IReadFile.h; path = ../../include/IReadFile.h; sourceTree = ""; }; - 5E34C7561B7F4AFC00F212E8 /* IReferenceCounted.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IReferenceCounted.h; path = ../../include/IReferenceCounted.h; sourceTree = ""; }; - 5E34C7571B7F4AFC00F212E8 /* irrAllocator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrAllocator.h; path = ../../include/irrAllocator.h; sourceTree = ""; }; - 5E34C7581B7F4AFC00F212E8 /* irrArray.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrArray.h; path = ../../include/irrArray.h; sourceTree = ""; }; - 5E34C7591B7F4AFC00F212E8 /* IrrCompileConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IrrCompileConfig.h; path = ../../include/IrrCompileConfig.h; sourceTree = ""; }; - 5E34C75A1B7F4AFC00F212E8 /* irrlicht.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrlicht.h; path = ../../include/irrlicht.h; sourceTree = ""; }; - 5E34C75B1B7F4AFC00F212E8 /* IrrlichtDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IrrlichtDevice.h; path = ../../include/IrrlichtDevice.h; sourceTree = ""; }; - 5E34C75C1B7F4AFC00F212E8 /* irrList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrList.h; path = ../../include/irrList.h; sourceTree = ""; }; - 5E34C75D1B7F4AFC00F212E8 /* irrMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrMap.h; path = ../../include/irrMap.h; sourceTree = ""; }; - 5E34C75E1B7F4AFC00F212E8 /* irrMath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrMath.h; path = ../../include/irrMath.h; sourceTree = ""; }; - 5E34C75F1B7F4AFC00F212E8 /* irrpack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrpack.h; path = ../../include/irrpack.h; sourceTree = ""; }; - 5E34C7601B7F4AFC00F212E8 /* irrString.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrString.h; path = ../../include/irrString.h; sourceTree = ""; }; - 5E34C7611B7F4AFC00F212E8 /* irrTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrTypes.h; path = ../../include/irrTypes.h; sourceTree = ""; }; - 5E34C7621B7F4AFC00F212E8 /* irrunpack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrunpack.h; path = ../../include/irrunpack.h; sourceTree = ""; }; - 5E34C7631B7F4AFC00F212E8 /* irrXML.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = irrXML.h; path = ../../include/irrXML.h; sourceTree = ""; }; - 5E34C7641B7F4AFC00F212E8 /* ISceneCollisionManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneCollisionManager.h; path = ../../include/ISceneCollisionManager.h; sourceTree = ""; }; - 5E34C7651B7F4AFC00F212E8 /* ISceneLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneLoader.h; path = ../../include/ISceneLoader.h; sourceTree = ""; }; - 5E34C7661B7F4AFC00F212E8 /* ISceneManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneManager.h; path = ../../include/ISceneManager.h; sourceTree = ""; }; - 5E34C7671B7F4AFC00F212E8 /* ISceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneNode.h; path = ../../include/ISceneNode.h; sourceTree = ""; }; - 5E34C7681B7F4AFC00F212E8 /* ISceneNodeAnimator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneNodeAnimator.h; path = ../../include/ISceneNodeAnimator.h; sourceTree = ""; }; - 5E34C7691B7F4AFC00F212E8 /* ISceneNodeAnimatorCameraFPS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneNodeAnimatorCameraFPS.h; path = ../../include/ISceneNodeAnimatorCameraFPS.h; sourceTree = ""; }; - 5E34C76A1B7F4AFC00F212E8 /* ISceneNodeAnimatorCameraMaya.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneNodeAnimatorCameraMaya.h; path = ../../include/ISceneNodeAnimatorCameraMaya.h; sourceTree = ""; }; - 5E34C76B1B7F4AFC00F212E8 /* ISceneNodeAnimatorCollisionResponse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneNodeAnimatorCollisionResponse.h; path = ../../include/ISceneNodeAnimatorCollisionResponse.h; sourceTree = ""; }; - 5E34C76C1B7F4AFC00F212E8 /* ISceneNodeAnimatorFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneNodeAnimatorFactory.h; path = ../../include/ISceneNodeAnimatorFactory.h; sourceTree = ""; }; - 5E34C76D1B7F4AFC00F212E8 /* ISceneNodeFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneNodeFactory.h; path = ../../include/ISceneNodeFactory.h; sourceTree = ""; }; - 5E34C76E1B7F4AFC00F212E8 /* ISceneUserDataSerializer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISceneUserDataSerializer.h; path = ../../include/ISceneUserDataSerializer.h; sourceTree = ""; }; - 5E34C76F1B7F4AFC00F212E8 /* IShaderConstantSetCallBack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IShaderConstantSetCallBack.h; path = ../../include/IShaderConstantSetCallBack.h; sourceTree = ""; }; - 5E34C7701B7F4AFC00F212E8 /* IShadowVolumeSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IShadowVolumeSceneNode.h; path = ../../include/IShadowVolumeSceneNode.h; sourceTree = ""; }; - 5E34C7711B7F4AFC00F212E8 /* ISkinnedMesh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ISkinnedMesh.h; path = ../../include/ISkinnedMesh.h; sourceTree = ""; }; - 5E34C7721B7F4AFC00F212E8 /* ITerrainSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ITerrainSceneNode.h; path = ../../include/ITerrainSceneNode.h; sourceTree = ""; }; - 5E34C7731B7F4AFC00F212E8 /* ITextSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ITextSceneNode.h; path = ../../include/ITextSceneNode.h; sourceTree = ""; }; - 5E34C7741B7F4AFC00F212E8 /* ITexture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ITexture.h; path = ../../include/ITexture.h; sourceTree = ""; }; - 5E34C7751B7F4AFC00F212E8 /* ITimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ITimer.h; path = ../../include/ITimer.h; sourceTree = ""; }; - 5E34C7761B7F4AFC00F212E8 /* ITriangleSelector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ITriangleSelector.h; path = ../../include/ITriangleSelector.h; sourceTree = ""; }; - 5E34C7771B7F4AFC00F212E8 /* IVertexBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IVertexBuffer.h; path = ../../include/IVertexBuffer.h; sourceTree = ""; }; - 5E34C7781B7F4AFC00F212E8 /* IVideoDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IVideoDriver.h; path = ../../include/IVideoDriver.h; sourceTree = ""; }; - 5E34C7791B7F4AFC00F212E8 /* IVideoModeList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IVideoModeList.h; path = ../../include/IVideoModeList.h; sourceTree = ""; }; - 5E34C77A1B7F4AFC00F212E8 /* IVolumeLightSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IVolumeLightSceneNode.h; path = ../../include/IVolumeLightSceneNode.h; sourceTree = ""; }; - 5E34C77B1B7F4AFC00F212E8 /* IWriteFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IWriteFile.h; path = ../../include/IWriteFile.h; sourceTree = ""; }; - 5E34C77C1B7F4AFC00F212E8 /* IXMLReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IXMLReader.h; path = ../../include/IXMLReader.h; sourceTree = ""; }; - 5E34C77D1B7F4AFC00F212E8 /* IXMLWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IXMLWriter.h; path = ../../include/IXMLWriter.h; sourceTree = ""; }; - 5E34C77E1B7F4AFC00F212E8 /* Keycodes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Keycodes.h; path = ../../include/Keycodes.h; sourceTree = ""; }; - 5E34C77F1B7F4AFC00F212E8 /* leakHunter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = leakHunter.h; path = ../../include/leakHunter.h; sourceTree = ""; }; - 5E34C7801B7F4AFC00F212E8 /* line2d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = line2d.h; path = ../../include/line2d.h; sourceTree = ""; }; - 5E34C7811B7F4AFC00F212E8 /* line3d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = line3d.h; path = ../../include/line3d.h; sourceTree = ""; }; - 5E34C7821B7F4AFC00F212E8 /* matrix4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = matrix4.h; path = ../../include/matrix4.h; sourceTree = ""; }; - 5E34C7831B7F4AFC00F212E8 /* path.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = path.h; path = ../../include/path.h; sourceTree = ""; }; - 5E34C7841B7F4AFC00F212E8 /* plane3d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = plane3d.h; path = ../../include/plane3d.h; sourceTree = ""; }; - 5E34C7851B7F4AFC00F212E8 /* position2d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = position2d.h; path = ../../include/position2d.h; sourceTree = ""; }; - 5E34C7861B7F4AFC00F212E8 /* quaternion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = quaternion.h; path = ../../include/quaternion.h; sourceTree = ""; }; - 5E34C7871B7F4AFC00F212E8 /* rect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = rect.h; path = ../../include/rect.h; sourceTree = ""; }; - 5E34C7881B7F4AFC00F212E8 /* S3DVertex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = S3DVertex.h; path = ../../include/S3DVertex.h; sourceTree = ""; }; - 5E34C7891B7F4AFC00F212E8 /* SAnimatedMesh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SAnimatedMesh.h; path = ../../include/SAnimatedMesh.h; sourceTree = ""; }; - 5E34C78A1B7F4AFC00F212E8 /* SceneParameters.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SceneParameters.h; path = ../../include/SceneParameters.h; sourceTree = ""; }; - 5E34C78B1B7F4AFC00F212E8 /* SColor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SColor.h; path = ../../include/SColor.h; sourceTree = ""; }; - 5E34C78C1B7F4AFC00F212E8 /* SExposedVideoData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SExposedVideoData.h; path = ../../include/SExposedVideoData.h; sourceTree = ""; }; - 5E34C78D1B7F4AFC00F212E8 /* SIrrCreationParameters.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SIrrCreationParameters.h; path = ../../include/SIrrCreationParameters.h; sourceTree = ""; }; - 5E34C78E1B7F4AFC00F212E8 /* SKeyMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SKeyMap.h; path = ../../include/SKeyMap.h; sourceTree = ""; }; - 5E34C78F1B7F4AFC00F212E8 /* SLight.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SLight.h; path = ../../include/SLight.h; sourceTree = ""; }; - 5E34C7901B7F4AFC00F212E8 /* SMaterial.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SMaterial.h; path = ../../include/SMaterial.h; sourceTree = ""; }; - 5E34C7911B7F4AFC00F212E8 /* SMaterialLayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SMaterialLayer.h; path = ../../include/SMaterialLayer.h; sourceTree = ""; }; - 5E34C7921B7F4AFC00F212E8 /* SMesh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SMesh.h; path = ../../include/SMesh.h; sourceTree = ""; }; - 5E34C7931B7F4AFC00F212E8 /* SMeshBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SMeshBuffer.h; path = ../../include/SMeshBuffer.h; sourceTree = ""; }; - 5E34C7941B7F4AFC00F212E8 /* SMeshBufferLightMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SMeshBufferLightMap.h; path = ../../include/SMeshBufferLightMap.h; sourceTree = ""; }; - 5E34C7951B7F4AFC00F212E8 /* SMeshBufferTangents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SMeshBufferTangents.h; path = ../../include/SMeshBufferTangents.h; sourceTree = ""; }; - 5E34C7961B7F4AFC00F212E8 /* SParticle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SParticle.h; path = ../../include/SParticle.h; sourceTree = ""; }; - 5E34C7971B7F4AFC00F212E8 /* SSharedMeshBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SSharedMeshBuffer.h; path = ../../include/SSharedMeshBuffer.h; sourceTree = ""; }; - 5E34C7981B7F4AFC00F212E8 /* SSkinMeshBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SSkinMeshBuffer.h; path = ../../include/SSkinMeshBuffer.h; sourceTree = ""; }; - 5E34C7991B7F4AFC00F212E8 /* SVertexIndex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SVertexIndex.h; path = ../../include/SVertexIndex.h; sourceTree = ""; }; - 5E34C79A1B7F4AFC00F212E8 /* SVertexManipulator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SVertexManipulator.h; path = ../../include/SVertexManipulator.h; sourceTree = ""; }; - 5E34C79B1B7F4AFC00F212E8 /* SViewFrustum.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SViewFrustum.h; path = ../../include/SViewFrustum.h; sourceTree = ""; }; - 5E34C79C1B7F4AFC00F212E8 /* triangle3d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = triangle3d.h; path = ../../include/triangle3d.h; sourceTree = ""; }; - 5E34C79D1B7F4AFC00F212E8 /* vector2d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = vector2d.h; path = ../../include/vector2d.h; sourceTree = ""; }; - 5E34C79E1B7F4AFC00F212E8 /* vector3d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = vector3d.h; path = ../../include/vector3d.h; sourceTree = ""; }; - 5E34C7A91B7F50A900F212E8 /* CGUIButton.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIButton.cpp; sourceTree = ""; }; - 5E34C7AA1B7F50A900F212E8 /* CGUIButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIButton.h; sourceTree = ""; }; - 5E34C7AB1B7F50A900F212E8 /* CGUICheckBox.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUICheckBox.cpp; sourceTree = ""; }; - 5E34C7AC1B7F50A900F212E8 /* CGUICheckBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUICheckBox.h; sourceTree = ""; }; - 5E34C7AD1B7F50A900F212E8 /* CGUIColorSelectDialog.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIColorSelectDialog.cpp; sourceTree = ""; }; - 5E34C7AE1B7F50A900F212E8 /* CGUIColorSelectDialog.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIColorSelectDialog.h; sourceTree = ""; }; - 5E34C7AF1B7F50A900F212E8 /* CGUIComboBox.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIComboBox.cpp; sourceTree = ""; }; - 5E34C7B01B7F50A900F212E8 /* CGUIComboBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIComboBox.h; sourceTree = ""; }; - 5E34C7B11B7F50A900F212E8 /* CGUIContextMenu.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIContextMenu.cpp; sourceTree = ""; }; - 5E34C7B21B7F50A900F212E8 /* CGUIContextMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIContextMenu.h; sourceTree = ""; }; - 5E34C7B31B7F50A900F212E8 /* CGUIEditBox.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIEditBox.cpp; sourceTree = ""; }; - 5E34C7B41B7F50A900F212E8 /* CGUIEditBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIEditBox.h; sourceTree = ""; }; - 5E34C7B51B7F50A900F212E8 /* CGUIEnvironment.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIEnvironment.cpp; sourceTree = ""; }; - 5E34C7B61B7F50A900F212E8 /* CGUIEnvironment.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIEnvironment.h; sourceTree = ""; }; - 5E34C7B71B7F50A900F212E8 /* CGUIFileOpenDialog.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIFileOpenDialog.cpp; sourceTree = ""; }; - 5E34C7B81B7F50A900F212E8 /* CGUIFileOpenDialog.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIFileOpenDialog.h; sourceTree = ""; }; - 5E34C7B91B7F50A900F212E8 /* CGUIFont.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIFont.cpp; sourceTree = ""; }; - 5E34C7BA1B7F50A900F212E8 /* CGUIFont.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIFont.h; sourceTree = ""; }; - 5E34C7BB1B7F50A900F212E8 /* CGUIImage.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIImage.cpp; sourceTree = ""; }; - 5E34C7BC1B7F50A900F212E8 /* CGUIImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIImage.h; sourceTree = ""; }; - 5E34C7BD1B7F50A900F212E8 /* CGUIImageList.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIImageList.cpp; sourceTree = ""; }; - 5E34C7BE1B7F50A900F212E8 /* CGUIImageList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIImageList.h; sourceTree = ""; }; - 5E34C7BF1B7F50A900F212E8 /* CGUIInOutFader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIInOutFader.cpp; sourceTree = ""; }; - 5E34C7C01B7F50A900F212E8 /* CGUIInOutFader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIInOutFader.h; sourceTree = ""; }; - 5E34C7C11B7F50A900F212E8 /* CGUIListBox.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIListBox.cpp; sourceTree = ""; }; - 5E34C7C21B7F50A900F212E8 /* CGUIListBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIListBox.h; sourceTree = ""; }; - 5E34C7C31B7F50A900F212E8 /* CGUIMenu.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIMenu.cpp; sourceTree = ""; }; - 5E34C7C41B7F50A900F212E8 /* CGUIMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIMenu.h; sourceTree = ""; }; - 5E34C7C51B7F50A900F212E8 /* CGUIMeshViewer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIMeshViewer.cpp; sourceTree = ""; }; - 5E34C7C61B7F50A900F212E8 /* CGUIMeshViewer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIMeshViewer.h; sourceTree = ""; }; - 5E34C7C71B7F50A900F212E8 /* CGUIMessageBox.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIMessageBox.cpp; sourceTree = ""; }; - 5E34C7C81B7F50A900F212E8 /* CGUIMessageBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIMessageBox.h; sourceTree = ""; }; - 5E34C7C91B7F50A900F212E8 /* CGUIModalScreen.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIModalScreen.cpp; sourceTree = ""; }; - 5E34C7CA1B7F50A900F212E8 /* CGUIModalScreen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIModalScreen.h; sourceTree = ""; }; - 5E34C7CB1B7F50A900F212E8 /* CGUIProfiler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIProfiler.cpp; sourceTree = ""; }; - 5E34C7CC1B7F50A900F212E8 /* CGUIProfiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIProfiler.h; sourceTree = ""; }; - 5E34C7CD1B7F50A900F212E8 /* CGUIScrollBar.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIScrollBar.cpp; sourceTree = ""; }; - 5E34C7CE1B7F50A900F212E8 /* CGUIScrollBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIScrollBar.h; sourceTree = ""; }; - 5E34C7CF1B7F50A900F212E8 /* CGUISkin.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUISkin.cpp; sourceTree = ""; }; - 5E34C7D01B7F50A900F212E8 /* CGUISkin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUISkin.h; sourceTree = ""; }; - 5E34C7D11B7F50A900F212E8 /* CGUISpinBox.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUISpinBox.cpp; sourceTree = ""; }; - 5E34C7D21B7F50A900F212E8 /* CGUISpinBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUISpinBox.h; sourceTree = ""; }; - 5E34C7D31B7F50A900F212E8 /* CGUISpriteBank.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUISpriteBank.cpp; sourceTree = ""; }; - 5E34C7D41B7F50A900F212E8 /* CGUISpriteBank.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUISpriteBank.h; sourceTree = ""; }; - 5E34C7D51B7F50A900F212E8 /* CGUIStaticText.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIStaticText.cpp; sourceTree = ""; }; - 5E34C7D61B7F50A900F212E8 /* CGUIStaticText.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIStaticText.h; sourceTree = ""; }; - 5E34C7D71B7F50A900F212E8 /* CGUITabControl.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUITabControl.cpp; sourceTree = ""; }; - 5E34C7D81B7F50A900F212E8 /* CGUITabControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUITabControl.h; sourceTree = ""; }; - 5E34C7D91B7F50A900F212E8 /* CGUITable.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUITable.cpp; sourceTree = ""; }; - 5E34C7DA1B7F50A900F212E8 /* CGUITable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUITable.h; sourceTree = ""; }; - 5E34C7DB1B7F50A900F212E8 /* CGUIToolBar.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIToolBar.cpp; sourceTree = ""; }; - 5E34C7DC1B7F50A900F212E8 /* CGUIToolBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIToolBar.h; sourceTree = ""; }; - 5E34C7DD1B7F50A900F212E8 /* CGUITreeView.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUITreeView.cpp; sourceTree = ""; }; - 5E34C7DE1B7F50A900F212E8 /* CGUITreeView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUITreeView.h; sourceTree = ""; }; - 5E34C7DF1B7F50A900F212E8 /* CGUIWindow.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGUIWindow.cpp; sourceTree = ""; }; - 5E34C7E01B7F50A900F212E8 /* CGUIWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGUIWindow.h; sourceTree = ""; }; - 5E34C7E11B7F50DE00F212E8 /* BuiltInFont.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BuiltInFont.h; sourceTree = ""; }; - 5E34C7E21B7F50DE00F212E8 /* CDefaultGUIElementFactory.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CDefaultGUIElementFactory.cpp; sourceTree = ""; }; - 5E34C7E31B7F50DE00F212E8 /* CDefaultGUIElementFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CDefaultGUIElementFactory.h; sourceTree = ""; }; - 5E34C7E41B7F517000F212E8 /* CAttributeImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CAttributeImpl.h; sourceTree = ""; }; - 5E34C7E51B7F517000F212E8 /* CAttributes.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CAttributes.cpp; sourceTree = ""; }; - 5E34C7E61B7F517000F212E8 /* CAttributes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CAttributes.h; sourceTree = ""; }; - 5E34C7E71B7F517000F212E8 /* CFileList.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CFileList.cpp; sourceTree = ""; }; - 5E34C7E81B7F517000F212E8 /* CFileList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFileList.h; sourceTree = ""; }; - 5E34C7E91B7F517000F212E8 /* CFileSystem.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CFileSystem.cpp; sourceTree = ""; }; - 5E34C7EA1B7F517000F212E8 /* CFileSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFileSystem.h; sourceTree = ""; }; - 5E34C7EB1B7F517000F212E8 /* CLimitReadFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CLimitReadFile.cpp; sourceTree = ""; }; - 5E34C7EC1B7F517000F212E8 /* CLimitReadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CLimitReadFile.h; sourceTree = ""; }; - 5E34C7ED1B7F517000F212E8 /* CMemoryFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMemoryFile.cpp; sourceTree = ""; }; - 5E34C7EE1B7F517000F212E8 /* CMemoryFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMemoryFile.h; sourceTree = ""; }; - 5E34C7EF1B7F517000F212E8 /* CMountPointReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMountPointReader.cpp; sourceTree = ""; }; - 5E34C7F01B7F517000F212E8 /* CMountPointReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMountPointReader.h; sourceTree = ""; }; - 5E34C7F11B7F517000F212E8 /* CNPKReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CNPKReader.cpp; sourceTree = ""; }; - 5E34C7F21B7F517000F212E8 /* CNPKReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNPKReader.h; sourceTree = ""; }; - 5E34C7F31B7F517000F212E8 /* CPakReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CPakReader.cpp; sourceTree = ""; }; - 5E34C7F41B7F517000F212E8 /* CPakReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPakReader.h; sourceTree = ""; }; - 5E34C7F51B7F51D900F212E8 /* CReadFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CReadFile.cpp; sourceTree = ""; }; - 5E34C7F61B7F51D900F212E8 /* CReadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CReadFile.h; sourceTree = ""; }; - 5E34C7F71B7F51D900F212E8 /* CTarReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTarReader.cpp; sourceTree = ""; }; - 5E34C7F81B7F51D900F212E8 /* CTarReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTarReader.h; sourceTree = ""; }; - 5E34C7F91B7F51D900F212E8 /* CWADReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CWADReader.cpp; sourceTree = ""; }; - 5E34C7FA1B7F51D900F212E8 /* CWADReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CWADReader.h; sourceTree = ""; }; - 5E34C7FB1B7F51D900F212E8 /* CWriteFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CWriteFile.cpp; sourceTree = ""; }; - 5E34C7FC1B7F51D900F212E8 /* CWriteFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CWriteFile.h; sourceTree = ""; }; - 5E34C7FD1B7F51D900F212E8 /* CXMLReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CXMLReader.cpp; sourceTree = ""; }; - 5E34C7FE1B7F51D900F212E8 /* CXMLReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CXMLReader.h; sourceTree = ""; }; - 5E34C7FF1B7F51D900F212E8 /* CXMLReaderImpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CXMLReaderImpl.h; sourceTree = ""; }; - 5E34C8001B7F51D900F212E8 /* CXMLWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CXMLWriter.cpp; sourceTree = ""; }; - 5E34C8011B7F51D900F212E8 /* CXMLWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CXMLWriter.h; sourceTree = ""; }; - 5E34C8021B7F51D900F212E8 /* CZipReader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CZipReader.cpp; sourceTree = ""; }; - 5E34C8031B7F51D900F212E8 /* CZipReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CZipReader.h; sourceTree = ""; }; - 5E34C8041B7F51D900F212E8 /* IAttribute.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IAttribute.h; sourceTree = ""; }; - 5E34C8051B7F51D900F212E8 /* irrXML.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = irrXML.cpp; sourceTree = ""; }; - 5E34C80D1B7F52AC00F212E8 /* CIrrDeviceStub.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CIrrDeviceStub.cpp; sourceTree = ""; }; - 5E34C80E1B7F52AC00F212E8 /* CIrrDeviceStub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CIrrDeviceStub.h; sourceTree = ""; }; - 5E34C8131B7F535C00F212E8 /* CIrrDeviceOSX.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CIrrDeviceOSX.h; sourceTree = ""; }; - 5E34C8141B7F535C00F212E8 /* CIrrDeviceOSX.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = CIrrDeviceOSX.mm; sourceTree = ""; }; - 5E34C8151B7F540B00F212E8 /* aes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = aes.h; path = aesGladman/aes.h; sourceTree = ""; }; - 5E34C8161B7F540B00F212E8 /* aescrypt.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = aescrypt.cpp; path = aesGladman/aescrypt.cpp; sourceTree = ""; }; - 5E34C8171B7F540B00F212E8 /* aeskey.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = aeskey.cpp; path = aesGladman/aeskey.cpp; sourceTree = ""; }; - 5E34C8181B7F540B00F212E8 /* aesopt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = aesopt.h; path = aesGladman/aesopt.h; sourceTree = ""; }; - 5E34C8191B7F540B00F212E8 /* aestab.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = aestab.cpp; path = aesGladman/aestab.cpp; sourceTree = ""; }; - 5E34C81A1B7F540B00F212E8 /* fileenc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = fileenc.cpp; path = aesGladman/fileenc.cpp; sourceTree = ""; }; - 5E34C81B1B7F540B00F212E8 /* fileenc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = fileenc.h; path = aesGladman/fileenc.h; sourceTree = ""; }; - 5E34C81C1B7F540B00F212E8 /* hmac.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = hmac.cpp; path = aesGladman/hmac.cpp; sourceTree = ""; }; - 5E34C81D1B7F540B00F212E8 /* hmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = aesGladman/hmac.h; sourceTree = ""; }; - 5E34C81E1B7F540B00F212E8 /* prng.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = prng.cpp; path = aesGladman/prng.cpp; sourceTree = ""; }; - 5E34C81F1B7F540B00F212E8 /* prng.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = prng.h; path = aesGladman/prng.h; sourceTree = ""; }; - 5E34C8201B7F540B00F212E8 /* pwd2key.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = pwd2key.cpp; path = aesGladman/pwd2key.cpp; sourceTree = ""; }; - 5E34C8211B7F540B00F212E8 /* pwd2key.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = pwd2key.h; path = aesGladman/pwd2key.h; sourceTree = ""; }; - 5E34C8221B7F540B00F212E8 /* sha1.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sha1.cpp; path = aesGladman/sha1.cpp; sourceTree = ""; }; - 5E34C8231B7F540B00F212E8 /* sha1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = sha1.h; path = aesGladman/sha1.h; sourceTree = ""; }; - 5E34C8241B7F540B00F212E8 /* sha2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sha2.cpp; path = aesGladman/sha2.cpp; sourceTree = ""; }; - 5E34C8251B7F540B00F212E8 /* sha2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = sha2.h; path = aesGladman/sha2.h; sourceTree = ""; }; - 5E34C8261B7F54FE00F212E8 /* blocksort.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = blocksort.c; path = bzip2/blocksort.c; sourceTree = ""; }; - 5E34C8271B7F54FE00F212E8 /* bzcompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = bzcompress.c; path = bzip2/bzcompress.c; sourceTree = ""; }; - 5E34C8281B7F54FE00F212E8 /* bzlib_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = bzlib_private.h; path = bzip2/bzlib_private.h; sourceTree = ""; }; - 5E34C8291B7F54FE00F212E8 /* bzlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = bzlib.c; path = bzip2/bzlib.c; sourceTree = ""; }; - 5E34C82A1B7F54FE00F212E8 /* bzlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = bzlib.h; path = bzip2/bzlib.h; sourceTree = ""; }; - 5E34C82B1B7F54FE00F212E8 /* crctable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = crctable.c; path = bzip2/crctable.c; sourceTree = ""; }; - 5E34C82C1B7F54FE00F212E8 /* decompress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = decompress.c; path = bzip2/decompress.c; sourceTree = ""; }; - 5E34C82D1B7F54FE00F212E8 /* huffman.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = huffman.c; path = bzip2/huffman.c; sourceTree = ""; }; - 5E34C82E1B7F54FE00F212E8 /* randtable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = randtable.c; path = bzip2/randtable.c; sourceTree = ""; }; - 5E34C8311B7F561400F212E8 /* cderror.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cderror.h; path = jpeglib/cderror.h; sourceTree = ""; }; - 5E34C8321B7F561400F212E8 /* jaricom.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jaricom.c; path = jpeglib/jaricom.c; sourceTree = ""; }; - 5E34C8331B7F561400F212E8 /* jcapimin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcapimin.c; path = jpeglib/jcapimin.c; sourceTree = ""; }; - 5E34C8341B7F561400F212E8 /* jcapistd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcapistd.c; path = jpeglib/jcapistd.c; sourceTree = ""; }; - 5E34C8351B7F561400F212E8 /* jcarith.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcarith.c; path = jpeglib/jcarith.c; sourceTree = ""; }; - 5E34C8361B7F561400F212E8 /* jccoefct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jccoefct.c; path = jpeglib/jccoefct.c; sourceTree = ""; }; - 5E34C8371B7F561400F212E8 /* jccolor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jccolor.c; path = jpeglib/jccolor.c; sourceTree = ""; }; - 5E34C8381B7F561400F212E8 /* jcdctmgr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcdctmgr.c; path = jpeglib/jcdctmgr.c; sourceTree = ""; }; - 5E34C8391B7F561400F212E8 /* jchuff.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jchuff.c; path = jpeglib/jchuff.c; sourceTree = ""; }; - 5E34C83A1B7F561400F212E8 /* jcinit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcinit.c; path = jpeglib/jcinit.c; sourceTree = ""; }; - 5E34C83B1B7F561400F212E8 /* jcmainct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcmainct.c; path = jpeglib/jcmainct.c; sourceTree = ""; }; - 5E34C83C1B7F561400F212E8 /* jcmarker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcmarker.c; path = jpeglib/jcmarker.c; sourceTree = ""; }; - 5E34C83D1B7F561400F212E8 /* jcmaster.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcmaster.c; path = jpeglib/jcmaster.c; sourceTree = ""; }; - 5E34C83E1B7F561400F212E8 /* jcomapi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcomapi.c; path = jpeglib/jcomapi.c; sourceTree = ""; }; - 5E34C83F1B7F561400F212E8 /* jconfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jconfig.h; path = jpeglib/jconfig.h; sourceTree = ""; }; - 5E34C8401B7F561400F212E8 /* jcparam.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcparam.c; path = jpeglib/jcparam.c; sourceTree = ""; }; - 5E34C8411B7F561400F212E8 /* jcprepct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcprepct.c; path = jpeglib/jcprepct.c; sourceTree = ""; }; - 5E34C8421B7F561400F212E8 /* jcsample.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcsample.c; path = jpeglib/jcsample.c; sourceTree = ""; }; - 5E34C8431B7F561400F212E8 /* jctrans.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jctrans.c; path = jpeglib/jctrans.c; sourceTree = ""; }; - 5E34C8441B7F561400F212E8 /* jdapimin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdapimin.c; path = jpeglib/jdapimin.c; sourceTree = ""; }; - 5E34C8451B7F561400F212E8 /* jdapistd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdapistd.c; path = jpeglib/jdapistd.c; sourceTree = ""; }; - 5E34C8461B7F561400F212E8 /* jdarith.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdarith.c; path = jpeglib/jdarith.c; sourceTree = ""; }; - 5E34C8471B7F561400F212E8 /* jdatadst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdatadst.c; path = jpeglib/jdatadst.c; sourceTree = ""; }; - 5E34C8481B7F561400F212E8 /* jdatasrc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdatasrc.c; path = jpeglib/jdatasrc.c; sourceTree = ""; }; - 5E34C8491B7F561400F212E8 /* jdcoefct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdcoefct.c; path = jpeglib/jdcoefct.c; sourceTree = ""; }; - 5E34C84A1B7F561400F212E8 /* jdcolor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdcolor.c; path = jpeglib/jdcolor.c; sourceTree = ""; }; - 5E34C84B1B7F561400F212E8 /* jdct.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jdct.h; path = jpeglib/jdct.h; sourceTree = ""; }; - 5E34C84C1B7F561400F212E8 /* jddctmgr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jddctmgr.c; path = jpeglib/jddctmgr.c; sourceTree = ""; }; - 5E34C84D1B7F561400F212E8 /* jdhuff.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdhuff.c; path = jpeglib/jdhuff.c; sourceTree = ""; }; - 5E34C84E1B7F561400F212E8 /* jdinput.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdinput.c; path = jpeglib/jdinput.c; sourceTree = ""; }; - 5E34C84F1B7F561400F212E8 /* jdmainct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdmainct.c; path = jpeglib/jdmainct.c; sourceTree = ""; }; - 5E34C8501B7F561400F212E8 /* jdmarker.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdmarker.c; path = jpeglib/jdmarker.c; sourceTree = ""; }; - 5E34C8511B7F561400F212E8 /* jdmaster.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdmaster.c; path = jpeglib/jdmaster.c; sourceTree = ""; }; - 5E34C8521B7F561400F212E8 /* jdmerge.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdmerge.c; path = jpeglib/jdmerge.c; sourceTree = ""; }; - 5E34C8531B7F561400F212E8 /* jdpostct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdpostct.c; path = jpeglib/jdpostct.c; sourceTree = ""; }; - 5E34C8541B7F561400F212E8 /* jdsample.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdsample.c; path = jpeglib/jdsample.c; sourceTree = ""; }; - 5E34C8551B7F561400F212E8 /* jdtrans.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jdtrans.c; path = jpeglib/jdtrans.c; sourceTree = ""; }; - 5E34C8561B7F561400F212E8 /* jerror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jerror.c; path = jpeglib/jerror.c; sourceTree = ""; }; - 5E34C8571B7F561400F212E8 /* jerror.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jerror.h; path = jpeglib/jerror.h; sourceTree = ""; }; - 5E34C8581B7F568200F212E8 /* jfdctflt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jfdctflt.c; path = jpeglib/jfdctflt.c; sourceTree = ""; }; - 5E34C8591B7F568200F212E8 /* jfdctfst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jfdctfst.c; path = jpeglib/jfdctfst.c; sourceTree = ""; }; - 5E34C85A1B7F568200F212E8 /* jfdctint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jfdctint.c; path = jpeglib/jfdctint.c; sourceTree = ""; }; - 5E34C85B1B7F568200F212E8 /* jidctflt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jidctflt.c; path = jpeglib/jidctflt.c; sourceTree = ""; }; - 5E34C85C1B7F568200F212E8 /* jidctfst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jidctfst.c; path = jpeglib/jidctfst.c; sourceTree = ""; }; - 5E34C85D1B7F568200F212E8 /* jidctint.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jidctint.c; path = jpeglib/jidctint.c; sourceTree = ""; }; - 5E34C85E1B7F568200F212E8 /* jinclude.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jinclude.h; path = jpeglib/jinclude.h; sourceTree = ""; }; - 5E34C85F1B7F568200F212E8 /* jmemmgr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jmemmgr.c; path = jpeglib/jmemmgr.c; sourceTree = ""; }; - 5E34C8601B7F568200F212E8 /* jmemnobs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jmemnobs.c; path = jpeglib/jmemnobs.c; sourceTree = ""; }; - 5E34C8611B7F568200F212E8 /* jmemsys.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jmemsys.h; path = jpeglib/jmemsys.h; sourceTree = ""; }; - 5E34C8621B7F568200F212E8 /* jmorecfg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jmorecfg.h; path = jpeglib/jmorecfg.h; sourceTree = ""; }; - 5E34C8631B7F568200F212E8 /* jpegint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jpegint.h; path = jpeglib/jpegint.h; sourceTree = ""; }; - 5E34C8641B7F568200F212E8 /* jpeglib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jpeglib.h; path = jpeglib/jpeglib.h; sourceTree = ""; }; - 5E34C8651B7F568200F212E8 /* jquant1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jquant1.c; path = jpeglib/jquant1.c; sourceTree = ""; }; - 5E34C8661B7F568200F212E8 /* jquant2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jquant2.c; path = jpeglib/jquant2.c; sourceTree = ""; }; - 5E34C8671B7F568200F212E8 /* jutils.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jutils.c; path = jpeglib/jutils.c; sourceTree = ""; }; - 5E34C8681B7F568200F212E8 /* jversion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = jversion.h; path = jpeglib/jversion.h; sourceTree = ""; }; - 5E34C8691B7F56E900F212E8 /* png.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = png.c; path = libpng/png.c; sourceTree = ""; }; - 5E34C86A1B7F56E900F212E8 /* png.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = png.h; path = libpng/png.h; sourceTree = ""; }; - 5E34C86B1B7F56E900F212E8 /* pngconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = pngconf.h; path = libpng/pngconf.h; sourceTree = ""; }; - 5E34C86C1B7F56E900F212E8 /* pngerror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngerror.c; path = libpng/pngerror.c; sourceTree = ""; }; - 5E34C86D1B7F56E900F212E8 /* pngget.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngget.c; path = libpng/pngget.c; sourceTree = ""; }; - 5E34C86E1B7F56E900F212E8 /* pngmem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngmem.c; path = libpng/pngmem.c; sourceTree = ""; }; - 5E34C86F1B7F56E900F212E8 /* pngpread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngpread.c; path = libpng/pngpread.c; sourceTree = ""; }; - 5E34C8701B7F56E900F212E8 /* pngread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngread.c; path = libpng/pngread.c; sourceTree = ""; }; - 5E34C8711B7F56E900F212E8 /* pngrio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngrio.c; path = libpng/pngrio.c; sourceTree = ""; }; - 5E34C8721B7F56E900F212E8 /* pngrtran.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngrtran.c; path = libpng/pngrtran.c; sourceTree = ""; }; - 5E34C8731B7F56E900F212E8 /* pngrutil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngrutil.c; path = libpng/pngrutil.c; sourceTree = ""; }; - 5E34C8741B7F56E900F212E8 /* pngset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngset.c; path = libpng/pngset.c; sourceTree = ""; }; - 5E34C8751B7F56E900F212E8 /* pngtrans.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngtrans.c; path = libpng/pngtrans.c; sourceTree = ""; }; - 5E34C8761B7F56E900F212E8 /* pngwio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngwio.c; path = libpng/pngwio.c; sourceTree = ""; }; - 5E34C8771B7F56E900F212E8 /* pngwrite.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngwrite.c; path = libpng/pngwrite.c; sourceTree = ""; }; - 5E34C8781B7F56E900F212E8 /* pngwtran.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngwtran.c; path = libpng/pngwtran.c; sourceTree = ""; }; - 5E34C8791B7F56E900F212E8 /* pngwutil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = pngwutil.c; path = libpng/pngwutil.c; sourceTree = ""; }; - 5E34C87A1B7F577000F212E8 /* adler32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = zlib/adler32.c; sourceTree = ""; }; - 5E34C87B1B7F577000F212E8 /* compress.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = compress.c; path = zlib/compress.c; sourceTree = ""; }; - 5E34C87C1B7F577000F212E8 /* crc32.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = zlib/crc32.c; sourceTree = ""; }; - 5E34C87D1B7F577000F212E8 /* crc32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = crc32.h; path = zlib/crc32.h; sourceTree = ""; }; - 5E34C87E1B7F577000F212E8 /* deflate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = zlib/deflate.c; sourceTree = ""; }; - 5E34C87F1B7F577000F212E8 /* deflate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = deflate.h; path = zlib/deflate.h; sourceTree = ""; }; - 5E34C8801B7F577000F212E8 /* inffast.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = inffast.c; path = zlib/inffast.c; sourceTree = ""; }; - 5E34C8811B7F577000F212E8 /* inffast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = inffast.h; path = zlib/inffast.h; sourceTree = ""; }; - 5E34C8821B7F577000F212E8 /* inffixed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = inffixed.h; path = zlib/inffixed.h; sourceTree = ""; }; - 5E34C8831B7F577000F212E8 /* inflate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = zlib/inflate.c; sourceTree = ""; }; - 5E34C8841B7F577000F212E8 /* inflate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = inflate.h; path = zlib/inflate.h; sourceTree = ""; }; - 5E34C8851B7F577000F212E8 /* inftrees.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = inftrees.c; path = zlib/inftrees.c; sourceTree = ""; }; - 5E34C8861B7F577000F212E8 /* inftrees.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = inftrees.h; path = zlib/inftrees.h; sourceTree = ""; }; - 5E34C8871B7F577000F212E8 /* trees.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = trees.c; path = zlib/trees.c; sourceTree = ""; }; - 5E34C8881B7F577000F212E8 /* trees.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = trees.h; path = zlib/trees.h; sourceTree = ""; }; - 5E34C8891B7F577000F212E8 /* uncompr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = uncompr.c; path = zlib/uncompr.c; sourceTree = ""; }; - 5E34C88A1B7F577000F212E8 /* zconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = zconf.h; path = zlib/zconf.h; sourceTree = ""; }; - 5E34C88B1B7F577000F212E8 /* zlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = zlib.h; path = zlib/zlib.h; sourceTree = ""; }; - 5E34C88C1B7F577000F212E8 /* zutil.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = zutil.c; path = zlib/zutil.c; sourceTree = ""; }; - 5E34C88D1B7F577000F212E8 /* zutil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = zutil.h; path = zlib/zutil.h; sourceTree = ""; }; - 5E34C88F1B7F57B100F212E8 /* LzmaDec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = LzmaDec.c; path = lzma/LzmaDec.c; sourceTree = ""; }; - 5E34C8901B7F57B100F212E8 /* LzmaDec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = LzmaDec.h; path = lzma/LzmaDec.h; sourceTree = ""; }; - 5E34C8911B7F57B100F212E8 /* Types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Types.h; path = lzma/Types.h; sourceTree = ""; }; - 5E34C8921B7F652600F212E8 /* CLogger.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CLogger.cpp; sourceTree = ""; }; - 5E34C8931B7F652600F212E8 /* CLogger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CLogger.h; sourceTree = ""; }; - 5E34C8941B7F652600F212E8 /* COSOperator.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = COSOperator.cpp; sourceTree = ""; }; - 5E34C8951B7F652600F212E8 /* COSOperator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COSOperator.h; sourceTree = ""; }; - 5E34C8961B7F652600F212E8 /* CProfiler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CProfiler.cpp; sourceTree = ""; }; - 5E34C8971B7F652600F212E8 /* CProfiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CProfiler.h; sourceTree = ""; }; - 5E34C8981B7F652600F212E8 /* CTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTimer.h; sourceTree = ""; }; - 5E34C8991B7F652600F212E8 /* EProfileIDs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EProfileIDs.h; sourceTree = ""; }; - 5E34C89A1B7F652600F212E8 /* Irrlicht.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = Irrlicht.cpp; sourceTree = ""; }; - 5E34C89B1B7F652600F212E8 /* leakHunter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = leakHunter.cpp; sourceTree = ""; }; - 5E34C89C1B7F652600F212E8 /* os.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = os.cpp; sourceTree = ""; }; - 5E34C89D1B7F652600F212E8 /* os.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = os.h; sourceTree = ""; }; - 5E34C89E1B7F652600F212E8 /* utf8.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = utf8.cpp; sourceTree = ""; }; - 5E34C8AD1B7F664100F212E8 /* CDefaultSceneNodeAnimatorFactory.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CDefaultSceneNodeAnimatorFactory.cpp; sourceTree = ""; }; - 5E34C8AE1B7F664100F212E8 /* CDefaultSceneNodeAnimatorFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CDefaultSceneNodeAnimatorFactory.h; sourceTree = ""; }; - 5E34C8AF1B7F664100F212E8 /* CDefaultSceneNodeFactory.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CDefaultSceneNodeFactory.cpp; sourceTree = ""; }; - 5E34C8B01B7F664100F212E8 /* CDefaultSceneNodeFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CDefaultSceneNodeFactory.h; sourceTree = ""; }; - 5E34C8B11B7F664100F212E8 /* CGeometryCreator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CGeometryCreator.cpp; sourceTree = ""; }; - 5E34C8B21B7F664100F212E8 /* CGeometryCreator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGeometryCreator.h; sourceTree = ""; }; - 5E34C8B31B7F664100F212E8 /* CMeshCache.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMeshCache.cpp; sourceTree = ""; }; - 5E34C8B41B7F664100F212E8 /* CMeshCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMeshCache.h; sourceTree = ""; }; - 5E34C8B51B7F664100F212E8 /* CMeshManipulator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMeshManipulator.cpp; sourceTree = ""; }; - 5E34C8B61B7F664100F212E8 /* CMeshManipulator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMeshManipulator.h; sourceTree = ""; }; - 5E34C8B71B7F664100F212E8 /* CSceneManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneManager.cpp; sourceTree = ""; }; - 5E34C8B81B7F664100F212E8 /* CSceneManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneManager.h; sourceTree = ""; }; - 5E34C8B91B7F664100F212E8 /* Octree.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Octree.h; sourceTree = ""; }; - 5E34C8BA1B7F669200F212E8 /* CSceneNodeAnimatorCameraFPS.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneNodeAnimatorCameraFPS.cpp; sourceTree = ""; }; - 5E34C8BB1B7F669200F212E8 /* CSceneNodeAnimatorCameraFPS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneNodeAnimatorCameraFPS.h; sourceTree = ""; }; - 5E34C8BC1B7F669200F212E8 /* CSceneNodeAnimatorCameraMaya.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneNodeAnimatorCameraMaya.cpp; sourceTree = ""; }; - 5E34C8BD1B7F669200F212E8 /* CSceneNodeAnimatorCameraMaya.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneNodeAnimatorCameraMaya.h; sourceTree = ""; }; - 5E34C8BE1B7F669200F212E8 /* CSceneNodeAnimatorCollisionResponse.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneNodeAnimatorCollisionResponse.cpp; sourceTree = ""; }; - 5E34C8BF1B7F669200F212E8 /* CSceneNodeAnimatorCollisionResponse.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneNodeAnimatorCollisionResponse.h; sourceTree = ""; }; - 5E34C8C01B7F669200F212E8 /* CSceneNodeAnimatorDelete.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneNodeAnimatorDelete.cpp; sourceTree = ""; }; - 5E34C8C11B7F669200F212E8 /* CSceneNodeAnimatorDelete.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneNodeAnimatorDelete.h; sourceTree = ""; }; - 5E34C8C21B7F669200F212E8 /* CSceneNodeAnimatorFlyCircle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneNodeAnimatorFlyCircle.cpp; sourceTree = ""; }; - 5E34C8C31B7F669200F212E8 /* CSceneNodeAnimatorFlyCircle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneNodeAnimatorFlyCircle.h; sourceTree = ""; }; - 5E34C8C41B7F669200F212E8 /* CSceneNodeAnimatorFlyStraight.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneNodeAnimatorFlyStraight.cpp; sourceTree = ""; }; - 5E34C8C51B7F669200F212E8 /* CSceneNodeAnimatorFlyStraight.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneNodeAnimatorFlyStraight.h; sourceTree = ""; }; - 5E34C8C61B7F669200F212E8 /* CSceneNodeAnimatorFollowSpline.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneNodeAnimatorFollowSpline.cpp; sourceTree = ""; }; - 5E34C8C71B7F669200F212E8 /* CSceneNodeAnimatorFollowSpline.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneNodeAnimatorFollowSpline.h; sourceTree = ""; }; - 5E34C8C81B7F669200F212E8 /* CSceneNodeAnimatorRotation.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneNodeAnimatorRotation.cpp; sourceTree = ""; }; - 5E34C8C91B7F669200F212E8 /* CSceneNodeAnimatorRotation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneNodeAnimatorRotation.h; sourceTree = ""; }; - 5E34C8CA1B7F669200F212E8 /* CSceneNodeAnimatorTexture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneNodeAnimatorTexture.cpp; sourceTree = ""; }; - 5E34C8CB1B7F669200F212E8 /* CSceneNodeAnimatorTexture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneNodeAnimatorTexture.h; sourceTree = ""; }; - 5E34C8CC1B7F66E600F212E8 /* CMetaTriangleSelector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMetaTriangleSelector.cpp; sourceTree = ""; }; - 5E34C8CD1B7F66E600F212E8 /* CMetaTriangleSelector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMetaTriangleSelector.h; sourceTree = ""; }; - 5E34C8CE1B7F66E600F212E8 /* COctreeTriangleSelector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COctreeTriangleSelector.cpp; sourceTree = ""; }; - 5E34C8CF1B7F66E600F212E8 /* COctreeTriangleSelector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COctreeTriangleSelector.h; sourceTree = ""; }; - 5E34C8D01B7F66E600F212E8 /* CSceneCollisionManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneCollisionManager.cpp; sourceTree = ""; }; - 5E34C8D11B7F66E600F212E8 /* CSceneCollisionManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneCollisionManager.h; sourceTree = ""; }; - 5E34C8D21B7F66E600F212E8 /* CTerrainTriangleSelector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTerrainTriangleSelector.cpp; sourceTree = ""; }; - 5E34C8D31B7F66E600F212E8 /* CTerrainTriangleSelector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTerrainTriangleSelector.h; sourceTree = ""; }; - 5E34C8D41B7F66E600F212E8 /* CTriangleBBSelector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTriangleBBSelector.cpp; sourceTree = ""; }; - 5E34C8D51B7F66E600F212E8 /* CTriangleBBSelector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTriangleBBSelector.h; sourceTree = ""; }; - 5E34C8D61B7F66E600F212E8 /* CTriangleSelector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTriangleSelector.cpp; sourceTree = ""; }; - 5E34C8D71B7F66E600F212E8 /* CTriangleSelector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTriangleSelector.h; sourceTree = ""; }; - 5E34C8D81B7F680200F212E8 /* C3DSMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = C3DSMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8D91B7F680200F212E8 /* C3DSMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = C3DSMeshFileLoader.h; sourceTree = ""; }; - 5E34C8DA1B7F680200F212E8 /* CAnimatedMeshHalfLife.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CAnimatedMeshHalfLife.cpp; sourceTree = ""; }; - 5E34C8DB1B7F680200F212E8 /* CAnimatedMeshHalfLife.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CAnimatedMeshHalfLife.h; sourceTree = ""; }; - 5E34C8DC1B7F680200F212E8 /* CAnimatedMeshMD2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CAnimatedMeshMD2.cpp; sourceTree = ""; }; - 5E34C8DD1B7F680200F212E8 /* CAnimatedMeshMD2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CAnimatedMeshMD2.h; sourceTree = ""; }; - 5E34C8DE1B7F680200F212E8 /* CAnimatedMeshMD3.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CAnimatedMeshMD3.cpp; sourceTree = ""; }; - 5E34C8DF1B7F680200F212E8 /* CAnimatedMeshMD3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CAnimatedMeshMD3.h; sourceTree = ""; }; - 5E34C8E01B7F680200F212E8 /* CB3DMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CB3DMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8E11B7F680200F212E8 /* CB3DMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CB3DMeshFileLoader.h; sourceTree = ""; }; - 5E34C8E21B7F680200F212E8 /* CBSPMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CBSPMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8E31B7F680200F212E8 /* CBSPMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CBSPMeshFileLoader.h; sourceTree = ""; }; - 5E34C8E41B7F680200F212E8 /* CColladaFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CColladaFileLoader.cpp; sourceTree = ""; }; - 5E34C8E51B7F680200F212E8 /* CColladaFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CColladaFileLoader.h; sourceTree = ""; }; - 5E34C8E61B7F680200F212E8 /* CCSMLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CCSMLoader.cpp; sourceTree = ""; }; - 5E34C8E71B7F680200F212E8 /* CCSMLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CCSMLoader.h; sourceTree = ""; }; - 5E34C8E81B7F680200F212E8 /* CDMFLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CDMFLoader.cpp; sourceTree = ""; }; - 5E34C8E91B7F680200F212E8 /* CDMFLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CDMFLoader.h; sourceTree = ""; }; - 5E34C8EA1B7F680200F212E8 /* CIrrMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CIrrMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8EB1B7F680200F212E8 /* CIrrMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CIrrMeshFileLoader.h; sourceTree = ""; }; - 5E34C8EC1B7F680200F212E8 /* CLMTSMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CLMTSMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8ED1B7F680200F212E8 /* CLMTSMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CLMTSMeshFileLoader.h; sourceTree = ""; }; - 5E34C8EE1B7F680200F212E8 /* CLWOMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CLWOMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8EF1B7F680200F212E8 /* CLWOMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CLWOMeshFileLoader.h; sourceTree = ""; }; - 5E34C8F01B7F680200F212E8 /* CMD2MeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMD2MeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8F11B7F680200F212E8 /* CMD2MeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMD2MeshFileLoader.h; sourceTree = ""; }; - 5E34C8F21B7F680200F212E8 /* CMD3MeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMD3MeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8F31B7F680200F212E8 /* CMD3MeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMD3MeshFileLoader.h; sourceTree = ""; }; - 5E34C8F41B7F680200F212E8 /* CMeshTextureLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMeshTextureLoader.cpp; sourceTree = ""; }; - 5E34C8F51B7F680200F212E8 /* CMeshTextureLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMeshTextureLoader.h; sourceTree = ""; }; - 5E34C8F61B7F680200F212E8 /* CMS3DMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMS3DMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8F71B7F680200F212E8 /* CMS3DMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMS3DMeshFileLoader.h; sourceTree = ""; }; - 5E34C8F81B7F680200F212E8 /* CMY3DHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMY3DHelper.h; sourceTree = ""; }; - 5E34C8F91B7F680200F212E8 /* CMY3DMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMY3DMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8FA1B7F680200F212E8 /* CMY3DMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMY3DMeshFileLoader.h; sourceTree = ""; }; - 5E34C8FB1B7F680200F212E8 /* COBJMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COBJMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C8FC1B7F680200F212E8 /* COBJMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COBJMeshFileLoader.h; sourceTree = ""; }; - 5E34C8FD1B7F680200F212E8 /* COCTLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COCTLoader.cpp; sourceTree = ""; }; - 5E34C8FE1B7F680200F212E8 /* COCTLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COCTLoader.h; sourceTree = ""; }; - 5E34C8FF1B7F680200F212E8 /* COgreMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COgreMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C9001B7F680200F212E8 /* COgreMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COgreMeshFileLoader.h; sourceTree = ""; }; - 5E34C9011B7F680200F212E8 /* CPLYMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CPLYMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C9021B7F680200F212E8 /* CPLYMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPLYMeshFileLoader.h; sourceTree = ""; }; - 5E34C9031B7F680200F212E8 /* CQ3LevelMesh.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CQ3LevelMesh.cpp; sourceTree = ""; }; - 5E34C9041B7F680200F212E8 /* CQ3LevelMesh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CQ3LevelMesh.h; sourceTree = ""; }; - 5E34C9051B7F680200F212E8 /* CSceneLoaderIrr.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSceneLoaderIrr.cpp; sourceTree = ""; }; - 5E34C9061B7F680200F212E8 /* CSceneLoaderIrr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSceneLoaderIrr.h; sourceTree = ""; }; - 5E34C9071B7F680200F212E8 /* CSkinnedMesh.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSkinnedMesh.cpp; sourceTree = ""; }; - 5E34C9081B7F680200F212E8 /* CSkinnedMesh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSkinnedMesh.h; sourceTree = ""; }; - 5E34C9091B7F680200F212E8 /* CSMFMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSMFMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C90A1B7F680200F212E8 /* CSMFMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSMFMeshFileLoader.h; sourceTree = ""; }; - 5E34C90B1B7F680200F212E8 /* CSTLMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSTLMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C90C1B7F680200F212E8 /* CSTLMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSTLMeshFileLoader.h; sourceTree = ""; }; - 5E34C90D1B7F680200F212E8 /* CXMeshFileLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CXMeshFileLoader.cpp; sourceTree = ""; }; - 5E34C90E1B7F680200F212E8 /* CXMeshFileLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CXMeshFileLoader.h; sourceTree = ""; }; - 5E34C90F1B7F680200F212E8 /* dmfsupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dmfsupport.h; sourceTree = ""; }; - 5E34C9101B7F684000F212E8 /* CParticleAnimatedMeshSceneNodeEmitter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleAnimatedMeshSceneNodeEmitter.cpp; sourceTree = ""; }; - 5E34C9111B7F684000F212E8 /* CParticleAnimatedMeshSceneNodeEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleAnimatedMeshSceneNodeEmitter.h; sourceTree = ""; }; - 5E34C9121B7F684000F212E8 /* CParticleAttractionAffector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleAttractionAffector.cpp; sourceTree = ""; }; - 5E34C9131B7F684000F212E8 /* CParticleAttractionAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleAttractionAffector.h; sourceTree = ""; }; - 5E34C9141B7F684000F212E8 /* CParticleBoxEmitter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleBoxEmitter.cpp; sourceTree = ""; }; - 5E34C9151B7F684000F212E8 /* CParticleBoxEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleBoxEmitter.h; sourceTree = ""; }; - 5E34C9161B7F684000F212E8 /* CParticleCylinderEmitter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleCylinderEmitter.cpp; sourceTree = ""; }; - 5E34C9171B7F684000F212E8 /* CParticleCylinderEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleCylinderEmitter.h; sourceTree = ""; }; - 5E34C9181B7F684000F212E8 /* CParticleFadeOutAffector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleFadeOutAffector.cpp; sourceTree = ""; }; - 5E34C9191B7F684000F212E8 /* CParticleFadeOutAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleFadeOutAffector.h; sourceTree = ""; }; - 5E34C91A1B7F684000F212E8 /* CParticleGravityAffector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleGravityAffector.cpp; sourceTree = ""; }; - 5E34C91B1B7F684000F212E8 /* CParticleGravityAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleGravityAffector.h; sourceTree = ""; }; - 5E34C91C1B7F684000F212E8 /* CParticleMeshEmitter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleMeshEmitter.cpp; sourceTree = ""; }; - 5E34C91D1B7F684000F212E8 /* CParticleMeshEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleMeshEmitter.h; sourceTree = ""; }; - 5E34C91E1B7F684000F212E8 /* CParticlePointEmitter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticlePointEmitter.cpp; sourceTree = ""; }; - 5E34C91F1B7F684000F212E8 /* CParticlePointEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticlePointEmitter.h; sourceTree = ""; }; - 5E34C9201B7F684000F212E8 /* CParticleRingEmitter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleRingEmitter.cpp; sourceTree = ""; }; - 5E34C9211B7F684000F212E8 /* CParticleRingEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleRingEmitter.h; sourceTree = ""; }; - 5E34C9221B7F684000F212E8 /* CParticleRotationAffector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleRotationAffector.cpp; sourceTree = ""; }; - 5E34C9231B7F684000F212E8 /* CParticleRotationAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleRotationAffector.h; sourceTree = ""; }; - 5E34C9241B7F684000F212E8 /* CParticleScaleAffector.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleScaleAffector.cpp; sourceTree = ""; }; - 5E34C9251B7F684000F212E8 /* CParticleScaleAffector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleScaleAffector.h; sourceTree = ""; }; - 5E34C9261B7F684000F212E8 /* CParticleSphereEmitter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleSphereEmitter.cpp; sourceTree = ""; }; - 5E34C9271B7F684000F212E8 /* CParticleSphereEmitter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleSphereEmitter.h; sourceTree = ""; }; - 5E34C9281B7F684000F212E8 /* CParticleSystemSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CParticleSystemSceneNode.cpp; sourceTree = ""; }; - 5E34C9291B7F684000F212E8 /* CParticleSystemSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CParticleSystemSceneNode.h; sourceTree = ""; }; - 5E34C92A1B7F68D600F212E8 /* CAnimatedMeshSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CAnimatedMeshSceneNode.cpp; sourceTree = ""; }; - 5E34C92B1B7F68D600F212E8 /* CAnimatedMeshSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CAnimatedMeshSceneNode.h; sourceTree = ""; }; - 5E34C92C1B7F68D600F212E8 /* CBillboardSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CBillboardSceneNode.cpp; sourceTree = ""; }; - 5E34C92D1B7F68D600F212E8 /* CBillboardSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CBillboardSceneNode.h; sourceTree = ""; }; - 5E34C92E1B7F68D600F212E8 /* CBoneSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CBoneSceneNode.cpp; sourceTree = ""; }; - 5E34C92F1B7F68D600F212E8 /* CBoneSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CBoneSceneNode.h; sourceTree = ""; }; - 5E34C9301B7F68D600F212E8 /* CCameraSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CCameraSceneNode.cpp; sourceTree = ""; }; - 5E34C9311B7F68D600F212E8 /* CCameraSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CCameraSceneNode.h; sourceTree = ""; }; - 5E34C9321B7F68D600F212E8 /* CCubeSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CCubeSceneNode.cpp; sourceTree = ""; }; - 5E34C9331B7F68D600F212E8 /* CCubeSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CCubeSceneNode.h; sourceTree = ""; }; - 5E34C9341B7F68D600F212E8 /* CDummyTransformationSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CDummyTransformationSceneNode.cpp; sourceTree = ""; }; - 5E34C9351B7F68D600F212E8 /* CDummyTransformationSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CDummyTransformationSceneNode.h; sourceTree = ""; }; - 5E34C9361B7F68D600F212E8 /* CEmptySceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CEmptySceneNode.cpp; sourceTree = ""; }; - 5E34C9371B7F68D600F212E8 /* CEmptySceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CEmptySceneNode.h; sourceTree = ""; }; - 5E34C9381B7F68D600F212E8 /* CLightSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CLightSceneNode.cpp; sourceTree = ""; }; - 5E34C9391B7F68D600F212E8 /* CLightSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CLightSceneNode.h; sourceTree = ""; }; - 5E34C93A1B7F68D600F212E8 /* CMeshSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CMeshSceneNode.cpp; sourceTree = ""; }; - 5E34C93B1B7F68D600F212E8 /* CMeshSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CMeshSceneNode.h; sourceTree = ""; }; - 5E34C93C1B7F68D600F212E8 /* COctreeSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COctreeSceneNode.cpp; sourceTree = ""; }; - 5E34C93D1B7F68D600F212E8 /* COctreeSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COctreeSceneNode.h; sourceTree = ""; }; - 5E34C93E1B7F68D600F212E8 /* CQuake3ShaderSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CQuake3ShaderSceneNode.cpp; sourceTree = ""; }; - 5E34C93F1B7F68D600F212E8 /* CQuake3ShaderSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CQuake3ShaderSceneNode.h; sourceTree = ""; }; - 5E34C9401B7F68D600F212E8 /* CShadowVolumeSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CShadowVolumeSceneNode.cpp; sourceTree = ""; }; - 5E34C9411B7F68D600F212E8 /* CShadowVolumeSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CShadowVolumeSceneNode.h; sourceTree = ""; }; - 5E34C9421B7F68D600F212E8 /* CSkyBoxSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSkyBoxSceneNode.cpp; sourceTree = ""; }; - 5E34C9431B7F68D600F212E8 /* CSkyBoxSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSkyBoxSceneNode.h; sourceTree = ""; }; - 5E34C9441B7F68D600F212E8 /* CSkyDomeSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSkyDomeSceneNode.cpp; sourceTree = ""; }; - 5E34C9451B7F68D600F212E8 /* CSkyDomeSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSkyDomeSceneNode.h; sourceTree = ""; }; - 5E34C9461B7F68D600F212E8 /* CSphereSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSphereSceneNode.cpp; sourceTree = ""; }; - 5E34C9471B7F68D600F212E8 /* CSphereSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSphereSceneNode.h; sourceTree = ""; }; - 5E34C9481B7F68D600F212E8 /* CTerrainSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTerrainSceneNode.cpp; sourceTree = ""; }; - 5E34C9491B7F68D600F212E8 /* CTerrainSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTerrainSceneNode.h; sourceTree = ""; }; - 5E34C94A1B7F68D600F212E8 /* CTextSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTextSceneNode.cpp; sourceTree = ""; }; - 5E34C94B1B7F68D600F212E8 /* CTextSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTextSceneNode.h; sourceTree = ""; }; - 5E34C94C1B7F68D600F212E8 /* CVolumeLightSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CVolumeLightSceneNode.cpp; sourceTree = ""; }; - 5E34C94D1B7F68D600F212E8 /* CVolumeLightSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CVolumeLightSceneNode.h; sourceTree = ""; }; - 5E34C94E1B7F68D600F212E8 /* CWaterSurfaceSceneNode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CWaterSurfaceSceneNode.cpp; sourceTree = ""; }; - 5E34C94F1B7F68D600F212E8 /* CWaterSurfaceSceneNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CWaterSurfaceSceneNode.h; sourceTree = ""; }; - 5E34C9501B7F691500F212E8 /* CColladaMeshWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CColladaMeshWriter.cpp; sourceTree = ""; }; - 5E34C9511B7F691500F212E8 /* CColladaMeshWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CColladaMeshWriter.h; sourceTree = ""; }; - 5E34C9521B7F691500F212E8 /* CIrrMeshWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CIrrMeshWriter.cpp; sourceTree = ""; }; - 5E34C9531B7F691500F212E8 /* CIrrMeshWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CIrrMeshWriter.h; sourceTree = ""; }; - 5E34C9541B7F691500F212E8 /* COBJMeshWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COBJMeshWriter.cpp; sourceTree = ""; }; - 5E34C9551B7F691500F212E8 /* COBJMeshWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COBJMeshWriter.h; sourceTree = ""; }; - 5E34C9561B7F691500F212E8 /* CPLYMeshWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CPLYMeshWriter.cpp; sourceTree = ""; }; - 5E34C9571B7F691500F212E8 /* CPLYMeshWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPLYMeshWriter.h; sourceTree = ""; }; - 5E34C9581B7F691500F212E8 /* CSTLMeshWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSTLMeshWriter.cpp; sourceTree = ""; }; - 5E34C9591B7F691500F212E8 /* CSTLMeshWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSTLMeshWriter.h; sourceTree = ""; }; - 5E34C9601B7F6A7600F212E8 /* CBurningShader_Raster_Reference.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CBurningShader_Raster_Reference.cpp; sourceTree = ""; }; - 5E34C9611B7F6A7600F212E8 /* CDepthBuffer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CDepthBuffer.cpp; sourceTree = ""; }; - 5E34C9621B7F6A7600F212E8 /* CDepthBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CDepthBuffer.h; sourceTree = ""; }; - 5E34C9631B7F6A7600F212E8 /* CSoftware2MaterialRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSoftware2MaterialRenderer.h; sourceTree = ""; }; - 5E34C9641B7F6A7600F212E8 /* CSoftwareDriver2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSoftwareDriver2.cpp; sourceTree = ""; }; - 5E34C9651B7F6A7600F212E8 /* CSoftwareDriver2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSoftwareDriver2.h; sourceTree = ""; }; - 5E34C9661B7F6A7600F212E8 /* CSoftwareTexture2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSoftwareTexture2.cpp; sourceTree = ""; }; - 5E34C9671B7F6A7600F212E8 /* CSoftwareTexture2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSoftwareTexture2.h; sourceTree = ""; }; - 5E34C9681B7F6A7600F212E8 /* CTRGouraud2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRGouraud2.cpp; sourceTree = ""; }; - 5E34C9691B7F6A7600F212E8 /* CTRGouraudAlpha2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRGouraudAlpha2.cpp; sourceTree = ""; }; - 5E34C96A1B7F6A7600F212E8 /* CTRGouraudAlphaNoZ2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRGouraudAlphaNoZ2.cpp; sourceTree = ""; }; - 5E34C96B1B7F6A7600F212E8 /* CTRNormalMap.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRNormalMap.cpp; sourceTree = ""; }; - 5E34C96C1B7F6A7600F212E8 /* CTRStencilShadow.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRStencilShadow.cpp; sourceTree = ""; }; - 5E34C96D1B7F6A7600F212E8 /* CTRTextureBlend.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureBlend.cpp; sourceTree = ""; }; - 5E34C96E1B7F6A7600F212E8 /* CTRTextureDetailMap2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureDetailMap2.cpp; sourceTree = ""; }; - 5E34C96F1B7F6A7600F212E8 /* CTRTextureGouraud2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraud2.cpp; sourceTree = ""; }; - 5E34C9701B7F6A7600F212E8 /* CTRTextureGouraudAdd2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraudAdd2.cpp; sourceTree = ""; }; - 5E34C9711B7F6A7600F212E8 /* CTRTextureGouraudAddNoZ2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraudAddNoZ2.cpp; sourceTree = ""; }; - 5E34C9721B7F6A7600F212E8 /* CTRTextureGouraudAlpha.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraudAlpha.cpp; sourceTree = ""; }; - 5E34C9731B7F6A7600F212E8 /* CTRTextureGouraudAlphaNoZ.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraudAlphaNoZ.cpp; sourceTree = ""; }; - 5E34C9741B7F6A7600F212E8 /* CTRTextureGouraudNoZ2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraudNoZ2.cpp; sourceTree = ""; }; - 5E34C9751B7F6A7600F212E8 /* CTRTextureGouraudVertexAlpha2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraudVertexAlpha2.cpp; sourceTree = ""; }; - 5E34C9761B7F6A7600F212E8 /* CTRTextureLightMap2_Add.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureLightMap2_Add.cpp; sourceTree = ""; }; - 5E34C9771B7F6A7600F212E8 /* CTRTextureLightMap2_M1.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureLightMap2_M1.cpp; sourceTree = ""; }; - 5E34C9781B7F6A7600F212E8 /* CTRTextureLightMap2_M2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureLightMap2_M2.cpp; sourceTree = ""; }; - 5E34C9791B7F6A7600F212E8 /* CTRTextureLightMap2_M4.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureLightMap2_M4.cpp; sourceTree = ""; }; - 5E34C97A1B7F6A7600F212E8 /* CTRTextureLightMapGouraud2_M4.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureLightMapGouraud2_M4.cpp; sourceTree = ""; }; - 5E34C97B1B7F6A7600F212E8 /* CTRTextureWire2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureWire2.cpp; sourceTree = ""; }; - 5E34C97C1B7F6A7600F212E8 /* IBurningShader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IBurningShader.cpp; sourceTree = ""; }; - 5E34C97D1B7F6A7600F212E8 /* IBurningShader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IBurningShader.h; sourceTree = ""; }; - 5E34C97E1B7F6A7600F212E8 /* IDepthBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IDepthBuffer.h; sourceTree = ""; }; - 5E34C97F1B7F6A7600F212E8 /* S4DVertex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S4DVertex.h; sourceTree = ""; }; - 5E34C9801B7F6A7600F212E8 /* SoftwareDriver2_compile_config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SoftwareDriver2_compile_config.h; sourceTree = ""; }; - 5E34C9811B7F6A7600F212E8 /* SoftwareDriver2_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SoftwareDriver2_helper.h; sourceTree = ""; }; - 5E34C9841B7F6AED00F212E8 /* CImageLoaderBMP.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderBMP.cpp; sourceTree = ""; }; - 5E34C9851B7F6AED00F212E8 /* CImageLoaderBMP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderBMP.h; sourceTree = ""; }; - 5E34C9861B7F6AED00F212E8 /* CImageLoaderDDS.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderDDS.cpp; sourceTree = ""; }; - 5E34C9871B7F6AED00F212E8 /* CImageLoaderDDS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderDDS.h; sourceTree = ""; }; - 5E34C9881B7F6AED00F212E8 /* CImageLoaderJPG.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderJPG.cpp; sourceTree = ""; }; - 5E34C9891B7F6AED00F212E8 /* CImageLoaderJPG.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderJPG.h; sourceTree = ""; }; - 5E34C98A1B7F6AED00F212E8 /* CImageLoaderPCX.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderPCX.cpp; sourceTree = ""; }; - 5E34C98B1B7F6AED00F212E8 /* CImageLoaderPCX.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderPCX.h; sourceTree = ""; }; - 5E34C98C1B7F6AED00F212E8 /* CImageLoaderPNG.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderPNG.cpp; sourceTree = ""; }; - 5E34C98D1B7F6AED00F212E8 /* CImageLoaderPNG.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderPNG.h; sourceTree = ""; }; - 5E34C98E1B7F6AED00F212E8 /* CImageLoaderPPM.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderPPM.cpp; sourceTree = ""; }; - 5E34C98F1B7F6AED00F212E8 /* CImageLoaderPPM.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderPPM.h; sourceTree = ""; }; - 5E34C9901B7F6AED00F212E8 /* CImageLoaderPSD.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderPSD.cpp; sourceTree = ""; }; - 5E34C9911B7F6AED00F212E8 /* CImageLoaderPSD.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderPSD.h; sourceTree = ""; }; - 5E34C9921B7F6AED00F212E8 /* CImageLoaderPVR.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderPVR.cpp; sourceTree = ""; }; - 5E34C9931B7F6AED00F212E8 /* CImageLoaderPVR.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderPVR.h; sourceTree = ""; }; - 5E34C9941B7F6AED00F212E8 /* CImageLoaderRGB.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderRGB.cpp; sourceTree = ""; }; - 5E34C9951B7F6AED00F212E8 /* CImageLoaderRGB.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderRGB.h; sourceTree = ""; }; - 5E34C9961B7F6AED00F212E8 /* CImageLoaderTGA.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderTGA.cpp; sourceTree = ""; }; - 5E34C9971B7F6AED00F212E8 /* CImageLoaderTGA.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderTGA.h; sourceTree = ""; }; - 5E34C9981B7F6AED00F212E8 /* CImageLoaderWAL.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageLoaderWAL.cpp; sourceTree = ""; }; - 5E34C9991B7F6AED00F212E8 /* CImageLoaderWAL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageLoaderWAL.h; sourceTree = ""; }; - 5E34C99A1B7F6B0900F212E8 /* CImageWriterBMP.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageWriterBMP.cpp; sourceTree = ""; }; - 5E34C99B1B7F6B0900F212E8 /* CImageWriterBMP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageWriterBMP.h; sourceTree = ""; }; - 5E34C99C1B7F6B0900F212E8 /* CImageWriterJPG.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageWriterJPG.cpp; sourceTree = ""; }; - 5E34C99D1B7F6B0900F212E8 /* CImageWriterJPG.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageWriterJPG.h; sourceTree = ""; }; - 5E34C99E1B7F6B0900F212E8 /* CImageWriterPCX.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageWriterPCX.cpp; sourceTree = ""; }; - 5E34C99F1B7F6B0900F212E8 /* CImageWriterPCX.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageWriterPCX.h; sourceTree = ""; }; - 5E34C9A01B7F6B0900F212E8 /* CImageWriterPNG.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageWriterPNG.cpp; sourceTree = ""; }; - 5E34C9A11B7F6B0900F212E8 /* CImageWriterPNG.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageWriterPNG.h; sourceTree = ""; }; - 5E34C9A21B7F6B0900F212E8 /* CImageWriterPPM.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageWriterPPM.cpp; sourceTree = ""; }; - 5E34C9A31B7F6B0900F212E8 /* CImageWriterPPM.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageWriterPPM.h; sourceTree = ""; }; - 5E34C9A41B7F6B0900F212E8 /* CImageWriterPSD.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageWriterPSD.cpp; sourceTree = ""; }; - 5E34C9A51B7F6B0900F212E8 /* CImageWriterPSD.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageWriterPSD.h; sourceTree = ""; }; - 5E34C9A61B7F6B0900F212E8 /* CImageWriterTGA.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImageWriterTGA.cpp; sourceTree = ""; }; - 5E34C9A71B7F6B0900F212E8 /* CImageWriterTGA.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImageWriterTGA.h; sourceTree = ""; }; - 5E34C9A81B7F6B6800F212E8 /* CColorConverter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CColorConverter.cpp; sourceTree = ""; }; - 5E34C9A91B7F6B6800F212E8 /* CColorConverter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CColorConverter.h; sourceTree = ""; }; - 5E34C9AA1B7F6B6800F212E8 /* CFPSCounter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CFPSCounter.cpp; sourceTree = ""; }; - 5E34C9AB1B7F6B6800F212E8 /* CFPSCounter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CFPSCounter.h; sourceTree = ""; }; - 5E34C9AC1B7F6B6800F212E8 /* CImage.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CImage.cpp; sourceTree = ""; }; - 5E34C9AD1B7F6B6800F212E8 /* CImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CImage.h; sourceTree = ""; }; - 5E34C9AE1B7F6B6800F212E8 /* CNullDriver.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CNullDriver.cpp; sourceTree = ""; }; - 5E34C9AF1B7F6B6800F212E8 /* CNullDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNullDriver.h; sourceTree = ""; }; - 5E34C9B01B7F6B6800F212E8 /* IImagePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IImagePresenter.h; sourceTree = ""; }; - 5E34C9B11B7F6BA700F212E8 /* COpenGLDriver.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COpenGLDriver.cpp; sourceTree = ""; }; - 5E34C9B21B7F6BA700F212E8 /* COpenGLDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLDriver.h; sourceTree = ""; }; - 5E34C9B31B7F6BA700F212E8 /* COpenGLExtensionHandler.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COpenGLExtensionHandler.cpp; sourceTree = ""; }; - 5E34C9B41B7F6BA700F212E8 /* COpenGLExtensionHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLExtensionHandler.h; sourceTree = ""; }; - 5E34C9B51B7F6BA700F212E8 /* COpenGLMaterialRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLMaterialRenderer.h; sourceTree = ""; }; - 5E34C9B61B7F6BA700F212E8 /* COpenGLNormalMapRenderer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COpenGLNormalMapRenderer.cpp; sourceTree = ""; }; - 5E34C9B71B7F6BA700F212E8 /* COpenGLNormalMapRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLNormalMapRenderer.h; sourceTree = ""; }; - 5E34C9B81B7F6BA700F212E8 /* COpenGLParallaxMapRenderer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COpenGLParallaxMapRenderer.cpp; sourceTree = ""; }; - 5E34C9B91B7F6BA700F212E8 /* COpenGLParallaxMapRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLParallaxMapRenderer.h; sourceTree = ""; }; - 5E34C9BA1B7F6BA700F212E8 /* COpenGLShaderMaterialRenderer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COpenGLShaderMaterialRenderer.cpp; sourceTree = ""; }; - 5E34C9BB1B7F6BA700F212E8 /* COpenGLShaderMaterialRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLShaderMaterialRenderer.h; sourceTree = ""; }; - 5E34C9BC1B7F6BA700F212E8 /* COpenGLSLMaterialRenderer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = COpenGLSLMaterialRenderer.cpp; sourceTree = ""; }; - 5E34C9BD1B7F6BA700F212E8 /* COpenGLSLMaterialRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLSLMaterialRenderer.h; sourceTree = ""; }; - 5E34C9D71B7F6C6100F212E8 /* CSoftwareDriver.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSoftwareDriver.cpp; sourceTree = ""; }; - 5E34C9D81B7F6C6100F212E8 /* CSoftwareDriver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSoftwareDriver.h; sourceTree = ""; }; - 5E34C9D91B7F6C6100F212E8 /* CSoftwareTexture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CSoftwareTexture.cpp; sourceTree = ""; }; - 5E34C9DA1B7F6C6100F212E8 /* CSoftwareTexture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CSoftwareTexture.h; sourceTree = ""; }; - 5E34C9DB1B7F6C6100F212E8 /* CTRFlat.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRFlat.cpp; sourceTree = ""; }; - 5E34C9DC1B7F6C6100F212E8 /* CTRFlatWire.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRFlatWire.cpp; sourceTree = ""; }; - 5E34C9DD1B7F6C6100F212E8 /* CTRGouraud.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRGouraud.cpp; sourceTree = ""; }; - 5E34C9DE1B7F6C6100F212E8 /* CTRGouraudWire.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRGouraudWire.cpp; sourceTree = ""; }; - 5E34C9DF1B7F6C6100F212E8 /* CTRTextureFlat.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureFlat.cpp; sourceTree = ""; }; - 5E34C9E01B7F6C6100F212E8 /* CTRTextureFlatWire.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureFlatWire.cpp; sourceTree = ""; }; - 5E34C9E11B7F6C6100F212E8 /* CTRTextureGouraud.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraud.cpp; sourceTree = ""; }; - 5E34C9E21B7F6C6100F212E8 /* CTRTextureGouraud.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTRTextureGouraud.h; sourceTree = ""; }; - 5E34C9E31B7F6C6100F212E8 /* CTRTextureGouraudAdd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraudAdd.cpp; sourceTree = ""; }; - 5E34C9E41B7F6C6100F212E8 /* CTRTextureGouraudNoZ.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraudNoZ.cpp; sourceTree = ""; }; - 5E34C9E51B7F6C6100F212E8 /* CTRTextureGouraudWire.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CTRTextureGouraudWire.cpp; sourceTree = ""; }; - 5E34C9E61B7F6C6100F212E8 /* CZBuffer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CZBuffer.cpp; sourceTree = ""; }; - 5E34C9E71B7F6C6100F212E8 /* CZBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CZBuffer.h; sourceTree = ""; }; - 5E34C9E81B7F6C6100F212E8 /* ITriangleRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ITriangleRenderer.h; sourceTree = ""; }; - 5E34C9E91B7F6C6100F212E8 /* IZBuffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IZBuffer.h; sourceTree = ""; }; - 5E34C9EA1B7F6C6100F212E8 /* S2DVertex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = S2DVertex.h; sourceTree = ""; }; - 5E34C9EB1B7F6C8200F212E8 /* CVideoModeList.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CVideoModeList.cpp; sourceTree = ""; }; - 5E34C9EC1B7F6C8200F212E8 /* CVideoModeList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CVideoModeList.h; sourceTree = ""; }; - 5E34C9ED1B7F6CCC00F212E8 /* CNSOGLManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNSOGLManager.h; sourceTree = ""; }; - 5E34C9EE1B7F6CCC00F212E8 /* CNSOGLManager.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = CNSOGLManager.mm; sourceTree = ""; }; - 5E34C9F31B7F6E3400F212E8 /* libIrrlicht.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libIrrlicht.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E5733E51C18E212003F664E /* libIrrlicht.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libIrrlicht.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E5733E61C18E254003F664E /* CIrrDeviceiOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CIrrDeviceiOS.h; sourceTree = ""; }; - 5E5733E71C18E254003F664E /* CIrrDeviceiOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CIrrDeviceiOS.mm; sourceTree = ""; }; - 5E5733EC1C18E2C0003F664E /* COGLESCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLESCommon.h; sourceTree = ""; }; - 5E5733ED1C18E2C0003F664E /* COGLESDriver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COGLESDriver.cpp; sourceTree = ""; }; - 5E5733EE1C18E2C0003F664E /* COGLESDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLESDriver.h; sourceTree = ""; }; - 5E5733EF1C18E2C0003F664E /* COGLESExtensionHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COGLESExtensionHandler.cpp; sourceTree = ""; }; - 5E5733F01C18E2C0003F664E /* COGLESExtensionHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLESExtensionHandler.h; sourceTree = ""; }; - 5E5733F11C18E2C0003F664E /* COGLESMaterialRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLESMaterialRenderer.h; sourceTree = ""; }; - 5E5733F81C18E2E2003F664E /* COGLES2Common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLES2Common.h; sourceTree = ""; }; - 5E5733F91C18E2E2003F664E /* COGLES2Driver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COGLES2Driver.cpp; sourceTree = ""; }; - 5E5733FA1C18E2E2003F664E /* COGLES2Driver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLES2Driver.h; sourceTree = ""; }; - 5E5733FB1C18E2E2003F664E /* COGLES2ExtensionHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COGLES2ExtensionHandler.cpp; sourceTree = ""; }; - 5E5733FC1C18E2E2003F664E /* COGLES2ExtensionHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLES2ExtensionHandler.h; sourceTree = ""; }; - 5E5733FD1C18E2E2003F664E /* COGLES2FixedPipelineRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COGLES2FixedPipelineRenderer.cpp; sourceTree = ""; }; - 5E5733FE1C18E2E2003F664E /* COGLES2FixedPipelineRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLES2FixedPipelineRenderer.h; sourceTree = ""; }; - 5E5733FF1C18E2E2003F664E /* COGLES2MaterialRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COGLES2MaterialRenderer.cpp; sourceTree = ""; }; - 5E5734001C18E2E2003F664E /* COGLES2MaterialRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLES2MaterialRenderer.h; sourceTree = ""; }; - 5E5734011C18E2E2003F664E /* COGLES2NormalMapRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COGLES2NormalMapRenderer.cpp; sourceTree = ""; }; - 5E5734021C18E2E2003F664E /* COGLES2NormalMapRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLES2NormalMapRenderer.h; sourceTree = ""; }; - 5E5734031C18E2E2003F664E /* COGLES2ParallaxMapRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COGLES2ParallaxMapRenderer.cpp; sourceTree = ""; }; - 5E5734041C18E2E2003F664E /* COGLES2ParallaxMapRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLES2ParallaxMapRenderer.h; sourceTree = ""; }; - 5E5734051C18E2E2003F664E /* COGLES2Renderer2D.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COGLES2Renderer2D.cpp; sourceTree = ""; }; - 5E5734061C18E2E2003F664E /* COGLES2Renderer2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COGLES2Renderer2D.h; sourceTree = ""; }; - 5E79088A1C10EC6C00DFE7FE /* IRenderTarget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = IRenderTarget.h; path = ../../include/IRenderTarget.h; sourceTree = ""; }; - 5E79088D1C10EE6700DFE7FE /* COpenGLCoreCacheHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLCoreCacheHandler.h; sourceTree = ""; }; - 5E79088E1C10EE6700DFE7FE /* COpenGLCoreFeature.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLCoreFeature.h; sourceTree = ""; }; - 5E79088F1C10EE6700DFE7FE /* COpenGLCoreRenderTarget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLCoreRenderTarget.h; sourceTree = ""; }; - 5E7908901C10EE6700DFE7FE /* COpenGLCoreTexture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COpenGLCoreTexture.h; sourceTree = ""; }; - 5E7908911C10EEC000DFE7FE /* COpenGLCacheHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = COpenGLCacheHandler.cpp; sourceTree = ""; }; - 5E7908921C10EEC000DFE7FE /* COpenGLCacheHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COpenGLCacheHandler.h; sourceTree = ""; }; - 5E7908931C10EEC000DFE7FE /* COpenGLCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = COpenGLCommon.h; sourceTree = ""; }; - 5E7908981C10FE4A00DFE7FE /* CB3DMeshWriter.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CB3DMeshWriter.cpp; sourceTree = ""; }; - 5E7908991C10FE4A00DFE7FE /* CB3DMeshWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CB3DMeshWriter.h; sourceTree = ""; }; - 5E8570BA1B7F9AC400B267D2 /* CIrrDeviceConsole.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CIrrDeviceConsole.cpp; sourceTree = ""; }; - 5E8570BB1B7F9AC400B267D2 /* CIrrDeviceConsole.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CIrrDeviceConsole.h; sourceTree = ""; }; - 5E9573D11C18E70000C27989 /* EVertexAttributes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EVertexAttributes.h; path = ../../include/EVertexAttributes.h; sourceTree = ""; }; - 5E9573D31C18E9B300C27989 /* CEAGLManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CEAGLManager.h; sourceTree = ""; }; - 5E9573D61C18E9E600C27989 /* CEAGLManager.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CEAGLManager.mm; sourceTree = ""; }; - 5EC24F5E1B8B861200DCA615 /* exampleHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = exampleHelper.h; path = ../../include/exampleHelper.h; sourceTree = ""; }; - 8493BC01249DEBB20092813E /* IOctreeSceneNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IOctreeSceneNode.h; path = ../../include/IOctreeSceneNode.h; sourceTree = ""; }; - 8493BC03249DED3F0092813E /* IMemoryReadFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IMemoryReadFile.h; path = ../../include/IMemoryReadFile.h; sourceTree = ""; }; - 84A219A4249F823800E189FC /* SOverrideMaterial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SOverrideMaterial.h; path = ../../include/SOverrideMaterial.h; sourceTree = ""; }; - 84A219A6249F82DC00E189FC /* burning_shader_compile_verify.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = burning_shader_compile_verify.h; sourceTree = ""; }; - 84A219A7249F82DC00E189FC /* burning_shader_compile_triangle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = burning_shader_compile_triangle.h; sourceTree = ""; }; - 84A219A8249F82DC00E189FC /* burning_shader_compile_fragment_start.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = burning_shader_compile_fragment_start.h; sourceTree = ""; }; - 84A219A9249F82DC00E189FC /* burning_shader_color_fraq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = burning_shader_color_fraq.h; sourceTree = ""; }; - 84A219AA249F82DC00E189FC /* burning_shader_compile_start.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = burning_shader_compile_start.h; sourceTree = ""; }; - 84A219AC249F82DC00E189FC /* burning_shader_compile_fragment_default.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = burning_shader_compile_fragment_default.h; sourceTree = ""; }; - 84A219AD249F82DD00E189FC /* burning_shader_compile_fragment_end.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = burning_shader_compile_fragment_end.h; sourceTree = ""; }; - 84A219B6249F82E800E189FC /* burning_shader_color.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = burning_shader_color.cpp; sourceTree = ""; }; - 84A219B8249F834000E189FC /* CTRGouraudNoZ2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CTRGouraudNoZ2.cpp; sourceTree = ""; }; - 84A219BA249F835B00E189FC /* CTR_transparent_reflection_2_layer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CTR_transparent_reflection_2_layer.cpp; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 5E34C9F01B7F6E3400F212E8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 5E34C6D81B7F4A0C00F212E8 = { - isa = PBXGroup; - children = ( - 5E34C6DF1B7F4AB500F212E8 /* include */, - 5E34C6E01B7F4ABD00F212E8 /* Irrlicht */, - 5E34C9F41B7F6E3400F212E8 /* Products */, - ); - sourceTree = ""; - }; - 5E34C6DF1B7F4AB500F212E8 /* include */ = { - isa = PBXGroup; - children = ( - 5E34C79F1B7F4B9400F212E8 /* core */, - 5E34C7A31B7F4C2100F212E8 /* gui */, - 5E34C7A11B7F4BF000F212E8 /* io */, - 5E34C7A01B7F4BC900F212E8 /* scene */, - 5E34C7A21B7F4C1900F212E8 /* video */, - 5E34C6E91B7F4AFB00F212E8 /* driverChoice.h */, - 5EC24F5E1B8B861200DCA615 /* exampleHelper.h */, - 5E34C6ED1B7F4AFB00F212E8 /* EDeviceTypes.h */, - 5E34C70F1B7F4AFC00F212E8 /* IEventReceiver.h */, - 5E34C7371B7F4AFC00F212E8 /* ILogger.h */, - 5E34C7431B7F4AFC00F212E8 /* IOSOperator.h */, - 5E34C7511B7F4AFC00F212E8 /* IProfiler.h */, - 5E34C7541B7F4AFC00F212E8 /* IRandomizer.h */, - 5E34C7561B7F4AFC00F212E8 /* IReferenceCounted.h */, - 5E34C7591B7F4AFC00F212E8 /* IrrCompileConfig.h */, - 5E34C75A1B7F4AFC00F212E8 /* irrlicht.h */, - 5E34C75B1B7F4AFC00F212E8 /* IrrlichtDevice.h */, - 5E34C75F1B7F4AFC00F212E8 /* irrpack.h */, - 5E34C7611B7F4AFC00F212E8 /* irrTypes.h */, - 5E34C7621B7F4AFC00F212E8 /* irrunpack.h */, - 5E34C7751B7F4AFC00F212E8 /* ITimer.h */, - 5E34C77E1B7F4AFC00F212E8 /* Keycodes.h */, - 5E34C77F1B7F4AFC00F212E8 /* leakHunter.h */, - 5E34C78D1B7F4AFC00F212E8 /* SIrrCreationParameters.h */, - 5E34C78E1B7F4AFC00F212E8 /* SKeyMap.h */, - ); - name = include; - sourceTree = ""; - }; - 5E34C6E01B7F4ABD00F212E8 /* Irrlicht */ = { - isa = PBXGroup; - children = ( - 5E34C7A41B7F503A00F212E8 /* gui */, - 5E34C7A51B7F504400F212E8 /* io */, - 5E34C7A81B7F506D00F212E8 /* irr */, - 5E34C7A61B7F505A00F212E8 /* scene */, - 5E34C7A71B7F506300F212E8 /* video */, - 5E34C9EB1B7F6C8200F212E8 /* CVideoModeList.cpp */, - 5E34C9EC1B7F6C8200F212E8 /* CVideoModeList.h */, - ); - name = Irrlicht; - sourceTree = ""; - }; - 5E34C79F1B7F4B9400F212E8 /* core */ = { - isa = PBXGroup; - children = ( - 5E34C6E21B7F4AFB00F212E8 /* aabbox3d.h */, - 5E34C6E61B7F4AFB00F212E8 /* coreutil.h */, - 5E34C6E81B7F4AFB00F212E8 /* dimension2d.h */, - 5E34C6FE1B7F4AFC00F212E8 /* fast_atof.h */, - 5E34C6FF1B7F4AFC00F212E8 /* heapsort.h */, - 5E34C7571B7F4AFC00F212E8 /* irrAllocator.h */, - 5E34C7581B7F4AFC00F212E8 /* irrArray.h */, - 5E34C75C1B7F4AFC00F212E8 /* irrList.h */, - 5E34C75D1B7F4AFC00F212E8 /* irrMap.h */, - 5E34C75E1B7F4AFC00F212E8 /* irrMath.h */, - 5E34C7601B7F4AFC00F212E8 /* irrString.h */, - 5E34C7801B7F4AFC00F212E8 /* line2d.h */, - 5E34C7811B7F4AFC00F212E8 /* line3d.h */, - 5E34C7821B7F4AFC00F212E8 /* matrix4.h */, - 5E34C7841B7F4AFC00F212E8 /* plane3d.h */, - 5E34C7851B7F4AFC00F212E8 /* position2d.h */, - 5E34C7861B7F4AFC00F212E8 /* quaternion.h */, - 5E34C7871B7F4AFC00F212E8 /* rect.h */, - 5E34C79C1B7F4AFC00F212E8 /* triangle3d.h */, - 5E34C79D1B7F4AFC00F212E8 /* vector2d.h */, - 5E34C79E1B7F4AFC00F212E8 /* vector3d.h */, - ); - name = core; - sourceTree = ""; - }; - 5E34C7A01B7F4BC900F212E8 /* scene */ = { - isa = PBXGroup; - children = ( - 5E34C6E31B7F4AFB00F212E8 /* CDynamicMeshBuffer.h */, - 5E34C6E41B7F4AFB00F212E8 /* CIndexBuffer.h */, - 5E34C6E51B7F4AFB00F212E8 /* CMeshBuffer.h */, - 5E34C6E71B7F4AFB00F212E8 /* CVertexBuffer.h */, - 5E34C6EB1B7F4AFB00F212E8 /* ECullingTypes.h */, - 5E34C6EC1B7F4AFB00F212E8 /* EDebugSceneTypes.h */, - 5E34C6F31B7F4AFB00F212E8 /* EHardwareBufferFlags.h */, - 5E34C6F61B7F4AFB00F212E8 /* EMeshWriterEnums.h */, - 5E34C6F81B7F4AFB00F212E8 /* EPrimitiveTypes.h */, - 5E34C6F91B7F4AFB00F212E8 /* ESceneNodeAnimatorTypes.h */, - 5E34C6FA1B7F4AFC00F212E8 /* ESceneNodeTypes.h */, - 5E34C6FC1B7F4AFC00F212E8 /* ETerrainElements.h */, - 5E34C7001B7F4AFC00F212E8 /* IAnimatedMesh.h */, - 5E34C7011B7F4AFC00F212E8 /* IAnimatedMeshMD2.h */, - 5E34C7021B7F4AFC00F212E8 /* IAnimatedMeshMD3.h */, - 5E34C7031B7F4AFC00F212E8 /* IAnimatedMeshSceneNode.h */, - 5E34C7061B7F4AFC00F212E8 /* IBillboardSceneNode.h */, - 5E34C7071B7F4AFC00F212E8 /* IBillboardTextSceneNode.h */, - 5E34C7081B7F4AFC00F212E8 /* IBoneSceneNode.h */, - 5E34C7091B7F4AFC00F212E8 /* ICameraSceneNode.h */, - 5E34C70A1B7F4AFC00F212E8 /* IColladaMeshWriter.h */, - 5E34C70D1B7F4AFC00F212E8 /* IDummyTransformationSceneNode.h */, - 5E34C70E1B7F4AFC00F212E8 /* IDynamicMeshBuffer.h */, - 5E34C7131B7F4AFC00F212E8 /* IGeometryCreator.h */, - 5E34C7341B7F4AFC00F212E8 /* IIndexBuffer.h */, - 5E34C7351B7F4AFC00F212E8 /* ILightManager.h */, - 5E34C7361B7F4AFC00F212E8 /* ILightSceneNode.h */, - 5E34C73A1B7F4AFC00F212E8 /* IMesh.h */, - 5E34C73B1B7F4AFC00F212E8 /* IMeshBuffer.h */, - 5E34C73C1B7F4AFC00F212E8 /* IMeshCache.h */, - 5E34C73D1B7F4AFC00F212E8 /* IMeshLoader.h */, - 5E34C73E1B7F4AFC00F212E8 /* IMeshManipulator.h */, - 5E34C73F1B7F4AFC00F212E8 /* IMeshSceneNode.h */, - 5E34C7401B7F4AFC00F212E8 /* IMeshTextureLoader.h */, - 5E34C7411B7F4AFC00F212E8 /* IMeshWriter.h */, - 5E34C7421B7F4AFC00F212E8 /* IMetaTriangleSelector.h */, - 8493BC01249DEBB20092813E /* IOctreeSceneNode.h */, - 5E34C7441B7F4AFC00F212E8 /* IParticleAffector.h */, - 5E34C7451B7F4AFC00F212E8 /* IParticleAnimatedMeshSceneNodeEmitter.h */, - 5E34C7461B7F4AFC00F212E8 /* IParticleAttractionAffector.h */, - 5E34C7471B7F4AFC00F212E8 /* IParticleBoxEmitter.h */, - 5E34C7481B7F4AFC00F212E8 /* IParticleCylinderEmitter.h */, - 5E34C7491B7F4AFC00F212E8 /* IParticleEmitter.h */, - 5E34C74A1B7F4AFC00F212E8 /* IParticleFadeOutAffector.h */, - 5E34C74B1B7F4AFC00F212E8 /* IParticleGravityAffector.h */, - 5E34C74C1B7F4AFC00F212E8 /* IParticleMeshEmitter.h */, - 5E34C74D1B7F4AFC00F212E8 /* IParticleRingEmitter.h */, - 5E34C74E1B7F4AFC00F212E8 /* IParticleRotationAffector.h */, - 5E34C74F1B7F4AFC00F212E8 /* IParticleSphereEmitter.h */, - 5E34C7501B7F4AFC00F212E8 /* IParticleSystemSceneNode.h */, - 5E34C7521B7F4AFC00F212E8 /* IQ3LevelMesh.h */, - 5E34C7531B7F4AFC00F212E8 /* IQ3Shader.h */, - 5E34C7641B7F4AFC00F212E8 /* ISceneCollisionManager.h */, - 5E34C7651B7F4AFC00F212E8 /* ISceneLoader.h */, - 5E34C7661B7F4AFC00F212E8 /* ISceneManager.h */, - 5E34C7671B7F4AFC00F212E8 /* ISceneNode.h */, - 5E34C7681B7F4AFC00F212E8 /* ISceneNodeAnimator.h */, - 5E34C7691B7F4AFC00F212E8 /* ISceneNodeAnimatorCameraFPS.h */, - 5E34C76A1B7F4AFC00F212E8 /* ISceneNodeAnimatorCameraMaya.h */, - 5E34C76B1B7F4AFC00F212E8 /* ISceneNodeAnimatorCollisionResponse.h */, - 5E34C76C1B7F4AFC00F212E8 /* ISceneNodeAnimatorFactory.h */, - 5E34C76D1B7F4AFC00F212E8 /* ISceneNodeFactory.h */, - 5E34C76E1B7F4AFC00F212E8 /* ISceneUserDataSerializer.h */, - 5E34C7701B7F4AFC00F212E8 /* IShadowVolumeSceneNode.h */, - 5E34C7711B7F4AFC00F212E8 /* ISkinnedMesh.h */, - 5E34C7721B7F4AFC00F212E8 /* ITerrainSceneNode.h */, - 5E34C7731B7F4AFC00F212E8 /* ITextSceneNode.h */, - 5E34C7761B7F4AFC00F212E8 /* ITriangleSelector.h */, - 5E34C7771B7F4AFC00F212E8 /* IVertexBuffer.h */, - 5E34C77A1B7F4AFC00F212E8 /* IVolumeLightSceneNode.h */, - 5E34C7891B7F4AFC00F212E8 /* SAnimatedMesh.h */, - 5E34C78A1B7F4AFC00F212E8 /* SceneParameters.h */, - 5E34C7921B7F4AFC00F212E8 /* SMesh.h */, - 5E34C7931B7F4AFC00F212E8 /* SMeshBuffer.h */, - 5E34C7941B7F4AFC00F212E8 /* SMeshBufferLightMap.h */, - 5E34C7951B7F4AFC00F212E8 /* SMeshBufferTangents.h */, - 84A219A4249F823800E189FC /* SOverrideMaterial.h */, - 5E34C7961B7F4AFC00F212E8 /* SParticle.h */, - 5E34C7971B7F4AFC00F212E8 /* SSharedMeshBuffer.h */, - 5E34C7981B7F4AFC00F212E8 /* SSkinMeshBuffer.h */, - 5E34C79A1B7F4AFC00F212E8 /* SVertexManipulator.h */, - 5E34C79B1B7F4AFC00F212E8 /* SViewFrustum.h */, - ); - name = scene; - sourceTree = ""; - }; - 5E34C7A11B7F4BF000F212E8 /* io */ = { - isa = PBXGroup; - children = ( - 5E34C6EA1B7F4AFB00F212E8 /* EAttributes.h */, - 5E34C7041B7F4AFC00F212E8 /* IAttributeExchangingObject.h */, - 5E34C7051B7F4AFC00F212E8 /* IAttributes.h */, - 5E34C7101B7F4AFC00F212E8 /* IFileArchive.h */, - 5E34C7111B7F4AFC00F212E8 /* IFileList.h */, - 5E34C7121B7F4AFC00F212E8 /* IFileSystem.h */, - 8493BC03249DED3F0092813E /* IMemoryReadFile.h */, - 5E34C7551B7F4AFC00F212E8 /* IReadFile.h */, - 5E34C7631B7F4AFC00F212E8 /* irrXML.h */, - 5E34C77B1B7F4AFC00F212E8 /* IWriteFile.h */, - 5E34C77C1B7F4AFC00F212E8 /* IXMLReader.h */, - 5E34C77D1B7F4AFC00F212E8 /* IXMLWriter.h */, - 5E34C7831B7F4AFC00F212E8 /* path.h */, - ); - name = io; - sourceTree = ""; - }; - 5E34C7A21B7F4C1900F212E8 /* video */ = { - isa = PBXGroup; - children = ( - 84A219A9249F82DC00E189FC /* burning_shader_color_fraq.h */, - 84A219AC249F82DC00E189FC /* burning_shader_compile_fragment_default.h */, - 84A219AD249F82DD00E189FC /* burning_shader_compile_fragment_end.h */, - 84A219A8249F82DC00E189FC /* burning_shader_compile_fragment_start.h */, - 84A219AA249F82DC00E189FC /* burning_shader_compile_start.h */, - 84A219A7249F82DC00E189FC /* burning_shader_compile_triangle.h */, - 84A219A6249F82DC00E189FC /* burning_shader_compile_verify.h */, - 5E34C6EE1B7F4AFB00F212E8 /* EDriverFeatures.h */, - 5E34C6EF1B7F4AFB00F212E8 /* EDriverTypes.h */, - 5E34C6F41B7F4AFB00F212E8 /* EMaterialFlags.h */, - 5E34C6F51B7F4AFB00F212E8 /* EMaterialTypes.h */, - 5E34C6FB1B7F4AFC00F212E8 /* EShaderTypes.h */, - 5E9573D11C18E70000C27989 /* EVertexAttributes.h */, - 5E34C70B1B7F4AFC00F212E8 /* IContextManager.h */, - 5E34C7141B7F4AFC00F212E8 /* IGPUProgrammingServices.h */, - 5E34C7311B7F4AFC00F212E8 /* IImage.h */, - 5E34C7321B7F4AFC00F212E8 /* IImageLoader.h */, - 5E34C7331B7F4AFC00F212E8 /* IImageWriter.h */, - 5E34C7381B7F4AFC00F212E8 /* IMaterialRenderer.h */, - 5E34C7391B7F4AFC00F212E8 /* IMaterialRendererServices.h */, - 5E79088A1C10EC6C00DFE7FE /* IRenderTarget.h */, - 5E34C76F1B7F4AFC00F212E8 /* IShaderConstantSetCallBack.h */, - 5E34C7741B7F4AFC00F212E8 /* ITexture.h */, - 5E34C7781B7F4AFC00F212E8 /* IVideoDriver.h */, - 5E34C7791B7F4AFC00F212E8 /* IVideoModeList.h */, - 5E34C7881B7F4AFC00F212E8 /* S3DVertex.h */, - 5E34C78B1B7F4AFC00F212E8 /* SColor.h */, - 5E34C78C1B7F4AFC00F212E8 /* SExposedVideoData.h */, - 5E34C78F1B7F4AFC00F212E8 /* SLight.h */, - 5E34C7901B7F4AFC00F212E8 /* SMaterial.h */, - 5E34C7911B7F4AFC00F212E8 /* SMaterialLayer.h */, - 5E34C7991B7F4AFC00F212E8 /* SVertexIndex.h */, - ); - name = video; - sourceTree = ""; - }; - 5E34C7A31B7F4C2100F212E8 /* gui */ = { - isa = PBXGroup; - children = ( - 5E34C6F01B7F4AFB00F212E8 /* EFocusFlags.h */, - 5E34C6F11B7F4AFB00F212E8 /* EGUIAlignment.h */, - 5E34C6F21B7F4AFB00F212E8 /* EGUIElementTypes.h */, - 5E34C6F71B7F4AFB00F212E8 /* EMessageBoxFlags.h */, - 5E34C70C1B7F4AFC00F212E8 /* ICursorControl.h */, - 5E34C7151B7F4AFC00F212E8 /* IGUIButton.h */, - 5E34C7161B7F4AFC00F212E8 /* IGUICheckBox.h */, - 5E34C7171B7F4AFC00F212E8 /* IGUIColorSelectDialog.h */, - 5E34C7181B7F4AFC00F212E8 /* IGUIComboBox.h */, - 5E34C7191B7F4AFC00F212E8 /* IGUIContextMenu.h */, - 5E34C71A1B7F4AFC00F212E8 /* IGUIEditBox.h */, - 5E34C71B1B7F4AFC00F212E8 /* IGUIElement.h */, - 5E34C71C1B7F4AFC00F212E8 /* IGUIElementFactory.h */, - 5E34C71D1B7F4AFC00F212E8 /* IGUIEnvironment.h */, - 5E34C71E1B7F4AFC00F212E8 /* IGUIFileOpenDialog.h */, - 5E34C71F1B7F4AFC00F212E8 /* IGUIFont.h */, - 5E34C7201B7F4AFC00F212E8 /* IGUIFontBitmap.h */, - 5E34C7211B7F4AFC00F212E8 /* IGUIImage.h */, - 5E34C7221B7F4AFC00F212E8 /* IGUIImageList.h */, - 5E34C7231B7F4AFC00F212E8 /* IGUIInOutFader.h */, - 5E34C7241B7F4AFC00F212E8 /* IGUIListBox.h */, - 5E34C7251B7F4AFC00F212E8 /* IGUIMeshViewer.h */, - 5E34C7261B7F4AFC00F212E8 /* IGUIProfiler.h */, - 5E34C7271B7F4AFC00F212E8 /* IGUIScrollBar.h */, - 5E34C7281B7F4AFC00F212E8 /* IGUISkin.h */, - 5E34C7291B7F4AFC00F212E8 /* IGUISpinBox.h */, - 5E34C72A1B7F4AFC00F212E8 /* IGUISpriteBank.h */, - 5E34C72B1B7F4AFC00F212E8 /* IGUIStaticText.h */, - 5E34C72C1B7F4AFC00F212E8 /* IGUITabControl.h */, - 5E34C72D1B7F4AFC00F212E8 /* IGUITable.h */, - 5E34C72E1B7F4AFC00F212E8 /* IGUIToolbar.h */, - 5E34C72F1B7F4AFC00F212E8 /* IGUITreeView.h */, - 5E34C7301B7F4AFC00F212E8 /* IGUIWindow.h */, - ); - name = gui; - sourceTree = ""; - }; - 5E34C7A41B7F503A00F212E8 /* gui */ = { - isa = PBXGroup; - children = ( - 5E34C7E11B7F50DE00F212E8 /* BuiltInFont.h */, - 5E34C7E21B7F50DE00F212E8 /* CDefaultGUIElementFactory.cpp */, - 5E34C7E31B7F50DE00F212E8 /* CDefaultGUIElementFactory.h */, - 5E34C7A91B7F50A900F212E8 /* CGUIButton.cpp */, - 5E34C7AA1B7F50A900F212E8 /* CGUIButton.h */, - 5E34C7AB1B7F50A900F212E8 /* CGUICheckBox.cpp */, - 5E34C7AC1B7F50A900F212E8 /* CGUICheckBox.h */, - 5E34C7AD1B7F50A900F212E8 /* CGUIColorSelectDialog.cpp */, - 5E34C7AE1B7F50A900F212E8 /* CGUIColorSelectDialog.h */, - 5E34C7AF1B7F50A900F212E8 /* CGUIComboBox.cpp */, - 5E34C7B01B7F50A900F212E8 /* CGUIComboBox.h */, - 5E34C7B11B7F50A900F212E8 /* CGUIContextMenu.cpp */, - 5E34C7B21B7F50A900F212E8 /* CGUIContextMenu.h */, - 5E34C7B31B7F50A900F212E8 /* CGUIEditBox.cpp */, - 5E34C7B41B7F50A900F212E8 /* CGUIEditBox.h */, - 5E34C7B51B7F50A900F212E8 /* CGUIEnvironment.cpp */, - 5E34C7B61B7F50A900F212E8 /* CGUIEnvironment.h */, - 5E34C7B71B7F50A900F212E8 /* CGUIFileOpenDialog.cpp */, - 5E34C7B81B7F50A900F212E8 /* CGUIFileOpenDialog.h */, - 5E34C7B91B7F50A900F212E8 /* CGUIFont.cpp */, - 5E34C7BA1B7F50A900F212E8 /* CGUIFont.h */, - 5E34C7BB1B7F50A900F212E8 /* CGUIImage.cpp */, - 5E34C7BC1B7F50A900F212E8 /* CGUIImage.h */, - 5E34C7BD1B7F50A900F212E8 /* CGUIImageList.cpp */, - 5E34C7BE1B7F50A900F212E8 /* CGUIImageList.h */, - 5E34C7BF1B7F50A900F212E8 /* CGUIInOutFader.cpp */, - 5E34C7C01B7F50A900F212E8 /* CGUIInOutFader.h */, - 5E34C7C11B7F50A900F212E8 /* CGUIListBox.cpp */, - 5E34C7C21B7F50A900F212E8 /* CGUIListBox.h */, - 5E34C7C31B7F50A900F212E8 /* CGUIMenu.cpp */, - 5E34C7C41B7F50A900F212E8 /* CGUIMenu.h */, - 5E34C7C51B7F50A900F212E8 /* CGUIMeshViewer.cpp */, - 5E34C7C61B7F50A900F212E8 /* CGUIMeshViewer.h */, - 5E34C7C71B7F50A900F212E8 /* CGUIMessageBox.cpp */, - 5E34C7C81B7F50A900F212E8 /* CGUIMessageBox.h */, - 5E34C7C91B7F50A900F212E8 /* CGUIModalScreen.cpp */, - 5E34C7CA1B7F50A900F212E8 /* CGUIModalScreen.h */, - 5E34C7CB1B7F50A900F212E8 /* CGUIProfiler.cpp */, - 5E34C7CC1B7F50A900F212E8 /* CGUIProfiler.h */, - 5E34C7CD1B7F50A900F212E8 /* CGUIScrollBar.cpp */, - 5E34C7CE1B7F50A900F212E8 /* CGUIScrollBar.h */, - 5E34C7CF1B7F50A900F212E8 /* CGUISkin.cpp */, - 5E34C7D01B7F50A900F212E8 /* CGUISkin.h */, - 5E34C7D11B7F50A900F212E8 /* CGUISpinBox.cpp */, - 5E34C7D21B7F50A900F212E8 /* CGUISpinBox.h */, - 5E34C7D31B7F50A900F212E8 /* CGUISpriteBank.cpp */, - 5E34C7D41B7F50A900F212E8 /* CGUISpriteBank.h */, - 5E34C7D51B7F50A900F212E8 /* CGUIStaticText.cpp */, - 5E34C7D61B7F50A900F212E8 /* CGUIStaticText.h */, - 5E34C7D71B7F50A900F212E8 /* CGUITabControl.cpp */, - 5E34C7D81B7F50A900F212E8 /* CGUITabControl.h */, - 5E34C7D91B7F50A900F212E8 /* CGUITable.cpp */, - 5E34C7DA1B7F50A900F212E8 /* CGUITable.h */, - 5E34C7DB1B7F50A900F212E8 /* CGUIToolBar.cpp */, - 5E34C7DC1B7F50A900F212E8 /* CGUIToolBar.h */, - 5E34C7DD1B7F50A900F212E8 /* CGUITreeView.cpp */, - 5E34C7DE1B7F50A900F212E8 /* CGUITreeView.h */, - 5E34C7DF1B7F50A900F212E8 /* CGUIWindow.cpp */, - 5E34C7E01B7F50A900F212E8 /* CGUIWindow.h */, - ); - name = gui; - sourceTree = ""; - }; - 5E34C7A51B7F504400F212E8 /* io */ = { - isa = PBXGroup; - children = ( - 5E34C7E41B7F517000F212E8 /* CAttributeImpl.h */, - 5E34C7E51B7F517000F212E8 /* CAttributes.cpp */, - 5E34C7E61B7F517000F212E8 /* CAttributes.h */, - 5E34C7E71B7F517000F212E8 /* CFileList.cpp */, - 5E34C7E81B7F517000F212E8 /* CFileList.h */, - 5E34C7E91B7F517000F212E8 /* CFileSystem.cpp */, - 5E34C7EA1B7F517000F212E8 /* CFileSystem.h */, - 5E34C7EB1B7F517000F212E8 /* CLimitReadFile.cpp */, - 5E34C7EC1B7F517000F212E8 /* CLimitReadFile.h */, - 5E34C7ED1B7F517000F212E8 /* CMemoryFile.cpp */, - 5E34C7EE1B7F517000F212E8 /* CMemoryFile.h */, - 5E34C7EF1B7F517000F212E8 /* CMountPointReader.cpp */, - 5E34C7F01B7F517000F212E8 /* CMountPointReader.h */, - 5E34C7F11B7F517000F212E8 /* CNPKReader.cpp */, - 5E34C7F21B7F517000F212E8 /* CNPKReader.h */, - 5E34C7F31B7F517000F212E8 /* CPakReader.cpp */, - 5E34C7F41B7F517000F212E8 /* CPakReader.h */, - 5E34C7F51B7F51D900F212E8 /* CReadFile.cpp */, - 5E34C7F61B7F51D900F212E8 /* CReadFile.h */, - 5E34C7F71B7F51D900F212E8 /* CTarReader.cpp */, - 5E34C7F81B7F51D900F212E8 /* CTarReader.h */, - 5E34C7F91B7F51D900F212E8 /* CWADReader.cpp */, - 5E34C7FA1B7F51D900F212E8 /* CWADReader.h */, - 5E34C7FB1B7F51D900F212E8 /* CWriteFile.cpp */, - 5E34C7FC1B7F51D900F212E8 /* CWriteFile.h */, - 5E34C7FD1B7F51D900F212E8 /* CXMLReader.cpp */, - 5E34C7FE1B7F51D900F212E8 /* CXMLReader.h */, - 5E34C7FF1B7F51D900F212E8 /* CXMLReaderImpl.h */, - 5E34C8001B7F51D900F212E8 /* CXMLWriter.cpp */, - 5E34C8011B7F51D900F212E8 /* CXMLWriter.h */, - 5E34C8021B7F51D900F212E8 /* CZipReader.cpp */, - 5E34C8031B7F51D900F212E8 /* CZipReader.h */, - 5E34C8041B7F51D900F212E8 /* IAttribute.h */, - 5E34C8051B7F51D900F212E8 /* irrXML.cpp */, - ); - name = io; - sourceTree = ""; - }; - 5E34C7A61B7F505A00F212E8 /* scene */ = { - isa = PBXGroup; - children = ( - 5E34C89F1B7F655200F212E8 /* animators */, - 5E34C8A01B7F655A00F212E8 /* collision */, - 5E34C8A11B7F656300F212E8 /* loaders */, - 5E34C8A21B7F656C00F212E8 /* particleSystem */, - 5E34C8A31B7F657A00F212E8 /* sceneNodes */, - 5E34C8A41B7F658300F212E8 /* writers */, - 5E34C8AD1B7F664100F212E8 /* CDefaultSceneNodeAnimatorFactory.cpp */, - 5E34C8AE1B7F664100F212E8 /* CDefaultSceneNodeAnimatorFactory.h */, - 5E34C8AF1B7F664100F212E8 /* CDefaultSceneNodeFactory.cpp */, - 5E34C8B01B7F664100F212E8 /* CDefaultSceneNodeFactory.h */, - 5E34C8B11B7F664100F212E8 /* CGeometryCreator.cpp */, - 5E34C8B21B7F664100F212E8 /* CGeometryCreator.h */, - 5E34C8B31B7F664100F212E8 /* CMeshCache.cpp */, - 5E34C8B41B7F664100F212E8 /* CMeshCache.h */, - 5E34C8B51B7F664100F212E8 /* CMeshManipulator.cpp */, - 5E34C8B61B7F664100F212E8 /* CMeshManipulator.h */, - 5E34C8B71B7F664100F212E8 /* CSceneManager.cpp */, - 5E34C8B81B7F664100F212E8 /* CSceneManager.h */, - 5E34C8B91B7F664100F212E8 /* Octree.h */, - ); - name = scene; - sourceTree = ""; - }; - 5E34C7A71B7F506300F212E8 /* video */ = { - isa = PBXGroup; - children = ( - 5E34C95A1B7F692C00F212E8 /* Burning Video */, - 5E34C95B1B7F693800F212E8 /* Null */, - 5E34C95C1B7F694500F212E8 /* OpenGL */, - 5E79088C1C10EDF000DFE7FE /* OpenGL Context */, - 5E5733EA1C18E27E003F664E /* OpenGL ES1.x */, - 5E5733EB1C18E29B003F664E /* OpenGL ES2.x */, - 5E79088B1C10ED5000DFE7FE /* OpenGL Core */, - 5E34C95F1B7F697B00F212E8 /* Software */, - ); - name = video; - sourceTree = ""; - }; - 5E34C7A81B7F506D00F212E8 /* irr */ = { - isa = PBXGroup; - children = ( - 5E34C8061B7F51F100F212E8 /* device */, - 5E34C8071B7F520000F212E8 /* extern */, - 5E34C8921B7F652600F212E8 /* CLogger.cpp */, - 5E34C8931B7F652600F212E8 /* CLogger.h */, - 5E34C8941B7F652600F212E8 /* COSOperator.cpp */, - 5E34C8951B7F652600F212E8 /* COSOperator.h */, - 5E34C8961B7F652600F212E8 /* CProfiler.cpp */, - 5E34C8971B7F652600F212E8 /* CProfiler.h */, - 5E34C8981B7F652600F212E8 /* CTimer.h */, - 5E34C8991B7F652600F212E8 /* EProfileIDs.h */, - 5E34C89A1B7F652600F212E8 /* Irrlicht.cpp */, - 5E34C89B1B7F652600F212E8 /* leakHunter.cpp */, - 5E34C89C1B7F652600F212E8 /* os.cpp */, - 5E34C89D1B7F652600F212E8 /* os.h */, - 5E34C89E1B7F652600F212E8 /* utf8.cpp */, - ); - name = irr; - sourceTree = ""; - }; - 5E34C8061B7F51F100F212E8 /* device */ = { - isa = PBXGroup; - children = ( - 5E8570BA1B7F9AC400B267D2 /* CIrrDeviceConsole.cpp */, - 5E8570BB1B7F9AC400B267D2 /* CIrrDeviceConsole.h */, - 5E5733E61C18E254003F664E /* CIrrDeviceiOS.h */, - 5E5733E71C18E254003F664E /* CIrrDeviceiOS.mm */, - 5E34C8131B7F535C00F212E8 /* CIrrDeviceOSX.h */, - 5E34C8141B7F535C00F212E8 /* CIrrDeviceOSX.mm */, - 5E34C80D1B7F52AC00F212E8 /* CIrrDeviceStub.cpp */, - 5E34C80E1B7F52AC00F212E8 /* CIrrDeviceStub.h */, - ); - name = device; - sourceTree = ""; - }; - 5E34C8071B7F520000F212E8 /* extern */ = { - isa = PBXGroup; - children = ( - 5E34C8081B7F521A00F212E8 /* aesGladman */, - 5E34C8091B7F522700F212E8 /* bzip2 */, - 5E34C80A1B7F522E00F212E8 /* jpeglib */, - 5E34C80B1B7F523B00F212E8 /* libpng */, - 5E34C88E1B7F579B00F212E8 /* lzma */, - 5E34C80C1B7F524400F212E8 /* zlib */, - ); - name = extern; - sourceTree = ""; - }; - 5E34C8081B7F521A00F212E8 /* aesGladman */ = { - isa = PBXGroup; - children = ( - 5E34C8151B7F540B00F212E8 /* aes.h */, - 5E34C8161B7F540B00F212E8 /* aescrypt.cpp */, - 5E34C8171B7F540B00F212E8 /* aeskey.cpp */, - 5E34C8181B7F540B00F212E8 /* aesopt.h */, - 5E34C8191B7F540B00F212E8 /* aestab.cpp */, - 5E34C81A1B7F540B00F212E8 /* fileenc.cpp */, - 5E34C81B1B7F540B00F212E8 /* fileenc.h */, - 5E34C81C1B7F540B00F212E8 /* hmac.cpp */, - 5E34C81D1B7F540B00F212E8 /* hmac.h */, - 5E34C81E1B7F540B00F212E8 /* prng.cpp */, - 5E34C81F1B7F540B00F212E8 /* prng.h */, - 5E34C8201B7F540B00F212E8 /* pwd2key.cpp */, - 5E34C8211B7F540B00F212E8 /* pwd2key.h */, - 5E34C8221B7F540B00F212E8 /* sha1.cpp */, - 5E34C8231B7F540B00F212E8 /* sha1.h */, - 5E34C8241B7F540B00F212E8 /* sha2.cpp */, - 5E34C8251B7F540B00F212E8 /* sha2.h */, - ); - name = aesGladman; - sourceTree = ""; - }; - 5E34C8091B7F522700F212E8 /* bzip2 */ = { - isa = PBXGroup; - children = ( - 5E34C8261B7F54FE00F212E8 /* blocksort.c */, - 5E34C8271B7F54FE00F212E8 /* bzcompress.c */, - 5E34C8281B7F54FE00F212E8 /* bzlib_private.h */, - 5E34C8291B7F54FE00F212E8 /* bzlib.c */, - 5E34C82A1B7F54FE00F212E8 /* bzlib.h */, - 5E34C82B1B7F54FE00F212E8 /* crctable.c */, - 5E34C82C1B7F54FE00F212E8 /* decompress.c */, - 5E34C82D1B7F54FE00F212E8 /* huffman.c */, - 5E34C82E1B7F54FE00F212E8 /* randtable.c */, - ); - name = bzip2; - sourceTree = ""; - }; - 5E34C80A1B7F522E00F212E8 /* jpeglib */ = { - isa = PBXGroup; - children = ( - 5E34C8311B7F561400F212E8 /* cderror.h */, - 5E34C8321B7F561400F212E8 /* jaricom.c */, - 5E34C8331B7F561400F212E8 /* jcapimin.c */, - 5E34C8341B7F561400F212E8 /* jcapistd.c */, - 5E34C8351B7F561400F212E8 /* jcarith.c */, - 5E34C8361B7F561400F212E8 /* jccoefct.c */, - 5E34C8371B7F561400F212E8 /* jccolor.c */, - 5E34C8381B7F561400F212E8 /* jcdctmgr.c */, - 5E34C8391B7F561400F212E8 /* jchuff.c */, - 5E34C83A1B7F561400F212E8 /* jcinit.c */, - 5E34C83B1B7F561400F212E8 /* jcmainct.c */, - 5E34C83C1B7F561400F212E8 /* jcmarker.c */, - 5E34C83D1B7F561400F212E8 /* jcmaster.c */, - 5E34C83E1B7F561400F212E8 /* jcomapi.c */, - 5E34C83F1B7F561400F212E8 /* jconfig.h */, - 5E34C8401B7F561400F212E8 /* jcparam.c */, - 5E34C8411B7F561400F212E8 /* jcprepct.c */, - 5E34C8421B7F561400F212E8 /* jcsample.c */, - 5E34C8431B7F561400F212E8 /* jctrans.c */, - 5E34C8441B7F561400F212E8 /* jdapimin.c */, - 5E34C8451B7F561400F212E8 /* jdapistd.c */, - 5E34C8461B7F561400F212E8 /* jdarith.c */, - 5E34C8471B7F561400F212E8 /* jdatadst.c */, - 5E34C8481B7F561400F212E8 /* jdatasrc.c */, - 5E34C8491B7F561400F212E8 /* jdcoefct.c */, - 5E34C84A1B7F561400F212E8 /* jdcolor.c */, - 5E34C84B1B7F561400F212E8 /* jdct.h */, - 5E34C84C1B7F561400F212E8 /* jddctmgr.c */, - 5E34C84D1B7F561400F212E8 /* jdhuff.c */, - 5E34C84E1B7F561400F212E8 /* jdinput.c */, - 5E34C84F1B7F561400F212E8 /* jdmainct.c */, - 5E34C8501B7F561400F212E8 /* jdmarker.c */, - 5E34C8511B7F561400F212E8 /* jdmaster.c */, - 5E34C8521B7F561400F212E8 /* jdmerge.c */, - 5E34C8531B7F561400F212E8 /* jdpostct.c */, - 5E34C8541B7F561400F212E8 /* jdsample.c */, - 5E34C8551B7F561400F212E8 /* jdtrans.c */, - 5E34C8561B7F561400F212E8 /* jerror.c */, - 5E34C8571B7F561400F212E8 /* jerror.h */, - 5E34C8581B7F568200F212E8 /* jfdctflt.c */, - 5E34C8591B7F568200F212E8 /* jfdctfst.c */, - 5E34C85A1B7F568200F212E8 /* jfdctint.c */, - 5E34C85B1B7F568200F212E8 /* jidctflt.c */, - 5E34C85C1B7F568200F212E8 /* jidctfst.c */, - 5E34C85D1B7F568200F212E8 /* jidctint.c */, - 5E34C85E1B7F568200F212E8 /* jinclude.h */, - 5E34C85F1B7F568200F212E8 /* jmemmgr.c */, - 5E34C8601B7F568200F212E8 /* jmemnobs.c */, - 5E34C8611B7F568200F212E8 /* jmemsys.h */, - 5E34C8621B7F568200F212E8 /* jmorecfg.h */, - 5E34C8631B7F568200F212E8 /* jpegint.h */, - 5E34C8641B7F568200F212E8 /* jpeglib.h */, - 5E34C8651B7F568200F212E8 /* jquant1.c */, - 5E34C8661B7F568200F212E8 /* jquant2.c */, - 5E34C8671B7F568200F212E8 /* jutils.c */, - 5E34C8681B7F568200F212E8 /* jversion.h */, - ); - name = jpeglib; - sourceTree = ""; - }; - 5E34C80B1B7F523B00F212E8 /* libpng */ = { - isa = PBXGroup; - children = ( - 5E34C8691B7F56E900F212E8 /* png.c */, - 5E34C86A1B7F56E900F212E8 /* png.h */, - 5E34C86B1B7F56E900F212E8 /* pngconf.h */, - 5E34C86C1B7F56E900F212E8 /* pngerror.c */, - 5E34C86D1B7F56E900F212E8 /* pngget.c */, - 5E34C86E1B7F56E900F212E8 /* pngmem.c */, - 5E34C86F1B7F56E900F212E8 /* pngpread.c */, - 5E34C8701B7F56E900F212E8 /* pngread.c */, - 5E34C8711B7F56E900F212E8 /* pngrio.c */, - 5E34C8721B7F56E900F212E8 /* pngrtran.c */, - 5E34C8731B7F56E900F212E8 /* pngrutil.c */, - 5E34C8741B7F56E900F212E8 /* pngset.c */, - 5E34C8751B7F56E900F212E8 /* pngtrans.c */, - 5E34C8761B7F56E900F212E8 /* pngwio.c */, - 5E34C8771B7F56E900F212E8 /* pngwrite.c */, - 5E34C8781B7F56E900F212E8 /* pngwtran.c */, - 5E34C8791B7F56E900F212E8 /* pngwutil.c */, - ); - name = libpng; - sourceTree = ""; - }; - 5E34C80C1B7F524400F212E8 /* zlib */ = { - isa = PBXGroup; - children = ( - 5E34C87A1B7F577000F212E8 /* adler32.c */, - 5E34C87B1B7F577000F212E8 /* compress.c */, - 5E34C87C1B7F577000F212E8 /* crc32.c */, - 5E34C87D1B7F577000F212E8 /* crc32.h */, - 5E34C87E1B7F577000F212E8 /* deflate.c */, - 5E34C87F1B7F577000F212E8 /* deflate.h */, - 5E34C8801B7F577000F212E8 /* inffast.c */, - 5E34C8811B7F577000F212E8 /* inffast.h */, - 5E34C8821B7F577000F212E8 /* inffixed.h */, - 5E34C8831B7F577000F212E8 /* inflate.c */, - 5E34C8841B7F577000F212E8 /* inflate.h */, - 5E34C8851B7F577000F212E8 /* inftrees.c */, - 5E34C8861B7F577000F212E8 /* inftrees.h */, - 5E34C8871B7F577000F212E8 /* trees.c */, - 5E34C8881B7F577000F212E8 /* trees.h */, - 5E34C8891B7F577000F212E8 /* uncompr.c */, - 5E34C88A1B7F577000F212E8 /* zconf.h */, - 5E34C88B1B7F577000F212E8 /* zlib.h */, - 5E34C88C1B7F577000F212E8 /* zutil.c */, - 5E34C88D1B7F577000F212E8 /* zutil.h */, - ); - name = zlib; - sourceTree = ""; - }; - 5E34C88E1B7F579B00F212E8 /* lzma */ = { - isa = PBXGroup; - children = ( - 5E34C88F1B7F57B100F212E8 /* LzmaDec.c */, - 5E34C8901B7F57B100F212E8 /* LzmaDec.h */, - 5E34C8911B7F57B100F212E8 /* Types.h */, - ); - name = lzma; - sourceTree = ""; - }; - 5E34C89F1B7F655200F212E8 /* animators */ = { - isa = PBXGroup; - children = ( - 5E34C8BA1B7F669200F212E8 /* CSceneNodeAnimatorCameraFPS.cpp */, - 5E34C8BB1B7F669200F212E8 /* CSceneNodeAnimatorCameraFPS.h */, - 5E34C8BC1B7F669200F212E8 /* CSceneNodeAnimatorCameraMaya.cpp */, - 5E34C8BD1B7F669200F212E8 /* CSceneNodeAnimatorCameraMaya.h */, - 5E34C8BE1B7F669200F212E8 /* CSceneNodeAnimatorCollisionResponse.cpp */, - 5E34C8BF1B7F669200F212E8 /* CSceneNodeAnimatorCollisionResponse.h */, - 5E34C8C01B7F669200F212E8 /* CSceneNodeAnimatorDelete.cpp */, - 5E34C8C11B7F669200F212E8 /* CSceneNodeAnimatorDelete.h */, - 5E34C8C21B7F669200F212E8 /* CSceneNodeAnimatorFlyCircle.cpp */, - 5E34C8C31B7F669200F212E8 /* CSceneNodeAnimatorFlyCircle.h */, - 5E34C8C41B7F669200F212E8 /* CSceneNodeAnimatorFlyStraight.cpp */, - 5E34C8C51B7F669200F212E8 /* CSceneNodeAnimatorFlyStraight.h */, - 5E34C8C61B7F669200F212E8 /* CSceneNodeAnimatorFollowSpline.cpp */, - 5E34C8C71B7F669200F212E8 /* CSceneNodeAnimatorFollowSpline.h */, - 5E34C8C81B7F669200F212E8 /* CSceneNodeAnimatorRotation.cpp */, - 5E34C8C91B7F669200F212E8 /* CSceneNodeAnimatorRotation.h */, - 5E34C8CA1B7F669200F212E8 /* CSceneNodeAnimatorTexture.cpp */, - 5E34C8CB1B7F669200F212E8 /* CSceneNodeAnimatorTexture.h */, - ); - name = animators; - sourceTree = ""; - }; - 5E34C8A01B7F655A00F212E8 /* collision */ = { - isa = PBXGroup; - children = ( - 5E34C8CC1B7F66E600F212E8 /* CMetaTriangleSelector.cpp */, - 5E34C8CD1B7F66E600F212E8 /* CMetaTriangleSelector.h */, - 5E34C8CE1B7F66E600F212E8 /* COctreeTriangleSelector.cpp */, - 5E34C8CF1B7F66E600F212E8 /* COctreeTriangleSelector.h */, - 5E34C8D01B7F66E600F212E8 /* CSceneCollisionManager.cpp */, - 5E34C8D11B7F66E600F212E8 /* CSceneCollisionManager.h */, - 5E34C8D21B7F66E600F212E8 /* CTerrainTriangleSelector.cpp */, - 5E34C8D31B7F66E600F212E8 /* CTerrainTriangleSelector.h */, - 5E34C8D41B7F66E600F212E8 /* CTriangleBBSelector.cpp */, - 5E34C8D51B7F66E600F212E8 /* CTriangleBBSelector.h */, - 5E34C8D61B7F66E600F212E8 /* CTriangleSelector.cpp */, - 5E34C8D71B7F66E600F212E8 /* CTriangleSelector.h */, - ); - name = collision; - sourceTree = ""; - }; - 5E34C8A11B7F656300F212E8 /* loaders */ = { - isa = PBXGroup; - children = ( - 5E34C8D81B7F680200F212E8 /* C3DSMeshFileLoader.cpp */, - 5E34C8D91B7F680200F212E8 /* C3DSMeshFileLoader.h */, - 5E34C8DA1B7F680200F212E8 /* CAnimatedMeshHalfLife.cpp */, - 5E34C8DB1B7F680200F212E8 /* CAnimatedMeshHalfLife.h */, - 5E34C8DC1B7F680200F212E8 /* CAnimatedMeshMD2.cpp */, - 5E34C8DD1B7F680200F212E8 /* CAnimatedMeshMD2.h */, - 5E34C8DE1B7F680200F212E8 /* CAnimatedMeshMD3.cpp */, - 5E34C8DF1B7F680200F212E8 /* CAnimatedMeshMD3.h */, - 5E34C8E01B7F680200F212E8 /* CB3DMeshFileLoader.cpp */, - 5E34C8E11B7F680200F212E8 /* CB3DMeshFileLoader.h */, - 5E34C8E21B7F680200F212E8 /* CBSPMeshFileLoader.cpp */, - 5E34C8E31B7F680200F212E8 /* CBSPMeshFileLoader.h */, - 5E34C8E41B7F680200F212E8 /* CColladaFileLoader.cpp */, - 5E34C8E51B7F680200F212E8 /* CColladaFileLoader.h */, - 5E34C8E61B7F680200F212E8 /* CCSMLoader.cpp */, - 5E34C8E71B7F680200F212E8 /* CCSMLoader.h */, - 5E34C8E81B7F680200F212E8 /* CDMFLoader.cpp */, - 5E34C8E91B7F680200F212E8 /* CDMFLoader.h */, - 5E34C8EA1B7F680200F212E8 /* CIrrMeshFileLoader.cpp */, - 5E34C8EB1B7F680200F212E8 /* CIrrMeshFileLoader.h */, - 5E34C8EC1B7F680200F212E8 /* CLMTSMeshFileLoader.cpp */, - 5E34C8ED1B7F680200F212E8 /* CLMTSMeshFileLoader.h */, - 5E34C8EE1B7F680200F212E8 /* CLWOMeshFileLoader.cpp */, - 5E34C8EF1B7F680200F212E8 /* CLWOMeshFileLoader.h */, - 5E34C8F01B7F680200F212E8 /* CMD2MeshFileLoader.cpp */, - 5E34C8F11B7F680200F212E8 /* CMD2MeshFileLoader.h */, - 5E34C8F21B7F680200F212E8 /* CMD3MeshFileLoader.cpp */, - 5E34C8F31B7F680200F212E8 /* CMD3MeshFileLoader.h */, - 5E34C8F41B7F680200F212E8 /* CMeshTextureLoader.cpp */, - 5E34C8F51B7F680200F212E8 /* CMeshTextureLoader.h */, - 5E34C8F61B7F680200F212E8 /* CMS3DMeshFileLoader.cpp */, - 5E34C8F71B7F680200F212E8 /* CMS3DMeshFileLoader.h */, - 5E34C8F81B7F680200F212E8 /* CMY3DHelper.h */, - 5E34C8F91B7F680200F212E8 /* CMY3DMeshFileLoader.cpp */, - 5E34C8FA1B7F680200F212E8 /* CMY3DMeshFileLoader.h */, - 5E34C8FB1B7F680200F212E8 /* COBJMeshFileLoader.cpp */, - 5E34C8FC1B7F680200F212E8 /* COBJMeshFileLoader.h */, - 5E34C8FD1B7F680200F212E8 /* COCTLoader.cpp */, - 5E34C8FE1B7F680200F212E8 /* COCTLoader.h */, - 5E34C8FF1B7F680200F212E8 /* COgreMeshFileLoader.cpp */, - 5E34C9001B7F680200F212E8 /* COgreMeshFileLoader.h */, - 5E34C9011B7F680200F212E8 /* CPLYMeshFileLoader.cpp */, - 5E34C9021B7F680200F212E8 /* CPLYMeshFileLoader.h */, - 5E34C9031B7F680200F212E8 /* CQ3LevelMesh.cpp */, - 5E34C9041B7F680200F212E8 /* CQ3LevelMesh.h */, - 5E34C9051B7F680200F212E8 /* CSceneLoaderIrr.cpp */, - 5E34C9061B7F680200F212E8 /* CSceneLoaderIrr.h */, - 5E34C9071B7F680200F212E8 /* CSkinnedMesh.cpp */, - 5E34C9081B7F680200F212E8 /* CSkinnedMesh.h */, - 5E34C9091B7F680200F212E8 /* CSMFMeshFileLoader.cpp */, - 5E34C90A1B7F680200F212E8 /* CSMFMeshFileLoader.h */, - 5E34C90B1B7F680200F212E8 /* CSTLMeshFileLoader.cpp */, - 5E34C90C1B7F680200F212E8 /* CSTLMeshFileLoader.h */, - 5E34C90D1B7F680200F212E8 /* CXMeshFileLoader.cpp */, - 5E34C90E1B7F680200F212E8 /* CXMeshFileLoader.h */, - 5E34C90F1B7F680200F212E8 /* dmfsupport.h */, - ); - name = loaders; - sourceTree = ""; - }; - 5E34C8A21B7F656C00F212E8 /* particleSystem */ = { - isa = PBXGroup; - children = ( - 5E34C9101B7F684000F212E8 /* CParticleAnimatedMeshSceneNodeEmitter.cpp */, - 5E34C9111B7F684000F212E8 /* CParticleAnimatedMeshSceneNodeEmitter.h */, - 5E34C9121B7F684000F212E8 /* CParticleAttractionAffector.cpp */, - 5E34C9131B7F684000F212E8 /* CParticleAttractionAffector.h */, - 5E34C9141B7F684000F212E8 /* CParticleBoxEmitter.cpp */, - 5E34C9151B7F684000F212E8 /* CParticleBoxEmitter.h */, - 5E34C9161B7F684000F212E8 /* CParticleCylinderEmitter.cpp */, - 5E34C9171B7F684000F212E8 /* CParticleCylinderEmitter.h */, - 5E34C9181B7F684000F212E8 /* CParticleFadeOutAffector.cpp */, - 5E34C9191B7F684000F212E8 /* CParticleFadeOutAffector.h */, - 5E34C91A1B7F684000F212E8 /* CParticleGravityAffector.cpp */, - 5E34C91B1B7F684000F212E8 /* CParticleGravityAffector.h */, - 5E34C91C1B7F684000F212E8 /* CParticleMeshEmitter.cpp */, - 5E34C91D1B7F684000F212E8 /* CParticleMeshEmitter.h */, - 5E34C91E1B7F684000F212E8 /* CParticlePointEmitter.cpp */, - 5E34C91F1B7F684000F212E8 /* CParticlePointEmitter.h */, - 5E34C9201B7F684000F212E8 /* CParticleRingEmitter.cpp */, - 5E34C9211B7F684000F212E8 /* CParticleRingEmitter.h */, - 5E34C9221B7F684000F212E8 /* CParticleRotationAffector.cpp */, - 5E34C9231B7F684000F212E8 /* CParticleRotationAffector.h */, - 5E34C9241B7F684000F212E8 /* CParticleScaleAffector.cpp */, - 5E34C9251B7F684000F212E8 /* CParticleScaleAffector.h */, - 5E34C9261B7F684000F212E8 /* CParticleSphereEmitter.cpp */, - 5E34C9271B7F684000F212E8 /* CParticleSphereEmitter.h */, - 5E34C9281B7F684000F212E8 /* CParticleSystemSceneNode.cpp */, - 5E34C9291B7F684000F212E8 /* CParticleSystemSceneNode.h */, - ); - name = particleSystem; - sourceTree = ""; - }; - 5E34C8A31B7F657A00F212E8 /* sceneNodes */ = { - isa = PBXGroup; - children = ( - 5E34C92A1B7F68D600F212E8 /* CAnimatedMeshSceneNode.cpp */, - 5E34C92B1B7F68D600F212E8 /* CAnimatedMeshSceneNode.h */, - 5E34C92C1B7F68D600F212E8 /* CBillboardSceneNode.cpp */, - 5E34C92D1B7F68D600F212E8 /* CBillboardSceneNode.h */, - 5E34C92E1B7F68D600F212E8 /* CBoneSceneNode.cpp */, - 5E34C92F1B7F68D600F212E8 /* CBoneSceneNode.h */, - 5E34C9301B7F68D600F212E8 /* CCameraSceneNode.cpp */, - 5E34C9311B7F68D600F212E8 /* CCameraSceneNode.h */, - 5E34C9321B7F68D600F212E8 /* CCubeSceneNode.cpp */, - 5E34C9331B7F68D600F212E8 /* CCubeSceneNode.h */, - 5E34C9341B7F68D600F212E8 /* CDummyTransformationSceneNode.cpp */, - 5E34C9351B7F68D600F212E8 /* CDummyTransformationSceneNode.h */, - 5E34C9361B7F68D600F212E8 /* CEmptySceneNode.cpp */, - 5E34C9371B7F68D600F212E8 /* CEmptySceneNode.h */, - 5E34C9381B7F68D600F212E8 /* CLightSceneNode.cpp */, - 5E34C9391B7F68D600F212E8 /* CLightSceneNode.h */, - 5E34C93A1B7F68D600F212E8 /* CMeshSceneNode.cpp */, - 5E34C93B1B7F68D600F212E8 /* CMeshSceneNode.h */, - 5E34C93C1B7F68D600F212E8 /* COctreeSceneNode.cpp */, - 5E34C93D1B7F68D600F212E8 /* COctreeSceneNode.h */, - 5E34C93E1B7F68D600F212E8 /* CQuake3ShaderSceneNode.cpp */, - 5E34C93F1B7F68D600F212E8 /* CQuake3ShaderSceneNode.h */, - 5E34C9401B7F68D600F212E8 /* CShadowVolumeSceneNode.cpp */, - 5E34C9411B7F68D600F212E8 /* CShadowVolumeSceneNode.h */, - 5E34C9421B7F68D600F212E8 /* CSkyBoxSceneNode.cpp */, - 5E34C9431B7F68D600F212E8 /* CSkyBoxSceneNode.h */, - 5E34C9441B7F68D600F212E8 /* CSkyDomeSceneNode.cpp */, - 5E34C9451B7F68D600F212E8 /* CSkyDomeSceneNode.h */, - 5E34C9461B7F68D600F212E8 /* CSphereSceneNode.cpp */, - 5E34C9471B7F68D600F212E8 /* CSphereSceneNode.h */, - 5E34C9481B7F68D600F212E8 /* CTerrainSceneNode.cpp */, - 5E34C9491B7F68D600F212E8 /* CTerrainSceneNode.h */, - 5E34C94A1B7F68D600F212E8 /* CTextSceneNode.cpp */, - 5E34C94B1B7F68D600F212E8 /* CTextSceneNode.h */, - 5E34C94C1B7F68D600F212E8 /* CVolumeLightSceneNode.cpp */, - 5E34C94D1B7F68D600F212E8 /* CVolumeLightSceneNode.h */, - 5E34C94E1B7F68D600F212E8 /* CWaterSurfaceSceneNode.cpp */, - 5E34C94F1B7F68D600F212E8 /* CWaterSurfaceSceneNode.h */, - ); - name = sceneNodes; - sourceTree = ""; - }; - 5E34C8A41B7F658300F212E8 /* writers */ = { - isa = PBXGroup; - children = ( - 5E7908981C10FE4A00DFE7FE /* CB3DMeshWriter.cpp */, - 5E7908991C10FE4A00DFE7FE /* CB3DMeshWriter.h */, - 5E34C9501B7F691500F212E8 /* CColladaMeshWriter.cpp */, - 5E34C9511B7F691500F212E8 /* CColladaMeshWriter.h */, - 5E34C9521B7F691500F212E8 /* CIrrMeshWriter.cpp */, - 5E34C9531B7F691500F212E8 /* CIrrMeshWriter.h */, - 5E34C9541B7F691500F212E8 /* COBJMeshWriter.cpp */, - 5E34C9551B7F691500F212E8 /* COBJMeshWriter.h */, - 5E34C9561B7F691500F212E8 /* CPLYMeshWriter.cpp */, - 5E34C9571B7F691500F212E8 /* CPLYMeshWriter.h */, - 5E34C9581B7F691500F212E8 /* CSTLMeshWriter.cpp */, - 5E34C9591B7F691500F212E8 /* CSTLMeshWriter.h */, - ); - name = writers; - sourceTree = ""; - }; - 5E34C95A1B7F692C00F212E8 /* Burning Video */ = { - isa = PBXGroup; - children = ( - 84A219B6249F82E800E189FC /* burning_shader_color.cpp */, - 5E34C9601B7F6A7600F212E8 /* CBurningShader_Raster_Reference.cpp */, - 5E34C9611B7F6A7600F212E8 /* CDepthBuffer.cpp */, - 5E34C9621B7F6A7600F212E8 /* CDepthBuffer.h */, - 5E34C9631B7F6A7600F212E8 /* CSoftware2MaterialRenderer.h */, - 5E34C9641B7F6A7600F212E8 /* CSoftwareDriver2.cpp */, - 5E34C9651B7F6A7600F212E8 /* CSoftwareDriver2.h */, - 5E34C9661B7F6A7600F212E8 /* CSoftwareTexture2.cpp */, - 5E34C9671B7F6A7600F212E8 /* CSoftwareTexture2.h */, - 5E34C9681B7F6A7600F212E8 /* CTRGouraud2.cpp */, - 5E34C9691B7F6A7600F212E8 /* CTRGouraudAlpha2.cpp */, - 5E34C96A1B7F6A7600F212E8 /* CTRGouraudAlphaNoZ2.cpp */, - 84A219B8249F834000E189FC /* CTRGouraudNoZ2.cpp */, - 5E34C96B1B7F6A7600F212E8 /* CTRNormalMap.cpp */, - 5E34C96C1B7F6A7600F212E8 /* CTRStencilShadow.cpp */, - 5E34C96D1B7F6A7600F212E8 /* CTRTextureBlend.cpp */, - 5E34C96E1B7F6A7600F212E8 /* CTRTextureDetailMap2.cpp */, - 5E34C96F1B7F6A7600F212E8 /* CTRTextureGouraud2.cpp */, - 5E34C9701B7F6A7600F212E8 /* CTRTextureGouraudAdd2.cpp */, - 5E34C9711B7F6A7600F212E8 /* CTRTextureGouraudAddNoZ2.cpp */, - 5E34C9721B7F6A7600F212E8 /* CTRTextureGouraudAlpha.cpp */, - 5E34C9731B7F6A7600F212E8 /* CTRTextureGouraudAlphaNoZ.cpp */, - 5E34C9741B7F6A7600F212E8 /* CTRTextureGouraudNoZ2.cpp */, - 5E34C9751B7F6A7600F212E8 /* CTRTextureGouraudVertexAlpha2.cpp */, - 5E34C9761B7F6A7600F212E8 /* CTRTextureLightMap2_Add.cpp */, - 5E34C9771B7F6A7600F212E8 /* CTRTextureLightMap2_M1.cpp */, - 5E34C9781B7F6A7600F212E8 /* CTRTextureLightMap2_M2.cpp */, - 5E34C9791B7F6A7600F212E8 /* CTRTextureLightMap2_M4.cpp */, - 5E34C97A1B7F6A7600F212E8 /* CTRTextureLightMapGouraud2_M4.cpp */, - 5E34C97B1B7F6A7600F212E8 /* CTRTextureWire2.cpp */, - 84A219BA249F835B00E189FC /* CTR_transparent_reflection_2_layer.cpp */, - 5E34C97C1B7F6A7600F212E8 /* IBurningShader.cpp */, - 5E34C97D1B7F6A7600F212E8 /* IBurningShader.h */, - 5E34C97E1B7F6A7600F212E8 /* IDepthBuffer.h */, - 5E34C97F1B7F6A7600F212E8 /* S4DVertex.h */, - 5E34C9801B7F6A7600F212E8 /* SoftwareDriver2_compile_config.h */, - 5E34C9811B7F6A7600F212E8 /* SoftwareDriver2_helper.h */, - ); - name = "Burning Video"; - sourceTree = ""; - }; - 5E34C95B1B7F693800F212E8 /* Null */ = { - isa = PBXGroup; - children = ( - 5E34C9821B7F6A9700F212E8 /* loaders */, - 5E34C9831B7F6ABA00F212E8 /* writers */, - 5E34C9A81B7F6B6800F212E8 /* CColorConverter.cpp */, - 5E34C9A91B7F6B6800F212E8 /* CColorConverter.h */, - 5E34C9AA1B7F6B6800F212E8 /* CFPSCounter.cpp */, - 5E34C9AB1B7F6B6800F212E8 /* CFPSCounter.h */, - 5E34C9AC1B7F6B6800F212E8 /* CImage.cpp */, - 5E34C9AD1B7F6B6800F212E8 /* CImage.h */, - 5E34C9AE1B7F6B6800F212E8 /* CNullDriver.cpp */, - 5E34C9AF1B7F6B6800F212E8 /* CNullDriver.h */, - 5E34C9B01B7F6B6800F212E8 /* IImagePresenter.h */, - ); - name = Null; - sourceTree = ""; - }; - 5E34C95C1B7F694500F212E8 /* OpenGL */ = { - isa = PBXGroup; - children = ( - 5E7908911C10EEC000DFE7FE /* COpenGLCacheHandler.cpp */, - 5E7908921C10EEC000DFE7FE /* COpenGLCacheHandler.h */, - 5E7908931C10EEC000DFE7FE /* COpenGLCommon.h */, - 5E34C9B11B7F6BA700F212E8 /* COpenGLDriver.cpp */, - 5E34C9B21B7F6BA700F212E8 /* COpenGLDriver.h */, - 5E34C9B31B7F6BA700F212E8 /* COpenGLExtensionHandler.cpp */, - 5E34C9B41B7F6BA700F212E8 /* COpenGLExtensionHandler.h */, - 5E34C9B51B7F6BA700F212E8 /* COpenGLMaterialRenderer.h */, - 5E34C9B61B7F6BA700F212E8 /* COpenGLNormalMapRenderer.cpp */, - 5E34C9B71B7F6BA700F212E8 /* COpenGLNormalMapRenderer.h */, - 5E34C9B81B7F6BA700F212E8 /* COpenGLParallaxMapRenderer.cpp */, - 5E34C9B91B7F6BA700F212E8 /* COpenGLParallaxMapRenderer.h */, - 5E34C9BA1B7F6BA700F212E8 /* COpenGLShaderMaterialRenderer.cpp */, - 5E34C9BB1B7F6BA700F212E8 /* COpenGLShaderMaterialRenderer.h */, - 5E34C9BC1B7F6BA700F212E8 /* COpenGLSLMaterialRenderer.cpp */, - 5E34C9BD1B7F6BA700F212E8 /* COpenGLSLMaterialRenderer.h */, - ); - name = OpenGL; - sourceTree = ""; - }; - 5E34C95F1B7F697B00F212E8 /* Software */ = { - isa = PBXGroup; - children = ( - 5E34C9D71B7F6C6100F212E8 /* CSoftwareDriver.cpp */, - 5E34C9D81B7F6C6100F212E8 /* CSoftwareDriver.h */, - 5E34C9D91B7F6C6100F212E8 /* CSoftwareTexture.cpp */, - 5E34C9DA1B7F6C6100F212E8 /* CSoftwareTexture.h */, - 5E34C9DB1B7F6C6100F212E8 /* CTRFlat.cpp */, - 5E34C9DC1B7F6C6100F212E8 /* CTRFlatWire.cpp */, - 5E34C9DD1B7F6C6100F212E8 /* CTRGouraud.cpp */, - 5E34C9DE1B7F6C6100F212E8 /* CTRGouraudWire.cpp */, - 5E34C9DF1B7F6C6100F212E8 /* CTRTextureFlat.cpp */, - 5E34C9E01B7F6C6100F212E8 /* CTRTextureFlatWire.cpp */, - 5E34C9E11B7F6C6100F212E8 /* CTRTextureGouraud.cpp */, - 5E34C9E21B7F6C6100F212E8 /* CTRTextureGouraud.h */, - 5E34C9E31B7F6C6100F212E8 /* CTRTextureGouraudAdd.cpp */, - 5E34C9E41B7F6C6100F212E8 /* CTRTextureGouraudNoZ.cpp */, - 5E34C9E51B7F6C6100F212E8 /* CTRTextureGouraudWire.cpp */, - 5E34C9E61B7F6C6100F212E8 /* CZBuffer.cpp */, - 5E34C9E71B7F6C6100F212E8 /* CZBuffer.h */, - 5E34C9E81B7F6C6100F212E8 /* ITriangleRenderer.h */, - 5E34C9E91B7F6C6100F212E8 /* IZBuffer.h */, - 5E34C9EA1B7F6C6100F212E8 /* S2DVertex.h */, - ); - name = Software; - sourceTree = ""; - }; - 5E34C9821B7F6A9700F212E8 /* loaders */ = { - isa = PBXGroup; - children = ( - 5E34C9841B7F6AED00F212E8 /* CImageLoaderBMP.cpp */, - 5E34C9851B7F6AED00F212E8 /* CImageLoaderBMP.h */, - 5E34C9861B7F6AED00F212E8 /* CImageLoaderDDS.cpp */, - 5E34C9871B7F6AED00F212E8 /* CImageLoaderDDS.h */, - 5E34C9881B7F6AED00F212E8 /* CImageLoaderJPG.cpp */, - 5E34C9891B7F6AED00F212E8 /* CImageLoaderJPG.h */, - 5E34C98A1B7F6AED00F212E8 /* CImageLoaderPCX.cpp */, - 5E34C98B1B7F6AED00F212E8 /* CImageLoaderPCX.h */, - 5E34C98C1B7F6AED00F212E8 /* CImageLoaderPNG.cpp */, - 5E34C98D1B7F6AED00F212E8 /* CImageLoaderPNG.h */, - 5E34C98E1B7F6AED00F212E8 /* CImageLoaderPPM.cpp */, - 5E34C98F1B7F6AED00F212E8 /* CImageLoaderPPM.h */, - 5E34C9901B7F6AED00F212E8 /* CImageLoaderPSD.cpp */, - 5E34C9911B7F6AED00F212E8 /* CImageLoaderPSD.h */, - 5E34C9921B7F6AED00F212E8 /* CImageLoaderPVR.cpp */, - 5E34C9931B7F6AED00F212E8 /* CImageLoaderPVR.h */, - 5E34C9941B7F6AED00F212E8 /* CImageLoaderRGB.cpp */, - 5E34C9951B7F6AED00F212E8 /* CImageLoaderRGB.h */, - 5E34C9961B7F6AED00F212E8 /* CImageLoaderTGA.cpp */, - 5E34C9971B7F6AED00F212E8 /* CImageLoaderTGA.h */, - 5E34C9981B7F6AED00F212E8 /* CImageLoaderWAL.cpp */, - 5E34C9991B7F6AED00F212E8 /* CImageLoaderWAL.h */, - ); - name = loaders; - sourceTree = ""; - }; - 5E34C9831B7F6ABA00F212E8 /* writers */ = { - isa = PBXGroup; - children = ( - 5E34C99A1B7F6B0900F212E8 /* CImageWriterBMP.cpp */, - 5E34C99B1B7F6B0900F212E8 /* CImageWriterBMP.h */, - 5E34C99C1B7F6B0900F212E8 /* CImageWriterJPG.cpp */, - 5E34C99D1B7F6B0900F212E8 /* CImageWriterJPG.h */, - 5E34C99E1B7F6B0900F212E8 /* CImageWriterPCX.cpp */, - 5E34C99F1B7F6B0900F212E8 /* CImageWriterPCX.h */, - 5E34C9A01B7F6B0900F212E8 /* CImageWriterPNG.cpp */, - 5E34C9A11B7F6B0900F212E8 /* CImageWriterPNG.h */, - 5E34C9A21B7F6B0900F212E8 /* CImageWriterPPM.cpp */, - 5E34C9A31B7F6B0900F212E8 /* CImageWriterPPM.h */, - 5E34C9A41B7F6B0900F212E8 /* CImageWriterPSD.cpp */, - 5E34C9A51B7F6B0900F212E8 /* CImageWriterPSD.h */, - 5E34C9A61B7F6B0900F212E8 /* CImageWriterTGA.cpp */, - 5E34C9A71B7F6B0900F212E8 /* CImageWriterTGA.h */, - ); - name = writers; - sourceTree = ""; - }; - 5E34C9F41B7F6E3400F212E8 /* Products */ = { - isa = PBXGroup; - children = ( - 5E34C9F31B7F6E3400F212E8 /* libIrrlicht.a */, - 5E5733E51C18E212003F664E /* libIrrlicht.a */, - ); - name = Products; - sourceTree = ""; - }; - 5E5733EA1C18E27E003F664E /* OpenGL ES1.x */ = { - isa = PBXGroup; - children = ( - 5E5733EC1C18E2C0003F664E /* COGLESCommon.h */, - 5E5733ED1C18E2C0003F664E /* COGLESDriver.cpp */, - 5E5733EE1C18E2C0003F664E /* COGLESDriver.h */, - 5E5733EF1C18E2C0003F664E /* COGLESExtensionHandler.cpp */, - 5E5733F01C18E2C0003F664E /* COGLESExtensionHandler.h */, - 5E5733F11C18E2C0003F664E /* COGLESMaterialRenderer.h */, - ); - name = "OpenGL ES1.x"; - sourceTree = ""; - }; - 5E5733EB1C18E29B003F664E /* OpenGL ES2.x */ = { - isa = PBXGroup; - children = ( - 5E5733F81C18E2E2003F664E /* COGLES2Common.h */, - 5E5733F91C18E2E2003F664E /* COGLES2Driver.cpp */, - 5E5733FA1C18E2E2003F664E /* COGLES2Driver.h */, - 5E5733FB1C18E2E2003F664E /* COGLES2ExtensionHandler.cpp */, - 5E5733FC1C18E2E2003F664E /* COGLES2ExtensionHandler.h */, - 5E5733FD1C18E2E2003F664E /* COGLES2FixedPipelineRenderer.cpp */, - 5E5733FE1C18E2E2003F664E /* COGLES2FixedPipelineRenderer.h */, - 5E5733FF1C18E2E2003F664E /* COGLES2MaterialRenderer.cpp */, - 5E5734001C18E2E2003F664E /* COGLES2MaterialRenderer.h */, - 5E5734011C18E2E2003F664E /* COGLES2NormalMapRenderer.cpp */, - 5E5734021C18E2E2003F664E /* COGLES2NormalMapRenderer.h */, - 5E5734031C18E2E2003F664E /* COGLES2ParallaxMapRenderer.cpp */, - 5E5734041C18E2E2003F664E /* COGLES2ParallaxMapRenderer.h */, - 5E5734051C18E2E2003F664E /* COGLES2Renderer2D.cpp */, - 5E5734061C18E2E2003F664E /* COGLES2Renderer2D.h */, - ); - name = "OpenGL ES2.x"; - sourceTree = ""; - }; - 5E79088B1C10ED5000DFE7FE /* OpenGL Core */ = { - isa = PBXGroup; - children = ( - 5E79088D1C10EE6700DFE7FE /* COpenGLCoreCacheHandler.h */, - 5E79088E1C10EE6700DFE7FE /* COpenGLCoreFeature.h */, - 5E79088F1C10EE6700DFE7FE /* COpenGLCoreRenderTarget.h */, - 5E7908901C10EE6700DFE7FE /* COpenGLCoreTexture.h */, - ); - name = "OpenGL Core"; - sourceTree = ""; - }; - 5E79088C1C10EDF000DFE7FE /* OpenGL Context */ = { - isa = PBXGroup; - children = ( - 5E9573D61C18E9E600C27989 /* CEAGLManager.mm */, - 5E9573D31C18E9B300C27989 /* CEAGLManager.h */, - 5E34C9ED1B7F6CCC00F212E8 /* CNSOGLManager.h */, - 5E34C9EE1B7F6CCC00F212E8 /* CNSOGLManager.mm */, - ); - name = "OpenGL Context"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 5E34C9F11B7F6E3400F212E8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 5E34C9F21B7F6E3400F212E8 /* Irrlicht_OSX */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5E34C9F51B7F6E3400F212E8 /* Build configuration list for PBXNativeTarget "Irrlicht_OSX" */; - buildPhases = ( - 5E34C9EF1B7F6E3400F212E8 /* Sources */, - 5E34C9F01B7F6E3400F212E8 /* Frameworks */, - 5E34C9F11B7F6E3400F212E8 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Irrlicht_OSX; - productName = Irrlicht; - productReference = 5E34C9F31B7F6E3400F212E8 /* libIrrlicht.a */; - productType = "com.apple.product-type.library.static"; - }; - 5E5732B11C18E212003F664E /* Irrlicht_iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5E5733E21C18E212003F664E /* Build configuration list for PBXNativeTarget "Irrlicht_iOS" */; - buildPhases = ( - 5E5732B21C18E212003F664E /* Sources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Irrlicht_iOS; - productName = Irrlicht; - productReference = 5E5733E51C18E212003F664E /* libIrrlicht.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 5E34C6D91B7F4A0C00F212E8 /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 1150; - TargetAttributes = { - 5E34C9F21B7F6E3400F212E8 = { - CreatedOnToolsVersion = 6.1; - }; - }; - }; - buildConfigurationList = 5E34C6DC1B7F4A0C00F212E8 /* Build configuration list for PBXProject "Irrlicht" */; - compatibilityVersion = "Xcode 8.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 5E34C6D81B7F4A0C00F212E8; - productRefGroup = 5E34C9F41B7F6E3400F212E8 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 5E34C9F21B7F6E3400F212E8 /* Irrlicht_OSX */, - 5E5732B11C18E212003F664E /* Irrlicht_iOS */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 5E34C9EF1B7F6E3400F212E8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5E34C9F91B7F6EBF00F212E8 /* CDefaultGUIElementFactory.cpp in Sources */, - 5E34C9FB1B7F6EBF00F212E8 /* CGUIButton.cpp in Sources */, - 5E34C9FD1B7F6EBF00F212E8 /* CGUICheckBox.cpp in Sources */, - 5E34C9FF1B7F6EBF00F212E8 /* CGUIColorSelectDialog.cpp in Sources */, - 5E34CA011B7F6EBF00F212E8 /* CGUIComboBox.cpp in Sources */, - 5E34CA031B7F6EBF00F212E8 /* CGUIContextMenu.cpp in Sources */, - 5E34CA051B7F6EBF00F212E8 /* CGUIEditBox.cpp in Sources */, - 5E34CA071B7F6EBF00F212E8 /* CGUIEnvironment.cpp in Sources */, - 5E34CA091B7F6EBF00F212E8 /* CGUIFileOpenDialog.cpp in Sources */, - 5E34CA0B1B7F6EBF00F212E8 /* CGUIFont.cpp in Sources */, - 5E34CA0D1B7F6EBF00F212E8 /* CGUIImage.cpp in Sources */, - 5E34CA0F1B7F6EBF00F212E8 /* CGUIImageList.cpp in Sources */, - 5E34CA111B7F6EBF00F212E8 /* CGUIInOutFader.cpp in Sources */, - 5E34CA131B7F6EBF00F212E8 /* CGUIListBox.cpp in Sources */, - 5E34CA151B7F6EBF00F212E8 /* CGUIMenu.cpp in Sources */, - 5E34CA171B7F6EBF00F212E8 /* CGUIMeshViewer.cpp in Sources */, - 5E34CA191B7F6EBF00F212E8 /* CGUIMessageBox.cpp in Sources */, - 5E34CA1B1B7F6EBF00F212E8 /* CGUIModalScreen.cpp in Sources */, - 5E34CA1D1B7F6EBF00F212E8 /* CGUIProfiler.cpp in Sources */, - 5E34CA1F1B7F6EBF00F212E8 /* CGUIScrollBar.cpp in Sources */, - 5E34CA211B7F6EBF00F212E8 /* CGUISkin.cpp in Sources */, - 5E34CA231B7F6EBF00F212E8 /* CGUISpinBox.cpp in Sources */, - 5E34CA251B7F6EBF00F212E8 /* CGUISpriteBank.cpp in Sources */, - 5E34CA271B7F6EBF00F212E8 /* CGUIStaticText.cpp in Sources */, - 5E34CA291B7F6EBF00F212E8 /* CGUITabControl.cpp in Sources */, - 5E34CA2B1B7F6EBF00F212E8 /* CGUITable.cpp in Sources */, - 5E34CA2D1B7F6EBF00F212E8 /* CGUIToolBar.cpp in Sources */, - 5E34CA2F1B7F6EBF00F212E8 /* CGUITreeView.cpp in Sources */, - 5E34CA311B7F6EBF00F212E8 /* CGUIWindow.cpp in Sources */, - 5E34CA341B7F6EBF00F212E8 /* CAttributes.cpp in Sources */, - 5E34CA361B7F6EBF00F212E8 /* CFileList.cpp in Sources */, - 5E34CA381B7F6EBF00F212E8 /* CFileSystem.cpp in Sources */, - 5E34CA3A1B7F6EBF00F212E8 /* CLimitReadFile.cpp in Sources */, - 5E34CA3C1B7F6EBF00F212E8 /* CMemoryFile.cpp in Sources */, - 5E34CA3E1B7F6EBF00F212E8 /* CMountPointReader.cpp in Sources */, - 5E34CA401B7F6EBF00F212E8 /* CNPKReader.cpp in Sources */, - 5E34CA421B7F6EBF00F212E8 /* CPakReader.cpp in Sources */, - 5E34CA441B7F6EBF00F212E8 /* CReadFile.cpp in Sources */, - 5E34CA461B7F6EBF00F212E8 /* CTarReader.cpp in Sources */, - 5E34CA481B7F6EBF00F212E8 /* CWADReader.cpp in Sources */, - 5E34CA4A1B7F6EBF00F212E8 /* CWriteFile.cpp in Sources */, - 5E34CA4C1B7F6EBF00F212E8 /* CXMLReader.cpp in Sources */, - 5E34CA4F1B7F6EBF00F212E8 /* CXMLWriter.cpp in Sources */, - 5E34CA511B7F6EBF00F212E8 /* CZipReader.cpp in Sources */, - 5E34CA541B7F6EBF00F212E8 /* irrXML.cpp in Sources */, - 5E34CA581B7F6EBF00F212E8 /* CIrrDeviceOSX.mm in Sources */, - 84A219B7249F82E800E189FC /* burning_shader_color.cpp in Sources */, - 5E34CA591B7F6EBF00F212E8 /* CIrrDeviceStub.cpp in Sources */, - 5E34CA5C1B7F6EBF00F212E8 /* aescrypt.cpp in Sources */, - 5E34CA5D1B7F6EBF00F212E8 /* aeskey.cpp in Sources */, - 5E34CA5F1B7F6EBF00F212E8 /* aestab.cpp in Sources */, - 5E34CA601B7F6EBF00F212E8 /* fileenc.cpp in Sources */, - 5E34CA621B7F6EBF00F212E8 /* hmac.cpp in Sources */, - 5E34CA641B7F6EBF00F212E8 /* prng.cpp in Sources */, - 5E34CA661B7F6EBF00F212E8 /* pwd2key.cpp in Sources */, - 5E34CA681B7F6EBF00F212E8 /* sha1.cpp in Sources */, - 5E34CA6A1B7F6EBF00F212E8 /* sha2.cpp in Sources */, - 5E34CA6C1B7F6EBF00F212E8 /* blocksort.c in Sources */, - 5E34CA6D1B7F6EBF00F212E8 /* bzcompress.c in Sources */, - 5E34CA6F1B7F6EBF00F212E8 /* bzlib.c in Sources */, - 5E34CA711B7F6EBF00F212E8 /* crctable.c in Sources */, - 5E34CA721B7F6EBF00F212E8 /* decompress.c in Sources */, - 5E34CA731B7F6EBF00F212E8 /* huffman.c in Sources */, - 5E34CA741B7F6EBF00F212E8 /* randtable.c in Sources */, - 5E34CA761B7F6EBF00F212E8 /* jaricom.c in Sources */, - 5E34CA771B7F6EBF00F212E8 /* jcapimin.c in Sources */, - 5E34CA781B7F6EBF00F212E8 /* jcapistd.c in Sources */, - 5E34CA791B7F6EBF00F212E8 /* jcarith.c in Sources */, - 5E34CA7A1B7F6EBF00F212E8 /* jccoefct.c in Sources */, - 5E34CA7B1B7F6EBF00F212E8 /* jccolor.c in Sources */, - 5E34CA7C1B7F6EBF00F212E8 /* jcdctmgr.c in Sources */, - 5E34CA7D1B7F6EBF00F212E8 /* jchuff.c in Sources */, - 5E34CA7E1B7F6EBF00F212E8 /* jcinit.c in Sources */, - 5E34CA7F1B7F6EBF00F212E8 /* jcmainct.c in Sources */, - 5E34CA801B7F6EBF00F212E8 /* jcmarker.c in Sources */, - 5E34CA811B7F6EBF00F212E8 /* jcmaster.c in Sources */, - 5E34CA821B7F6EC000F212E8 /* jcomapi.c in Sources */, - 5E34CA841B7F6EC000F212E8 /* jcparam.c in Sources */, - 5E34CA851B7F6EC000F212E8 /* jcprepct.c in Sources */, - 5E34CA861B7F6EC000F212E8 /* jcsample.c in Sources */, - 5E34CA871B7F6EC000F212E8 /* jctrans.c in Sources */, - 5E34CA881B7F6EC000F212E8 /* jdapimin.c in Sources */, - 5E34CA891B7F6EC000F212E8 /* jdapistd.c in Sources */, - 5E34CA8A1B7F6EC000F212E8 /* jdarith.c in Sources */, - 5E34CA8B1B7F6EC000F212E8 /* jdatadst.c in Sources */, - 5E34CA8C1B7F6EC000F212E8 /* jdatasrc.c in Sources */, - 5E34CA8D1B7F6EC000F212E8 /* jdcoefct.c in Sources */, - 5E34CA8E1B7F6EC000F212E8 /* jdcolor.c in Sources */, - 5E34CA901B7F6EC000F212E8 /* jddctmgr.c in Sources */, - 5E34CA911B7F6EC000F212E8 /* jdhuff.c in Sources */, - 5E34CA921B7F6EC000F212E8 /* jdinput.c in Sources */, - 5E34CA931B7F6EC000F212E8 /* jdmainct.c in Sources */, - 5E34CA941B7F6EC000F212E8 /* jdmarker.c in Sources */, - 5E34CA951B7F6EC000F212E8 /* jdmaster.c in Sources */, - 5E34CA961B7F6EC000F212E8 /* jdmerge.c in Sources */, - 5E34CA971B7F6EC000F212E8 /* jdpostct.c in Sources */, - 5E34CA981B7F6EC000F212E8 /* jdsample.c in Sources */, - 5E8570BC1B7F9AC400B267D2 /* CIrrDeviceConsole.cpp in Sources */, - 5E34CA991B7F6EC000F212E8 /* jdtrans.c in Sources */, - 5E34CA9A1B7F6EC000F212E8 /* jerror.c in Sources */, - 5E34CA9C1B7F6EC000F212E8 /* jfdctflt.c in Sources */, - 5E34CA9D1B7F6EC000F212E8 /* jfdctfst.c in Sources */, - 5E34CA9E1B7F6EC000F212E8 /* jfdctint.c in Sources */, - 5E34CA9F1B7F6EC000F212E8 /* jidctflt.c in Sources */, - 5E34CAA01B7F6EC000F212E8 /* jidctfst.c in Sources */, - 5E34CAA11B7F6EC000F212E8 /* jidctint.c in Sources */, - 5E34CAA31B7F6EC000F212E8 /* jmemmgr.c in Sources */, - 5E34CAA41B7F6EC000F212E8 /* jmemnobs.c in Sources */, - 5E34CAA91B7F6EC000F212E8 /* jquant1.c in Sources */, - 5E34CAAA1B7F6EC000F212E8 /* jquant2.c in Sources */, - 5E34CAAB1B7F6EC000F212E8 /* jutils.c in Sources */, - 5E34CAAD1B7F6EC000F212E8 /* png.c in Sources */, - 5E34CAB01B7F6EC000F212E8 /* pngerror.c in Sources */, - 5E34CAB11B7F6EC000F212E8 /* pngget.c in Sources */, - 5E34CAB21B7F6EC000F212E8 /* pngmem.c in Sources */, - 5E34CAB31B7F6EC000F212E8 /* pngpread.c in Sources */, - 5E34CAB41B7F6EC000F212E8 /* pngread.c in Sources */, - 5E34CAB51B7F6EC000F212E8 /* pngrio.c in Sources */, - 5E34CAB61B7F6EC000F212E8 /* pngrtran.c in Sources */, - 5E34CAB71B7F6EC000F212E8 /* pngrutil.c in Sources */, - 5E34CAB81B7F6EC000F212E8 /* pngset.c in Sources */, - 5E34CAB91B7F6EC000F212E8 /* pngtrans.c in Sources */, - 5E34CABA1B7F6EC000F212E8 /* pngwio.c in Sources */, - 5E34CABB1B7F6EC000F212E8 /* pngwrite.c in Sources */, - 5E34CABC1B7F6EC000F212E8 /* pngwtran.c in Sources */, - 5E34CABD1B7F6EC000F212E8 /* pngwutil.c in Sources */, - 5E34CABE1B7F6EC000F212E8 /* LzmaDec.c in Sources */, - 5E34CAC11B7F6EC000F212E8 /* adler32.c in Sources */, - 5E34CAC21B7F6EC000F212E8 /* compress.c in Sources */, - 5E34CAC31B7F6EC000F212E8 /* crc32.c in Sources */, - 5E34CAC51B7F6EC000F212E8 /* deflate.c in Sources */, - 5E34CAC71B7F6EC000F212E8 /* inffast.c in Sources */, - 5E34CACA1B7F6EC000F212E8 /* inflate.c in Sources */, - 5E34CACC1B7F6EC000F212E8 /* inftrees.c in Sources */, - 5E34CACE1B7F6EC100F212E8 /* trees.c in Sources */, - 5E34CAD01B7F6EC100F212E8 /* uncompr.c in Sources */, - 5E34CAD31B7F6EC100F212E8 /* zutil.c in Sources */, - 5E34CAD51B7F6EC100F212E8 /* CLogger.cpp in Sources */, - 5E34CAD71B7F6EC100F212E8 /* COSOperator.cpp in Sources */, - 5E34CAD91B7F6EC100F212E8 /* CProfiler.cpp in Sources */, - 5E34CADD1B7F6EC100F212E8 /* Irrlicht.cpp in Sources */, - 5E34CADE1B7F6EC100F212E8 /* leakHunter.cpp in Sources */, - 5E34CADF1B7F6EC100F212E8 /* os.cpp in Sources */, - 5E34CAE11B7F6EC100F212E8 /* utf8.cpp in Sources */, - 5E34CAE21B7F6EC100F212E8 /* CSceneNodeAnimatorCameraFPS.cpp in Sources */, - 5E34CAE41B7F6EC100F212E8 /* CSceneNodeAnimatorCameraMaya.cpp in Sources */, - 5E34CAE61B7F6EC100F212E8 /* CSceneNodeAnimatorCollisionResponse.cpp in Sources */, - 5E34CAE81B7F6EC100F212E8 /* CSceneNodeAnimatorDelete.cpp in Sources */, - 5E34CAEA1B7F6EC100F212E8 /* CSceneNodeAnimatorFlyCircle.cpp in Sources */, - 5E34CAEC1B7F6EC100F212E8 /* CSceneNodeAnimatorFlyStraight.cpp in Sources */, - 5E34CAEE1B7F6EC100F212E8 /* CSceneNodeAnimatorFollowSpline.cpp in Sources */, - 5E34CAF01B7F6EC100F212E8 /* CSceneNodeAnimatorRotation.cpp in Sources */, - 5E34CAF21B7F6EC100F212E8 /* CSceneNodeAnimatorTexture.cpp in Sources */, - 5E34CAF41B7F6EC100F212E8 /* CMetaTriangleSelector.cpp in Sources */, - 5E34CAF61B7F6EC100F212E8 /* COctreeTriangleSelector.cpp in Sources */, - 5E34CAF81B7F6EC100F212E8 /* CSceneCollisionManager.cpp in Sources */, - 5E34CAFA1B7F6EC100F212E8 /* CTerrainTriangleSelector.cpp in Sources */, - 5E34CAFC1B7F6EC100F212E8 /* CTriangleBBSelector.cpp in Sources */, - 5E34CAFE1B7F6EC100F212E8 /* CTriangleSelector.cpp in Sources */, - 5E34CB001B7F6EC100F212E8 /* C3DSMeshFileLoader.cpp in Sources */, - 5E34CB021B7F6EC100F212E8 /* CAnimatedMeshHalfLife.cpp in Sources */, - 5E34CB041B7F6EC100F212E8 /* CAnimatedMeshMD2.cpp in Sources */, - 5E34CB061B7F6EC100F212E8 /* CAnimatedMeshMD3.cpp in Sources */, - 5E34CB081B7F6EC200F212E8 /* CB3DMeshFileLoader.cpp in Sources */, - 5E34CB0A1B7F6EC200F212E8 /* CBSPMeshFileLoader.cpp in Sources */, - 5E34CB0C1B7F6EC200F212E8 /* CColladaFileLoader.cpp in Sources */, - 5E34CB0E1B7F6EC200F212E8 /* CCSMLoader.cpp in Sources */, - 5E34CB101B7F6EC200F212E8 /* CDMFLoader.cpp in Sources */, - 5E34CB121B7F6EC200F212E8 /* CIrrMeshFileLoader.cpp in Sources */, - 5E34CB141B7F6EC200F212E8 /* CLMTSMeshFileLoader.cpp in Sources */, - 5E34CB161B7F6EC200F212E8 /* CLWOMeshFileLoader.cpp in Sources */, - 84A219BB249F835B00E189FC /* CTR_transparent_reflection_2_layer.cpp in Sources */, - 5E34CB181B7F6EC200F212E8 /* CMD2MeshFileLoader.cpp in Sources */, - 5E34CB1A1B7F6EC200F212E8 /* CMD3MeshFileLoader.cpp in Sources */, - 5E34CB1C1B7F6EC200F212E8 /* CMeshTextureLoader.cpp in Sources */, - 5E34CB1E1B7F6EC200F212E8 /* CMS3DMeshFileLoader.cpp in Sources */, - 5E34CB211B7F6EC200F212E8 /* CMY3DMeshFileLoader.cpp in Sources */, - 5E34CB231B7F6EC200F212E8 /* COBJMeshFileLoader.cpp in Sources */, - 5E34CB251B7F6EC200F212E8 /* COCTLoader.cpp in Sources */, - 5E34CB271B7F6EC200F212E8 /* COgreMeshFileLoader.cpp in Sources */, - 5E34CB291B7F6EC200F212E8 /* CPLYMeshFileLoader.cpp in Sources */, - 5E34CB2B1B7F6EC200F212E8 /* CQ3LevelMesh.cpp in Sources */, - 5E34CB2D1B7F6EC200F212E8 /* CSceneLoaderIrr.cpp in Sources */, - 5E34CB2F1B7F6EC200F212E8 /* CSkinnedMesh.cpp in Sources */, - 5E34CB311B7F6EC200F212E8 /* CSMFMeshFileLoader.cpp in Sources */, - 5E34CB331B7F6EC200F212E8 /* CSTLMeshFileLoader.cpp in Sources */, - 5E34CB351B7F6EC200F212E8 /* CXMeshFileLoader.cpp in Sources */, - 5E34CB381B7F6EC200F212E8 /* CParticleAnimatedMeshSceneNodeEmitter.cpp in Sources */, - 5E34CB3A1B7F6EC200F212E8 /* CParticleAttractionAffector.cpp in Sources */, - 5E34CB3C1B7F6EC300F212E8 /* CParticleBoxEmitter.cpp in Sources */, - 5E34CB3E1B7F6EC300F212E8 /* CParticleCylinderEmitter.cpp in Sources */, - 5E34CB401B7F6EC300F212E8 /* CParticleFadeOutAffector.cpp in Sources */, - 5E34CB421B7F6EC300F212E8 /* CParticleGravityAffector.cpp in Sources */, - 5E34CB441B7F6EC300F212E8 /* CParticleMeshEmitter.cpp in Sources */, - 5E34CB461B7F6EC300F212E8 /* CParticlePointEmitter.cpp in Sources */, - 5E34CB481B7F6EC300F212E8 /* CParticleRingEmitter.cpp in Sources */, - 5E34CB4A1B7F6EC300F212E8 /* CParticleRotationAffector.cpp in Sources */, - 5E34CB4C1B7F6EC300F212E8 /* CParticleScaleAffector.cpp in Sources */, - 5E34CB4E1B7F6EC300F212E8 /* CParticleSphereEmitter.cpp in Sources */, - 5E34CB501B7F6EC300F212E8 /* CParticleSystemSceneNode.cpp in Sources */, - 5E34CB521B7F6EC300F212E8 /* CAnimatedMeshSceneNode.cpp in Sources */, - 5E34CB541B7F6EC300F212E8 /* CBillboardSceneNode.cpp in Sources */, - 5E34CB561B7F6EC300F212E8 /* CBoneSceneNode.cpp in Sources */, - 5E34CB581B7F6EC300F212E8 /* CCameraSceneNode.cpp in Sources */, - 5E34CB5A1B7F6EC300F212E8 /* CCubeSceneNode.cpp in Sources */, - 5E34CB5C1B7F6EC300F212E8 /* CDummyTransformationSceneNode.cpp in Sources */, - 5E34CB5E1B7F6EC300F212E8 /* CEmptySceneNode.cpp in Sources */, - 5E34CB601B7F6EC300F212E8 /* CLightSceneNode.cpp in Sources */, - 5E34CB621B7F6EC300F212E8 /* CMeshSceneNode.cpp in Sources */, - 5E34CB641B7F6EC300F212E8 /* COctreeSceneNode.cpp in Sources */, - 5E34CB661B7F6EC300F212E8 /* CQuake3ShaderSceneNode.cpp in Sources */, - 5E34CB681B7F6EC400F212E8 /* CShadowVolumeSceneNode.cpp in Sources */, - 5E34CB6A1B7F6EC400F212E8 /* CSkyBoxSceneNode.cpp in Sources */, - 5E34CB6C1B7F6EC400F212E8 /* CSkyDomeSceneNode.cpp in Sources */, - 5E34CB6E1B7F6EC400F212E8 /* CSphereSceneNode.cpp in Sources */, - 5E34CB701B7F6EC400F212E8 /* CTerrainSceneNode.cpp in Sources */, - 5E34CB721B7F6EC400F212E8 /* CTextSceneNode.cpp in Sources */, - 5E34CB741B7F6EC400F212E8 /* CVolumeLightSceneNode.cpp in Sources */, - 5E34CB761B7F6EC400F212E8 /* CWaterSurfaceSceneNode.cpp in Sources */, - 5E79089B1C10FEF900DFE7FE /* CB3DMeshWriter.cpp in Sources */, - 5E34CB781B7F6EC400F212E8 /* CColladaMeshWriter.cpp in Sources */, - 5E34CB7A1B7F6EC400F212E8 /* CIrrMeshWriter.cpp in Sources */, - 5E34CB7C1B7F6EC400F212E8 /* COBJMeshWriter.cpp in Sources */, - 5E34CB7E1B7F6EC400F212E8 /* CPLYMeshWriter.cpp in Sources */, - 5E34CB801B7F6EC400F212E8 /* CSTLMeshWriter.cpp in Sources */, - 5E34CB821B7F6EC400F212E8 /* CDefaultSceneNodeAnimatorFactory.cpp in Sources */, - 5E34CB841B7F6EC400F212E8 /* CDefaultSceneNodeFactory.cpp in Sources */, - 5E34CB861B7F6EC400F212E8 /* CGeometryCreator.cpp in Sources */, - 5E34CB881B7F6EC400F212E8 /* CMeshCache.cpp in Sources */, - 5E34CB8A1B7F6EC400F212E8 /* CMeshManipulator.cpp in Sources */, - 5E34CB8C1B7F6EC400F212E8 /* CSceneManager.cpp in Sources */, - 5E34CB8F1B7F6EC400F212E8 /* CBurningShader_Raster_Reference.cpp in Sources */, - 5E34CB901B7F6EC500F212E8 /* CDepthBuffer.cpp in Sources */, - 5E34CB931B7F6EC500F212E8 /* CSoftwareDriver2.cpp in Sources */, - 5E34CB951B7F6EC500F212E8 /* CSoftwareTexture2.cpp in Sources */, - 5E34CB971B7F6EC500F212E8 /* CTRGouraud2.cpp in Sources */, - 5E34CB981B7F6EC500F212E8 /* CTRGouraudAlpha2.cpp in Sources */, - 5E34CB991B7F6EC500F212E8 /* CTRGouraudAlphaNoZ2.cpp in Sources */, - 5E34CB9A1B7F6EC500F212E8 /* CTRNormalMap.cpp in Sources */, - 5E34CB9B1B7F6EC500F212E8 /* CTRStencilShadow.cpp in Sources */, - 5E34CB9C1B7F6EC500F212E8 /* CTRTextureBlend.cpp in Sources */, - 5E34CB9D1B7F6EC500F212E8 /* CTRTextureDetailMap2.cpp in Sources */, - 5E34CB9E1B7F6EC500F212E8 /* CTRTextureGouraud2.cpp in Sources */, - 5E34CB9F1B7F6EC500F212E8 /* CTRTextureGouraudAdd2.cpp in Sources */, - 5E34CBA01B7F6EC500F212E8 /* CTRTextureGouraudAddNoZ2.cpp in Sources */, - 5E34CBA11B7F6EC500F212E8 /* CTRTextureGouraudAlpha.cpp in Sources */, - 5E34CBA21B7F6EC500F212E8 /* CTRTextureGouraudAlphaNoZ.cpp in Sources */, - 5E34CBA31B7F6EC500F212E8 /* CTRTextureGouraudNoZ2.cpp in Sources */, - 5E34CBA41B7F6EC500F212E8 /* CTRTextureGouraudVertexAlpha2.cpp in Sources */, - 5E34CBA51B7F6EC500F212E8 /* CTRTextureLightMap2_Add.cpp in Sources */, - 5E34CBA61B7F6EC500F212E8 /* CTRTextureLightMap2_M1.cpp in Sources */, - 5E34CBA71B7F6EC500F212E8 /* CTRTextureLightMap2_M2.cpp in Sources */, - 5E34CBA81B7F6EC500F212E8 /* CTRTextureLightMap2_M4.cpp in Sources */, - 5E34CBA91B7F6EC500F212E8 /* CTRTextureLightMapGouraud2_M4.cpp in Sources */, - 5E34CBAA1B7F6EC500F212E8 /* CTRTextureWire2.cpp in Sources */, - 5E34CBAB1B7F6EC500F212E8 /* IBurningShader.cpp in Sources */, - 5E34CBB11B7F6EC500F212E8 /* CImageLoaderBMP.cpp in Sources */, - 84A219B9249F834000E189FC /* CTRGouraudNoZ2.cpp in Sources */, - 5E34CBB31B7F6EC500F212E8 /* CImageLoaderDDS.cpp in Sources */, - 5E34CBB51B7F6EC600F212E8 /* CImageLoaderJPG.cpp in Sources */, - 5E34CBB71B7F6EC600F212E8 /* CImageLoaderPCX.cpp in Sources */, - 5E34CBB91B7F6EC600F212E8 /* CImageLoaderPNG.cpp in Sources */, - 5E34CBBB1B7F6EC600F212E8 /* CImageLoaderPPM.cpp in Sources */, - 5E34CBBD1B7F6EC600F212E8 /* CImageLoaderPSD.cpp in Sources */, - 5E34CBBF1B7F6EC600F212E8 /* CImageLoaderPVR.cpp in Sources */, - 5E34CBC11B7F6EC600F212E8 /* CImageLoaderRGB.cpp in Sources */, - 5E34CBC31B7F6EC600F212E8 /* CImageLoaderTGA.cpp in Sources */, - 5E34CBC51B7F6EC600F212E8 /* CImageLoaderWAL.cpp in Sources */, - 5E34CBC71B7F6EC600F212E8 /* CImageWriterBMP.cpp in Sources */, - 5E34CBC91B7F6EC600F212E8 /* CImageWriterJPG.cpp in Sources */, - 5E34CBCB1B7F6EC600F212E8 /* CImageWriterPCX.cpp in Sources */, - 5E34CBCD1B7F6EC600F212E8 /* CImageWriterPNG.cpp in Sources */, - 5E34CBCF1B7F6EC600F212E8 /* CImageWriterPPM.cpp in Sources */, - 5E34CBD11B7F6EC600F212E8 /* CImageWriterPSD.cpp in Sources */, - 5E34CBD31B7F6EC600F212E8 /* CImageWriterTGA.cpp in Sources */, - 5E34CBD51B7F6EC600F212E8 /* CColorConverter.cpp in Sources */, - 5E34CBD71B7F6EC700F212E8 /* CFPSCounter.cpp in Sources */, - 5E34CBD91B7F6EC700F212E8 /* CImage.cpp in Sources */, - 5E34CBDB1B7F6EC700F212E8 /* CNullDriver.cpp in Sources */, - 5E7908971C10EF3F00DFE7FE /* COpenGLCacheHandler.cpp in Sources */, - 5E34CBDE1B7F6EC700F212E8 /* COpenGLDriver.cpp in Sources */, - 5E34CBE01B7F6EC700F212E8 /* COpenGLExtensionHandler.cpp in Sources */, - 5E34CBE31B7F6EC700F212E8 /* COpenGLNormalMapRenderer.cpp in Sources */, - 5E34CBE51B7F6EC700F212E8 /* COpenGLParallaxMapRenderer.cpp in Sources */, - 5E34CBE71B7F6EC700F212E8 /* COpenGLShaderMaterialRenderer.cpp in Sources */, - 5E34CBE91B7F6EC700F212E8 /* COpenGLSLMaterialRenderer.cpp in Sources */, - 5E34CC041B7F6EC800F212E8 /* CSoftwareDriver.cpp in Sources */, - 5E34CC061B7F6EC800F212E8 /* CSoftwareTexture.cpp in Sources */, - 5E34CC081B7F6EC800F212E8 /* CTRFlat.cpp in Sources */, - 5E34CC091B7F6EC800F212E8 /* CTRFlatWire.cpp in Sources */, - 5E34CC0A1B7F6EC800F212E8 /* CTRGouraud.cpp in Sources */, - 5E34CC0B1B7F6EC800F212E8 /* CTRGouraudWire.cpp in Sources */, - 5E34CC0C1B7F6EC800F212E8 /* CTRTextureFlat.cpp in Sources */, - 5E34CC0D1B7F6EC800F212E8 /* CTRTextureFlatWire.cpp in Sources */, - 5E34CC0E1B7F6EC800F212E8 /* CTRTextureGouraud.cpp in Sources */, - 5E34CC101B7F6EC800F212E8 /* CTRTextureGouraudAdd.cpp in Sources */, - 5E34CC111B7F6EC800F212E8 /* CTRTextureGouraudNoZ.cpp in Sources */, - 5E34CC121B7F6EC900F212E8 /* CTRTextureGouraudWire.cpp in Sources */, - 5E34CC131B7F6EC900F212E8 /* CZBuffer.cpp in Sources */, - 5E34CC191B7F6EC900F212E8 /* CNSOGLManager.mm in Sources */, - 5E34CC1A1B7F6EC900F212E8 /* CVideoModeList.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5E5732B21C18E212003F664E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5E57340E1C18E2E2003F664E /* COGLES2MaterialRenderer.cpp in Sources */, - 5E5732B31C18E212003F664E /* CDefaultGUIElementFactory.cpp in Sources */, - 5E5732B41C18E212003F664E /* CGUIButton.cpp in Sources */, - 5E5732B51C18E212003F664E /* CGUICheckBox.cpp in Sources */, - 5E5732B61C18E212003F664E /* CGUIColorSelectDialog.cpp in Sources */, - 5E5732B71C18E212003F664E /* CGUIComboBox.cpp in Sources */, - 5E5732B81C18E212003F664E /* CGUIContextMenu.cpp in Sources */, - 5E5732B91C18E212003F664E /* CGUIEditBox.cpp in Sources */, - 5E5732BA1C18E212003F664E /* CGUIEnvironment.cpp in Sources */, - 5E5732BB1C18E212003F664E /* CGUIFileOpenDialog.cpp in Sources */, - 5E5732BC1C18E212003F664E /* CGUIFont.cpp in Sources */, - 5E5732BD1C18E212003F664E /* CGUIImage.cpp in Sources */, - 5E5732BE1C18E212003F664E /* CGUIImageList.cpp in Sources */, - 5E5732BF1C18E212003F664E /* CGUIInOutFader.cpp in Sources */, - 5E5732C01C18E212003F664E /* CGUIListBox.cpp in Sources */, - 5E5732C11C18E212003F664E /* CGUIMenu.cpp in Sources */, - 5E5732C21C18E212003F664E /* CGUIMeshViewer.cpp in Sources */, - 5E5732C31C18E212003F664E /* CGUIMessageBox.cpp in Sources */, - 5E5732C41C18E212003F664E /* CGUIModalScreen.cpp in Sources */, - 5E5732C51C18E212003F664E /* CGUIProfiler.cpp in Sources */, - 5E5732C61C18E212003F664E /* CGUIScrollBar.cpp in Sources */, - 5E5732C71C18E212003F664E /* CGUISkin.cpp in Sources */, - 5E5732C81C18E212003F664E /* CGUISpinBox.cpp in Sources */, - 5E5732C91C18E212003F664E /* CGUISpriteBank.cpp in Sources */, - 5E5732CA1C18E212003F664E /* CGUIStaticText.cpp in Sources */, - 5E5732CB1C18E212003F664E /* CGUITabControl.cpp in Sources */, - 5E5732CC1C18E212003F664E /* CGUITable.cpp in Sources */, - 5E5732CD1C18E212003F664E /* CGUIToolBar.cpp in Sources */, - 5E5732CE1C18E212003F664E /* CGUITreeView.cpp in Sources */, - 5E5732CF1C18E212003F664E /* CGUIWindow.cpp in Sources */, - 5E5732D01C18E212003F664E /* CAttributes.cpp in Sources */, - 5E5732D11C18E212003F664E /* CFileList.cpp in Sources */, - 5E5732D21C18E212003F664E /* CFileSystem.cpp in Sources */, - 5E5732D31C18E212003F664E /* CLimitReadFile.cpp in Sources */, - 5E5732D41C18E212003F664E /* CMemoryFile.cpp in Sources */, - 5E5732D51C18E212003F664E /* CMountPointReader.cpp in Sources */, - 5E5732D61C18E212003F664E /* CNPKReader.cpp in Sources */, - 5E5732D71C18E212003F664E /* CPakReader.cpp in Sources */, - 5E5732D81C18E212003F664E /* CReadFile.cpp in Sources */, - 5E5732D91C18E212003F664E /* CTarReader.cpp in Sources */, - 5E5732DA1C18E212003F664E /* CWADReader.cpp in Sources */, - 5E5732DB1C18E212003F664E /* CWriteFile.cpp in Sources */, - 5E5732DC1C18E212003F664E /* CXMLReader.cpp in Sources */, - 5E5732DD1C18E212003F664E /* CXMLWriter.cpp in Sources */, - 5E5732DE1C18E212003F664E /* CZipReader.cpp in Sources */, - 5E5732DF1C18E212003F664E /* irrXML.cpp in Sources */, - 5E5732E11C18E212003F664E /* CIrrDeviceStub.cpp in Sources */, - 5E5732E21C18E212003F664E /* aescrypt.cpp in Sources */, - 5E5732E31C18E212003F664E /* aeskey.cpp in Sources */, - 5E5732E41C18E212003F664E /* aestab.cpp in Sources */, - 5E5732E51C18E212003F664E /* fileenc.cpp in Sources */, - 5E5732E61C18E212003F664E /* hmac.cpp in Sources */, - 5E5732E71C18E212003F664E /* prng.cpp in Sources */, - 5E5732E81C18E212003F664E /* pwd2key.cpp in Sources */, - 5E5732E91C18E212003F664E /* sha1.cpp in Sources */, - 5E5732EA1C18E212003F664E /* sha2.cpp in Sources */, - 5E5732EB1C18E212003F664E /* blocksort.c in Sources */, - 5E5732EC1C18E212003F664E /* bzcompress.c in Sources */, - 5E5732ED1C18E212003F664E /* bzlib.c in Sources */, - 5E5732EE1C18E212003F664E /* crctable.c in Sources */, - 5E5732EF1C18E212003F664E /* decompress.c in Sources */, - 5E5732F01C18E212003F664E /* huffman.c in Sources */, - 5E5732F11C18E212003F664E /* randtable.c in Sources */, - 5E5732F21C18E212003F664E /* jaricom.c in Sources */, - 5E5732F31C18E212003F664E /* jcapimin.c in Sources */, - 5E5732F41C18E212003F664E /* jcapistd.c in Sources */, - 5E5732F51C18E212003F664E /* jcarith.c in Sources */, - 5E5732F61C18E212003F664E /* jccoefct.c in Sources */, - 5E5732F71C18E212003F664E /* jccolor.c in Sources */, - 5E5734081C18E2E2003F664E /* COGLES2Driver.cpp in Sources */, - 5E5732F81C18E212003F664E /* jcdctmgr.c in Sources */, - 5E5732F91C18E212003F664E /* jchuff.c in Sources */, - 5E5732FA1C18E212003F664E /* jcinit.c in Sources */, - 5E5732FB1C18E212003F664E /* jcmainct.c in Sources */, - 5E5732FC1C18E212003F664E /* jcmarker.c in Sources */, - 5E5732FD1C18E212003F664E /* jcmaster.c in Sources */, - 5E5732FE1C18E212003F664E /* jcomapi.c in Sources */, - 5E5732FF1C18E212003F664E /* jcparam.c in Sources */, - 5E5733001C18E212003F664E /* jcprepct.c in Sources */, - 5E5733011C18E212003F664E /* jcsample.c in Sources */, - 5E5733021C18E212003F664E /* jctrans.c in Sources */, - 5E5733031C18E212003F664E /* jdapimin.c in Sources */, - 5E5733041C18E212003F664E /* jdapistd.c in Sources */, - 5E5733051C18E212003F664E /* jdarith.c in Sources */, - 5E5733061C18E212003F664E /* jdatadst.c in Sources */, - 5E5733071C18E212003F664E /* jdatasrc.c in Sources */, - 5E5733081C18E212003F664E /* jdcoefct.c in Sources */, - 5E5733091C18E212003F664E /* jdcolor.c in Sources */, - 5E57330A1C18E212003F664E /* jddctmgr.c in Sources */, - 5E57330B1C18E212003F664E /* jdhuff.c in Sources */, - 5E57340C1C18E2E2003F664E /* COGLES2FixedPipelineRenderer.cpp in Sources */, - 5E57330C1C18E212003F664E /* jdinput.c in Sources */, - 5E57330D1C18E212003F664E /* jdmainct.c in Sources */, - 5E57330E1C18E212003F664E /* jdmarker.c in Sources */, - 5E57330F1C18E212003F664E /* jdmaster.c in Sources */, - 5E5733101C18E212003F664E /* jdmerge.c in Sources */, - 5E5733111C18E212003F664E /* jdpostct.c in Sources */, - 5E5733121C18E212003F664E /* jdsample.c in Sources */, - 5E5733131C18E212003F664E /* CIrrDeviceConsole.cpp in Sources */, - 5E5733141C18E212003F664E /* jdtrans.c in Sources */, - 5E5733151C18E212003F664E /* jerror.c in Sources */, - 5E5733161C18E212003F664E /* jfdctflt.c in Sources */, - 5E5733171C18E212003F664E /* jfdctfst.c in Sources */, - 5E5733181C18E212003F664E /* jfdctint.c in Sources */, - 5E5733191C18E212003F664E /* jidctflt.c in Sources */, - 5E57331A1C18E212003F664E /* jidctfst.c in Sources */, - 5E57331B1C18E212003F664E /* jidctint.c in Sources */, - 5E57331C1C18E212003F664E /* jmemmgr.c in Sources */, - 5E57331D1C18E212003F664E /* jmemnobs.c in Sources */, - 5E57331E1C18E212003F664E /* jquant1.c in Sources */, - 5E57331F1C18E212003F664E /* jquant2.c in Sources */, - 5E5733201C18E212003F664E /* jutils.c in Sources */, - 5E5733211C18E212003F664E /* png.c in Sources */, - 5E5733221C18E212003F664E /* pngerror.c in Sources */, - 5E5733231C18E212003F664E /* pngget.c in Sources */, - 5E5733241C18E212003F664E /* pngmem.c in Sources */, - 5E5733251C18E212003F664E /* pngpread.c in Sources */, - 5E5733261C18E212003F664E /* pngread.c in Sources */, - 5E5733271C18E212003F664E /* pngrio.c in Sources */, - 5E5733281C18E212003F664E /* pngrtran.c in Sources */, - 5E5733291C18E212003F664E /* pngrutil.c in Sources */, - 5E9573D71C18E9E600C27989 /* CEAGLManager.mm in Sources */, - 5E57332A1C18E212003F664E /* pngset.c in Sources */, - 5E57332B1C18E212003F664E /* pngtrans.c in Sources */, - 5E57332C1C18E212003F664E /* pngwio.c in Sources */, - 5E57332D1C18E212003F664E /* pngwrite.c in Sources */, - 5E57332E1C18E212003F664E /* pngwtran.c in Sources */, - 5E57332F1C18E212003F664E /* pngwutil.c in Sources */, - 5E5733301C18E212003F664E /* LzmaDec.c in Sources */, - 5E5733311C18E212003F664E /* adler32.c in Sources */, - 5E5733321C18E212003F664E /* compress.c in Sources */, - 5E5733331C18E212003F664E /* crc32.c in Sources */, - 5E5733341C18E212003F664E /* deflate.c in Sources */, - 5E5733351C18E212003F664E /* inffast.c in Sources */, - 5E5733361C18E212003F664E /* inflate.c in Sources */, - 5E5733371C18E212003F664E /* inftrees.c in Sources */, - 5E5733381C18E212003F664E /* trees.c in Sources */, - 5E5733391C18E212003F664E /* uncompr.c in Sources */, - 5E57333A1C18E212003F664E /* zutil.c in Sources */, - 5E57333B1C18E212003F664E /* CLogger.cpp in Sources */, - 5E57333C1C18E212003F664E /* COSOperator.cpp in Sources */, - 5E57333D1C18E212003F664E /* CProfiler.cpp in Sources */, - 5E57333E1C18E212003F664E /* Irrlicht.cpp in Sources */, - 5E57333F1C18E212003F664E /* leakHunter.cpp in Sources */, - 5E5733401C18E212003F664E /* os.cpp in Sources */, - 5E5733411C18E212003F664E /* utf8.cpp in Sources */, - 5E5733421C18E212003F664E /* CSceneNodeAnimatorCameraFPS.cpp in Sources */, - 5E5733431C18E212003F664E /* CSceneNodeAnimatorCameraMaya.cpp in Sources */, - 5E5733441C18E212003F664E /* CSceneNodeAnimatorCollisionResponse.cpp in Sources */, - 5E5733451C18E212003F664E /* CSceneNodeAnimatorDelete.cpp in Sources */, - 5E5733461C18E212003F664E /* CSceneNodeAnimatorFlyCircle.cpp in Sources */, - 5E5733471C18E212003F664E /* CSceneNodeAnimatorFlyStraight.cpp in Sources */, - 5E5733481C18E212003F664E /* CSceneNodeAnimatorFollowSpline.cpp in Sources */, - 5E5733491C18E212003F664E /* CSceneNodeAnimatorRotation.cpp in Sources */, - 5E57334A1C18E212003F664E /* CSceneNodeAnimatorTexture.cpp in Sources */, - 5E57334B1C18E212003F664E /* CMetaTriangleSelector.cpp in Sources */, - 5E57334C1C18E212003F664E /* COctreeTriangleSelector.cpp in Sources */, - 5E57334D1C18E212003F664E /* CSceneCollisionManager.cpp in Sources */, - 5E57334E1C18E212003F664E /* CTerrainTriangleSelector.cpp in Sources */, - 5E57334F1C18E212003F664E /* CTriangleBBSelector.cpp in Sources */, - 5E5733501C18E212003F664E /* CTriangleSelector.cpp in Sources */, - 5E5733511C18E212003F664E /* C3DSMeshFileLoader.cpp in Sources */, - 5E5733521C18E212003F664E /* CAnimatedMeshHalfLife.cpp in Sources */, - 5E5733531C18E212003F664E /* CAnimatedMeshMD2.cpp in Sources */, - 5E5733541C18E212003F664E /* CAnimatedMeshMD3.cpp in Sources */, - 5E5733551C18E212003F664E /* CB3DMeshFileLoader.cpp in Sources */, - 5E5733561C18E212003F664E /* CBSPMeshFileLoader.cpp in Sources */, - 5E5733571C18E212003F664E /* CColladaFileLoader.cpp in Sources */, - 5E5733581C18E212003F664E /* CCSMLoader.cpp in Sources */, - 5E5733591C18E212003F664E /* CDMFLoader.cpp in Sources */, - 5E57335A1C18E212003F664E /* CIrrMeshFileLoader.cpp in Sources */, - 5E57335B1C18E212003F664E /* CLMTSMeshFileLoader.cpp in Sources */, - 5E57335C1C18E212003F664E /* CLWOMeshFileLoader.cpp in Sources */, - 5E57335D1C18E212003F664E /* CMD2MeshFileLoader.cpp in Sources */, - 5E57335E1C18E212003F664E /* CMD3MeshFileLoader.cpp in Sources */, - 5E57335F1C18E212003F664E /* CMeshTextureLoader.cpp in Sources */, - 5E5733601C18E212003F664E /* CMS3DMeshFileLoader.cpp in Sources */, - 5E5733611C18E212003F664E /* CMY3DMeshFileLoader.cpp in Sources */, - 5E5733621C18E212003F664E /* COBJMeshFileLoader.cpp in Sources */, - 5E5733631C18E212003F664E /* COCTLoader.cpp in Sources */, - 5E5733641C18E212003F664E /* COgreMeshFileLoader.cpp in Sources */, - 5E5733651C18E212003F664E /* CPLYMeshFileLoader.cpp in Sources */, - 5E5733661C18E212003F664E /* CQ3LevelMesh.cpp in Sources */, - 5E5733671C18E212003F664E /* CSceneLoaderIrr.cpp in Sources */, - 5E5733681C18E212003F664E /* CSkinnedMesh.cpp in Sources */, - 5E5733691C18E212003F664E /* CSMFMeshFileLoader.cpp in Sources */, - 5E57336A1C18E212003F664E /* CSTLMeshFileLoader.cpp in Sources */, - 5E57336B1C18E212003F664E /* CXMeshFileLoader.cpp in Sources */, - 5E57336C1C18E212003F664E /* CParticleAnimatedMeshSceneNodeEmitter.cpp in Sources */, - 5E57336D1C18E212003F664E /* CParticleAttractionAffector.cpp in Sources */, - 5E57336E1C18E212003F664E /* CParticleBoxEmitter.cpp in Sources */, - 5E57336F1C18E212003F664E /* CParticleCylinderEmitter.cpp in Sources */, - 5E5733701C18E212003F664E /* CParticleFadeOutAffector.cpp in Sources */, - 5E5733711C18E212003F664E /* CParticleGravityAffector.cpp in Sources */, - 5E5733721C18E212003F664E /* CParticleMeshEmitter.cpp in Sources */, - 5E5733731C18E212003F664E /* CParticlePointEmitter.cpp in Sources */, - 5E5733741C18E212003F664E /* CParticleRingEmitter.cpp in Sources */, - 5E5733751C18E212003F664E /* CParticleRotationAffector.cpp in Sources */, - 5E5733761C18E212003F664E /* CParticleScaleAffector.cpp in Sources */, - 5E5733771C18E212003F664E /* CParticleSphereEmitter.cpp in Sources */, - 5E5733781C18E212003F664E /* CParticleSystemSceneNode.cpp in Sources */, - 5E5733791C18E212003F664E /* CAnimatedMeshSceneNode.cpp in Sources */, - 5E5734141C18E2E2003F664E /* COGLES2Renderer2D.cpp in Sources */, - 5E57337A1C18E212003F664E /* CBillboardSceneNode.cpp in Sources */, - 5E57337B1C18E212003F664E /* CBoneSceneNode.cpp in Sources */, - 5E57337C1C18E212003F664E /* CCameraSceneNode.cpp in Sources */, - 5E57337D1C18E212003F664E /* CCubeSceneNode.cpp in Sources */, - 5E5734101C18E2E2003F664E /* COGLES2NormalMapRenderer.cpp in Sources */, - 5E57337E1C18E212003F664E /* CDummyTransformationSceneNode.cpp in Sources */, - 5E57337F1C18E212003F664E /* CEmptySceneNode.cpp in Sources */, - 5E5733801C18E212003F664E /* CLightSceneNode.cpp in Sources */, - 5E5733811C18E212003F664E /* CMeshSceneNode.cpp in Sources */, - 5E5733821C18E212003F664E /* COctreeSceneNode.cpp in Sources */, - 5E5733831C18E212003F664E /* CQuake3ShaderSceneNode.cpp in Sources */, - 5E5733841C18E212003F664E /* CShadowVolumeSceneNode.cpp in Sources */, - 5E5733851C18E212003F664E /* CSkyBoxSceneNode.cpp in Sources */, - 5E5733861C18E212003F664E /* CSkyDomeSceneNode.cpp in Sources */, - 5E5733871C18E212003F664E /* CSphereSceneNode.cpp in Sources */, - 5E5733881C18E212003F664E /* CTerrainSceneNode.cpp in Sources */, - 5E5733F31C18E2C0003F664E /* COGLESDriver.cpp in Sources */, - 5E5733891C18E212003F664E /* CTextSceneNode.cpp in Sources */, - 5E57338A1C18E212003F664E /* CVolumeLightSceneNode.cpp in Sources */, - 5E57338B1C18E212003F664E /* CWaterSurfaceSceneNode.cpp in Sources */, - 5E57338C1C18E212003F664E /* CB3DMeshWriter.cpp in Sources */, - 5E57338D1C18E212003F664E /* CColladaMeshWriter.cpp in Sources */, - 5E57338E1C18E212003F664E /* CIrrMeshWriter.cpp in Sources */, - 5E57338F1C18E212003F664E /* COBJMeshWriter.cpp in Sources */, - 5E5733901C18E212003F664E /* CPLYMeshWriter.cpp in Sources */, - 5E57340A1C18E2E2003F664E /* COGLES2ExtensionHandler.cpp in Sources */, - 5E5733911C18E212003F664E /* CSTLMeshWriter.cpp in Sources */, - 5E5733921C18E212003F664E /* CDefaultSceneNodeAnimatorFactory.cpp in Sources */, - 5E5733931C18E212003F664E /* CDefaultSceneNodeFactory.cpp in Sources */, - 5E5733941C18E212003F664E /* CGeometryCreator.cpp in Sources */, - 5E5733951C18E212003F664E /* CMeshCache.cpp in Sources */, - 5E5733961C18E212003F664E /* CMeshManipulator.cpp in Sources */, - 5E5733971C18E212003F664E /* CSceneManager.cpp in Sources */, - 5E5733981C18E212003F664E /* CBurningShader_Raster_Reference.cpp in Sources */, - 5E5734121C18E2E2003F664E /* COGLES2ParallaxMapRenderer.cpp in Sources */, - 5E5733991C18E212003F664E /* CDepthBuffer.cpp in Sources */, - 5E57339A1C18E212003F664E /* CSoftwareDriver2.cpp in Sources */, - 5E57339B1C18E212003F664E /* CSoftwareTexture2.cpp in Sources */, - 5E57339C1C18E212003F664E /* CTRGouraud2.cpp in Sources */, - 5E57339D1C18E212003F664E /* CTRGouraudAlpha2.cpp in Sources */, - 5E57339E1C18E212003F664E /* CTRGouraudAlphaNoZ2.cpp in Sources */, - 5E57339F1C18E212003F664E /* CTRNormalMap.cpp in Sources */, - 5E5733A01C18E212003F664E /* CTRStencilShadow.cpp in Sources */, - 5E5733A11C18E212003F664E /* CTRTextureBlend.cpp in Sources */, - 5E5733A21C18E212003F664E /* CTRTextureDetailMap2.cpp in Sources */, - 5E5733A31C18E212003F664E /* CTRTextureGouraud2.cpp in Sources */, - 5E5733A41C18E212003F664E /* CTRTextureGouraudAdd2.cpp in Sources */, - 5E5733A51C18E212003F664E /* CTRTextureGouraudAddNoZ2.cpp in Sources */, - 5E5733A61C18E212003F664E /* CTRTextureGouraudAlpha.cpp in Sources */, - 5E5733A71C18E212003F664E /* CTRTextureGouraudAlphaNoZ.cpp in Sources */, - 5E5733A81C18E212003F664E /* CTRTextureGouraudNoZ2.cpp in Sources */, - 5E5733A91C18E212003F664E /* CTRTextureGouraudVertexAlpha2.cpp in Sources */, - 5E5733AA1C18E212003F664E /* CTRTextureLightMap2_Add.cpp in Sources */, - 5E5733F51C18E2C0003F664E /* COGLESExtensionHandler.cpp in Sources */, - 5E5733AB1C18E212003F664E /* CTRTextureLightMap2_M1.cpp in Sources */, - 5E5733AC1C18E212003F664E /* CTRTextureLightMap2_M2.cpp in Sources */, - 5E5733AD1C18E212003F664E /* CTRTextureLightMap2_M4.cpp in Sources */, - 5E5733AE1C18E212003F664E /* CTRTextureLightMapGouraud2_M4.cpp in Sources */, - 5E5733AF1C18E212003F664E /* CTRTextureWire2.cpp in Sources */, - 5E5733B01C18E212003F664E /* IBurningShader.cpp in Sources */, - 5E5733B11C18E212003F664E /* CImageLoaderBMP.cpp in Sources */, - 5E5733B21C18E212003F664E /* CImageLoaderDDS.cpp in Sources */, - 5E5733B31C18E212003F664E /* CImageLoaderJPG.cpp in Sources */, - 5E5733B41C18E212003F664E /* CImageLoaderPCX.cpp in Sources */, - 5E5733B51C18E212003F664E /* CImageLoaderPNG.cpp in Sources */, - 5E5733B61C18E212003F664E /* CImageLoaderPPM.cpp in Sources */, - 5E5733B71C18E212003F664E /* CImageLoaderPSD.cpp in Sources */, - 5E5733B81C18E212003F664E /* CImageLoaderPVR.cpp in Sources */, - 5E5733B91C18E212003F664E /* CImageLoaderRGB.cpp in Sources */, - 5E5733BA1C18E212003F664E /* CImageLoaderTGA.cpp in Sources */, - 5E5733BB1C18E212003F664E /* CImageLoaderWAL.cpp in Sources */, - 5E5733BC1C18E212003F664E /* CImageWriterBMP.cpp in Sources */, - 5E5733BD1C18E212003F664E /* CImageWriterJPG.cpp in Sources */, - 5E5733BE1C18E212003F664E /* CImageWriterPCX.cpp in Sources */, - 5E5733BF1C18E212003F664E /* CImageWriterPNG.cpp in Sources */, - 5E5733C01C18E212003F664E /* CImageWriterPPM.cpp in Sources */, - 5E5733C11C18E212003F664E /* CImageWriterPSD.cpp in Sources */, - 5E5733C21C18E212003F664E /* CImageWriterTGA.cpp in Sources */, - 5E5733C31C18E212003F664E /* CColorConverter.cpp in Sources */, - 5E5733C41C18E212003F664E /* CFPSCounter.cpp in Sources */, - 5E5733C51C18E212003F664E /* CImage.cpp in Sources */, - 5E5733C61C18E212003F664E /* CNullDriver.cpp in Sources */, - 5E5733C71C18E212003F664E /* COpenGLCacheHandler.cpp in Sources */, - 5E5733C81C18E212003F664E /* COpenGLDriver.cpp in Sources */, - 5E5733C91C18E212003F664E /* COpenGLExtensionHandler.cpp in Sources */, - 5E5733CA1C18E212003F664E /* COpenGLNormalMapRenderer.cpp in Sources */, - 5E5733CB1C18E212003F664E /* COpenGLParallaxMapRenderer.cpp in Sources */, - 5E5733CC1C18E212003F664E /* COpenGLShaderMaterialRenderer.cpp in Sources */, - 5E5733CD1C18E212003F664E /* COpenGLSLMaterialRenderer.cpp in Sources */, - 5E5733CE1C18E212003F664E /* CSoftwareDriver.cpp in Sources */, - 5E5733CF1C18E212003F664E /* CSoftwareTexture.cpp in Sources */, - 5E5733D01C18E212003F664E /* CTRFlat.cpp in Sources */, - 5E5733D11C18E212003F664E /* CTRFlatWire.cpp in Sources */, - 5E5733D21C18E212003F664E /* CTRGouraud.cpp in Sources */, - 5E5733D31C18E212003F664E /* CTRGouraudWire.cpp in Sources */, - 5E5733D41C18E212003F664E /* CTRTextureFlat.cpp in Sources */, - 5E5733D51C18E212003F664E /* CTRTextureFlatWire.cpp in Sources */, - 5E5733D61C18E212003F664E /* CTRTextureGouraud.cpp in Sources */, - 5E5733D71C18E212003F664E /* CTRTextureGouraudAdd.cpp in Sources */, - 5E5733D81C18E212003F664E /* CTRTextureGouraudNoZ.cpp in Sources */, - 5E5733D91C18E212003F664E /* CTRTextureGouraudWire.cpp in Sources */, - 5E5733DA1C18E212003F664E /* CZBuffer.cpp in Sources */, - 5E5733DB1C18E212003F664E /* CNSOGLManager.mm in Sources */, - 5E5733DC1C18E212003F664E /* CVideoModeList.cpp in Sources */, - 5E5733E91C18E254003F664E /* CIrrDeviceiOS.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 5E34C6DD1B7F4A0C00F212E8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - DEPLOYMENT_LOCATION = YES; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = c11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "PNG_ARM_NEON_OPT=0", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INSTALL_PATH = /; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MACOSX_DEPLOYMENT_TARGET = 10.7; - ONLY_ACTIVE_ARCH = YES; - OTHER_CPLUSPLUSFLAGS = ( - "$(OTHER_CFLAGS)", - "-U__STRICT_ANSI__", - ); - }; - name = Debug; - }; - 5E34C6DE1B7F4A0C00F212E8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - DEPLOYMENT_LOCATION = YES; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = c11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "NDEBUG=1", - "PNG_ARM_NEON_OPT=0", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INSTALL_PATH = /; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MACOSX_DEPLOYMENT_TARGET = 10.7; - OTHER_CPLUSPLUSFLAGS = ( - "$(OTHER_CFLAGS)", - "-U__STRICT_ANSI__", - ); - }; - name = Release; - }; - 5E34C9F61B7F6E3400F212E8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DSTROOT = "$(SRCROOT)/../../lib/OSX"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - EXECUTABLE_PREFIX = lib; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = Irrlicht; - SDKROOT = macosx; - }; - name = Debug; - }; - 5E34C9F71B7F6E3400F212E8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DSTROOT = "$(SRCROOT)/../../lib/OSX"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - EXECUTABLE_PREFIX = lib; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Irrlicht; - SDKROOT = macosx; - }; - name = Release; - }; - 5E5733E31C18E212003F664E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - DSTROOT = "$(SRCROOT)/../../lib/iOS"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - EXECUTABLE_PREFIX = lib; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_MODULE_NAME = Irrlicht; - PRODUCT_NAME = Irrlicht; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 5E5733E41C18E212003F664E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DSTROOT = "$(SRCROOT)/../../lib/iOS"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - EXECUTABLE_PREFIX = lib; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_MODULE_NAME = Irrlicht; - PRODUCT_NAME = Irrlicht; - SDKROOT = iphoneos; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 5E34C6DC1B7F4A0C00F212E8 /* Build configuration list for PBXProject "Irrlicht" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5E34C6DD1B7F4A0C00F212E8 /* Debug */, - 5E34C6DE1B7F4A0C00F212E8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5E34C9F51B7F6E3400F212E8 /* Build configuration list for PBXNativeTarget "Irrlicht_OSX" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5E34C9F61B7F6E3400F212E8 /* Debug */, - 5E34C9F71B7F6E3400F212E8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5E5733E21C18E212003F664E /* Build configuration list for PBXNativeTarget "Irrlicht_iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5E5733E31C18E212003F664E /* Debug */, - 5E5733E41C18E212003F664E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 5E34C6D91B7F4A0C00F212E8 /* Project object */; -} diff --git a/source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes/Irrlicht_OSX.xcscheme b/source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes/Irrlicht_OSX.xcscheme deleted file mode 100644 index 9448ffc3..00000000 --- a/source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes/Irrlicht_OSX.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes/Irrlicht_iOS.xcscheme b/source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes/Irrlicht_iOS.xcscheme deleted file mode 100644 index 2fbdaf6b..00000000 --- a/source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes/Irrlicht_iOS.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/source/Irrlicht/Irrlicht10.0.sln b/source/Irrlicht/Irrlicht10.0.sln deleted file mode 100644 index f3dcbb4e..00000000 --- a/source/Irrlicht/Irrlicht10.0.sln +++ /dev/null @@ -1,50 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Irrlicht", "Irrlicht10.0.vcxproj", "{E08E042A-6C45-411B-92BE-3CC31331019F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release - Fast FPU|Win32 = Release - Fast FPU|Win32 - Release - Fast FPU|x64 = Release - Fast FPU|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - Static lib - Debug|Win32 = Static lib - Debug|Win32 - Static lib - Debug|x64 = Static lib - Debug|x64 - Static lib - Release - Fast FPU|Win32 = Static lib - Release - Fast FPU|Win32 - Static lib - Release - Fast FPU|x64 = Static lib - Release - Fast FPU|x64 - Static lib - Release|Win32 = Static lib - Release|Win32 - Static lib - Release|x64 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|Win32.ActiveCfg = Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|Win32.Build.0 = Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|x64.ActiveCfg = Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|x64.Build.0 = Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.ActiveCfg = Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.Build.0 = Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.ActiveCfg = Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.Build.0 = Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.ActiveCfg = Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.Build.0 = Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.ActiveCfg = Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.Build.0 = Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.ActiveCfg = Static lib - Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.Build.0 = Static lib - Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.ActiveCfg = Static lib - Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.Build.0 = Static lib - Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.ActiveCfg = Static lib - Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.Build.0 = Static lib - Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.ActiveCfg = Static lib - Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.Build.0 = Static lib - Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.ActiveCfg = Static lib - Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.Build.0 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/source/Irrlicht/Irrlicht10.0.vcxproj b/source/Irrlicht/Irrlicht10.0.vcxproj deleted file mode 100644 index b61cdc0c..00000000 --- a/source/Irrlicht/Irrlicht10.0.vcxproj +++ /dev/null @@ -1,1610 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Fast FPU - Win32 - - - Release - Fast FPU - x64 - - - Release - Win32 - - - Release - x64 - - - SDL-Debug - Win32 - - - SDL-Debug - x64 - - - Static lib - Debug - Win32 - - - Static lib - Debug - x64 - - - Static lib - Release - Fast FPU - Win32 - - - Static lib - Release - Fast FPU - x64 - - - Static lib - Release - Win32 - - - Static lib - Release - x64 - - - - Irrlicht - {E08E042A-6C45-411B-92BE-3CC31331019F} - Irrlicht - - - - DynamicLibrary - NotSet - Windows7.1SDK - - - DynamicLibrary - NotSet - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - NotSet - Windows7.1SDK - - - StaticLibrary - NotSet - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - NotSet - Windows7.1SDK - - - DynamicLibrary - NotSet - Windows7.1SDK - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - true - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - $(TargetDir)$(TargetName).pdb - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - Windows - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Fast - false - Level3 - - - Cdecl - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - MachineX86 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Fast - false - Level3 - - - FastCall - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht10.0.vcxproj.filters b/source/Irrlicht/Irrlicht10.0.vcxproj.filters deleted file mode 100644 index 618fb881..00000000 --- a/source/Irrlicht/Irrlicht10.0.vcxproj.filters +++ /dev/null @@ -1,2394 +0,0 @@ - - - - - {b5bde5d3-f9e4-4036-8c28-2f4e8cd03846} - - - {0b0937fb-2270-4e3e-a94f-f92bc0fa74ae} - - - {67300400-93d5-4a7e-8b59-7c0d7b1f6d75} - - - {feb206b9-81b6-45c0-b4e5-9e637fe060e7} - - - {af459bf5-2849-4a0e-9a21-91acbbf1c6b5} - - - {aa649d49-922d-4118-8574-f05c13d67706} - - - {a72cb2e5-a5c3-41bc-9c86-fdbdae8f7866} - - - {72c30315-bbc0-4109-9ccd-fb7107ba316a} - - - {1fcdc900-911d-4b7a-9328-afce5bbe44fa} - - - {41e16cbf-c3cb-4d74-8aef-c0416b6b9d7f} - - - {b84f01e5-ae3c-457b-8d96-b3e271800162} - - - {eca36d94-d8fb-477d-a0dc-b5498c9686d7} - - - {67826246-df05-4523-9191-5286f9157963} - - - {659a61d5-7ab3-4aa3-95ca-879780810b4e} - - - {f65e8d89-c715-4794-8c2d-22f2b57cffb0} - - - {3cb7865d-a5e9-4b22-8f54-dde759b88c51} - - - {919fcfa4-4277-4c88-8bfc-4bfcfcbb1b65} - - - {834213c7-9515-49de-aa27-8d3ed9c0c87a} - - - {a9ca9d4d-7678-4687-b78b-15236c0dcf53} - - - {d694e7b0-0fb0-4685-ace7-56d9ec65a3d0} - - - {e2571a61-945c-4509-b47c-daea464916ab} - - - {1354e9fa-cea6-461e-af7f-9940bb5f0a2f} - - - {ac7af7ba-0e6b-4da4-a695-a0070a4da974} - - - {1173499e-79e8-4c34-8046-abc325e2f2a9} - - - {ca095ff3-25e4-4852-ab55-af28c602cd8a} - - - {1c8bd90a-8361-4478-8942-a062450ef209} - - - {128cac28-b6f8-49e7-87f5-ee15951d0396} - - - {6f10ce97-ed8b-47bc-a189-f2262eb467e4} - - - {5d58bc55-284e-4880-9226-85083e65d660} - - - {064ee182-9f07-4026-ac22-c141ae2c7281} - - - {6e842906-e193-451d-8716-12eaafabd0d8} - - - {799f220e-3a58-4788-876b-88c175b69871} - - - {da421793-4674-481c-be46-f7a44e78aee5} - - - {2c9c6ef7-5662-4f11-83cd-921c717d3ab0} - - - {8fc81fd6-acd6-46be-adf7-31d8413fa51d} - - - {6372c29c-b69e-41e5-bee2-27ad7cf3872f} - - - {397439c6-ad86-45a8-b692-f3606794a075} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - include\scene - - - - Irrlicht\scene\loaders - - - include\scene - - - Irrlicht\scene\loaders - - - include\video - - - include - - - include\video - - - include\scene - - - include - - - Irrlicht\irr - - - include\video - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\scene - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - include\video - - - include\scene - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - - - doc - - - doc - - - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\irr - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht11.0.sln b/source/Irrlicht/Irrlicht11.0.sln deleted file mode 100644 index 3a289183..00000000 --- a/source/Irrlicht/Irrlicht11.0.sln +++ /dev/null @@ -1,50 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Irrlicht", "Irrlicht11.0.vcxproj", "{E08E042A-6C45-411B-92BE-3CC31331019F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release - Fast FPU|Win32 = Release - Fast FPU|Win32 - Release - Fast FPU|x64 = Release - Fast FPU|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - Static lib - Debug|Win32 = Static lib - Debug|Win32 - Static lib - Debug|x64 = Static lib - Debug|x64 - Static lib - Release - Fast FPU|Win32 = Static lib - Release - Fast FPU|Win32 - Static lib - Release - Fast FPU|x64 = Static lib - Release - Fast FPU|x64 - Static lib - Release|Win32 = Static lib - Release|Win32 - Static lib - Release|x64 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|Win32.ActiveCfg = Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|Win32.Build.0 = Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|x64.ActiveCfg = Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|x64.Build.0 = Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.ActiveCfg = Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.Build.0 = Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.ActiveCfg = Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.Build.0 = Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.ActiveCfg = Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.Build.0 = Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.ActiveCfg = Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.Build.0 = Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.ActiveCfg = Static lib - Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.Build.0 = Static lib - Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.ActiveCfg = Static lib - Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.Build.0 = Static lib - Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.ActiveCfg = Static lib - Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.Build.0 = Static lib - Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.ActiveCfg = Static lib - Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.Build.0 = Static lib - Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.ActiveCfg = Static lib - Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.Build.0 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/source/Irrlicht/Irrlicht11.0.vcxproj b/source/Irrlicht/Irrlicht11.0.vcxproj deleted file mode 100644 index e6b828e4..00000000 --- a/source/Irrlicht/Irrlicht11.0.vcxproj +++ /dev/null @@ -1,1609 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Fast FPU - Win32 - - - Release - Fast FPU - x64 - - - Release - Win32 - - - Release - x64 - - - SDL-Debug - Win32 - - - SDL-Debug - x64 - - - Static lib - Debug - Win32 - - - Static lib - Debug - x64 - - - Static lib - Release - Fast FPU - Win32 - - - Static lib - Release - Fast FPU - x64 - - - Static lib - Release - Win32 - - - Static lib - Release - x64 - - - - Irrlicht - {E08E042A-6C45-411B-92BE-3CC31331019F} - Irrlicht - - - - DynamicLibrary - NotSet - Windows7.1SDK - - - DynamicLibrary - NotSet - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - NotSet - Windows7.1SDK - - - StaticLibrary - NotSet - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - NotSet - Windows7.1SDK - - - DynamicLibrary - NotSet - Windows7.1SDK - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - Windows - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Fast - false - Level3 - - - FastCall - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - MachineX86 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Fast - false - Level3 - - - FastCall - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht11.0.vcxproj.filters b/source/Irrlicht/Irrlicht11.0.vcxproj.filters deleted file mode 100644 index 1cffa753..00000000 --- a/source/Irrlicht/Irrlicht11.0.vcxproj.filters +++ /dev/null @@ -1,2394 +0,0 @@ - - - - - {b5bde5d3-f9e4-4036-8c28-2f4e8cd03846} - - - {0b0937fb-2270-4e3e-a94f-f92bc0fa74ae} - - - {67300400-93d5-4a7e-8b59-7c0d7b1f6d75} - - - {feb206b9-81b6-45c0-b4e5-9e637fe060e7} - - - {af459bf5-2849-4a0e-9a21-91acbbf1c6b5} - - - {aa649d49-922d-4118-8574-f05c13d67706} - - - {a72cb2e5-a5c3-41bc-9c86-fdbdae8f7866} - - - {72c30315-bbc0-4109-9ccd-fb7107ba316a} - - - {1fcdc900-911d-4b7a-9328-afce5bbe44fa} - - - {41e16cbf-c3cb-4d74-8aef-c0416b6b9d7f} - - - {b84f01e5-ae3c-457b-8d96-b3e271800162} - - - {eca36d94-d8fb-477d-a0dc-b5498c9686d7} - - - {67826246-df05-4523-9191-5286f9157963} - - - {659a61d5-7ab3-4aa3-95ca-879780810b4e} - - - {f65e8d89-c715-4794-8c2d-22f2b57cffb0} - - - {3cb7865d-a5e9-4b22-8f54-dde759b88c51} - - - {919fcfa4-4277-4c88-8bfc-4bfcfcbb1b65} - - - {834213c7-9515-49de-aa27-8d3ed9c0c87a} - - - {a9ca9d4d-7678-4687-b78b-15236c0dcf53} - - - {d694e7b0-0fb0-4685-ace7-56d9ec65a3d0} - - - {e2571a61-945c-4509-b47c-daea464916ab} - - - {1354e9fa-cea6-461e-af7f-9940bb5f0a2f} - - - {ac7af7ba-0e6b-4da4-a695-a0070a4da974} - - - {1173499e-79e8-4c34-8046-abc325e2f2a9} - - - {ca095ff3-25e4-4852-ab55-af28c602cd8a} - - - {1c8bd90a-8361-4478-8942-a062450ef209} - - - {128cac28-b6f8-49e7-87f5-ee15951d0396} - - - {6f10ce97-ed8b-47bc-a189-f2262eb467e4} - - - {5d58bc55-284e-4880-9226-85083e65d660} - - - {064ee182-9f07-4026-ac22-c141ae2c7281} - - - {6e842906-e193-451d-8716-12eaafabd0d8} - - - {799f220e-3a58-4788-876b-88c175b69871} - - - {da421793-4674-481c-be46-f7a44e78aee5} - - - {bc1d03a2-7534-4b2f-857f-be5e0ab41dde} - - - {7c6393e3-ff28-4ef8-9a82-6a1dc7e9b1fc} - - - {9386255e-8324-4ce1-864a-225390cee09e} - - - {d16493e0-554f-49e0-b228-0e4047839dba} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - include\scene - - - - Irrlicht\scene\loaders - - - include\scene - - - Irrlicht\scene\loaders - - - include\video - - - include - - - include\video - - - include\video - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\scene - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - include\video - - - include\scene - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - - - doc - - - doc - - - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht12.0.sln b/source/Irrlicht/Irrlicht12.0.sln deleted file mode 100644 index 8a6714b4..00000000 --- a/source/Irrlicht/Irrlicht12.0.sln +++ /dev/null @@ -1,58 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 2013 for Windows Desktop -VisualStudioVersion = 12.0.30501.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Irrlicht", "Irrlicht12.0.vcxproj", "{E08E042A-6C45-411B-92BE-3CC31331019F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release - Fast FPU|Win32 = Release - Fast FPU|Win32 - Release - Fast FPU|x64 = Release - Fast FPU|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - SDL-Debug|Win32 = SDL-Debug|Win32 - SDL-Debug|x64 = SDL-Debug|x64 - Static lib - Debug|Win32 = Static lib - Debug|Win32 - Static lib - Debug|x64 = Static lib - Debug|x64 - Static lib - Release - Fast FPU|Win32 = Static lib - Release - Fast FPU|Win32 - Static lib - Release - Fast FPU|x64 = Static lib - Release - Fast FPU|x64 - Static lib - Release|Win32 = Static lib - Release|Win32 - Static lib - Release|x64 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|Win32.ActiveCfg = Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|Win32.Build.0 = Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|x64.ActiveCfg = Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|x64.Build.0 = Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.ActiveCfg = Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.Build.0 = Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.ActiveCfg = Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.Build.0 = Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.ActiveCfg = Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.Build.0 = Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.ActiveCfg = Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.Build.0 = Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|Win32.ActiveCfg = SDL-Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|Win32.Build.0 = SDL-Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|x64.ActiveCfg = SDL-Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|x64.Build.0 = SDL-Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.ActiveCfg = Static lib - Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.Build.0 = Static lib - Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.ActiveCfg = Static lib - Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.Build.0 = Static lib - Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.ActiveCfg = Static lib - Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.Build.0 = Static lib - Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.ActiveCfg = Static lib - Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.Build.0 = Static lib - Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.ActiveCfg = Static lib - Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.Build.0 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/source/Irrlicht/Irrlicht12.0.vcxproj b/source/Irrlicht/Irrlicht12.0.vcxproj deleted file mode 100644 index 9581357a..00000000 --- a/source/Irrlicht/Irrlicht12.0.vcxproj +++ /dev/null @@ -1,1601 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Fast FPU - Win32 - - - Release - Fast FPU - x64 - - - Release - Win32 - - - Release - x64 - - - SDL-Debug - Win32 - - - SDL-Debug - x64 - - - Static lib - Debug - Win32 - - - Static lib - Debug - x64 - - - Static lib - Release - Fast FPU - Win32 - - - Static lib - Release - Fast FPU - x64 - - - Static lib - Release - Win32 - - - Static lib - Release - x64 - - - - Irrlicht - {E08E042A-6C45-411B-92BE-3CC31331019F} - Irrlicht - - - - DynamicLibrary - NotSet - Windows7.1SDK - - - DynamicLibrary - NotSet - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - MultiByte - true - Windows7.1SDK - - - StaticLibrary - NotSet - Windows7.1SDK - - - StaticLibrary - NotSet - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - MultiByte - true - Windows7.1SDK - - - DynamicLibrary - NotSet - Windows7.1SDK - - - DynamicLibrary - NotSet - Windows7.1SDK - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - Windows - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Level3 - - - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Fast - false - Level3 - - - FastCall - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - MachineX86 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - Fast - false - Level3 - - - FastCall - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - - - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht12.0.vcxproj.filters b/source/Irrlicht/Irrlicht12.0.vcxproj.filters deleted file mode 100644 index 0623a911..00000000 --- a/source/Irrlicht/Irrlicht12.0.vcxproj.filters +++ /dev/null @@ -1,2370 +0,0 @@ - - - - - {b5bde5d3-f9e4-4036-8c28-2f4e8cd03846} - - - {0b0937fb-2270-4e3e-a94f-f92bc0fa74ae} - - - {67300400-93d5-4a7e-8b59-7c0d7b1f6d75} - - - {feb206b9-81b6-45c0-b4e5-9e637fe060e7} - - - {af459bf5-2849-4a0e-9a21-91acbbf1c6b5} - - - {aa649d49-922d-4118-8574-f05c13d67706} - - - {a72cb2e5-a5c3-41bc-9c86-fdbdae8f7866} - - - {72c30315-bbc0-4109-9ccd-fb7107ba316a} - - - {1fcdc900-911d-4b7a-9328-afce5bbe44fa} - - - {41e16cbf-c3cb-4d74-8aef-c0416b6b9d7f} - - - {b84f01e5-ae3c-457b-8d96-b3e271800162} - - - {eca36d94-d8fb-477d-a0dc-b5498c9686d7} - - - {67826246-df05-4523-9191-5286f9157963} - - - {659a61d5-7ab3-4aa3-95ca-879780810b4e} - - - {f65e8d89-c715-4794-8c2d-22f2b57cffb0} - - - {3cb7865d-a5e9-4b22-8f54-dde759b88c51} - - - {919fcfa4-4277-4c88-8bfc-4bfcfcbb1b65} - - - {834213c7-9515-49de-aa27-8d3ed9c0c87a} - - - {a9ca9d4d-7678-4687-b78b-15236c0dcf53} - - - {d694e7b0-0fb0-4685-ace7-56d9ec65a3d0} - - - {e2571a61-945c-4509-b47c-daea464916ab} - - - {1354e9fa-cea6-461e-af7f-9940bb5f0a2f} - - - {ac7af7ba-0e6b-4da4-a695-a0070a4da974} - - - {1173499e-79e8-4c34-8046-abc325e2f2a9} - - - {ca095ff3-25e4-4852-ab55-af28c602cd8a} - - - {1c8bd90a-8361-4478-8942-a062450ef209} - - - {128cac28-b6f8-49e7-87f5-ee15951d0396} - - - {6f10ce97-ed8b-47bc-a189-f2262eb467e4} - - - {5d58bc55-284e-4880-9226-85083e65d660} - - - {064ee182-9f07-4026-ac22-c141ae2c7281} - - - {6e842906-e193-451d-8716-12eaafabd0d8} - - - {799f220e-3a58-4788-876b-88c175b69871} - - - {da421793-4674-481c-be46-f7a44e78aee5} - - - {d6b83fe4-204d-4a95-aeb7-5b8ebdec7e5d} - - - {27e98892-9346-44d4-87f7-ec6dac7b613f} - - - {8868062c-90fe-48c1-863f-daddd86dca3c} - - - {f1f5ce52-0b36-4934-8c51-8e73026f94cc} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - include\scene - - - - Irrlicht\scene\loaders - - - include\scene - - - Irrlicht\scene\loaders - - - include\video - - - include - - - include\video - - - include\video - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\scene - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - include\video - - - include\scene - - - - - doc - - - doc - - - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht14.0.sln b/source/Irrlicht/Irrlicht14.0.sln deleted file mode 100644 index 84f8862a..00000000 --- a/source/Irrlicht/Irrlicht14.0.sln +++ /dev/null @@ -1,58 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 14.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Irrlicht", "Irrlicht14.0.vcxproj", "{E08E042A-6C45-411B-92BE-3CC31331019F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release - Fast FPU|Win32 = Release - Fast FPU|Win32 - Release - Fast FPU|x64 = Release - Fast FPU|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - SDL-Debug|Win32 = SDL-Debug|Win32 - SDL-Debug|x64 = SDL-Debug|x64 - Static lib - Debug|Win32 = Static lib - Debug|Win32 - Static lib - Debug|x64 = Static lib - Debug|x64 - Static lib - Release - Fast FPU|Win32 = Static lib - Release - Fast FPU|Win32 - Static lib - Release - Fast FPU|x64 = Static lib - Release - Fast FPU|x64 - Static lib - Release|Win32 = Static lib - Release|Win32 - Static lib - Release|x64 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|Win32.ActiveCfg = Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|Win32.Build.0 = Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|x64.ActiveCfg = Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Debug|x64.Build.0 = Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.ActiveCfg = Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|Win32.Build.0 = Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.ActiveCfg = Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release - Fast FPU|x64.Build.0 = Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.ActiveCfg = Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|Win32.Build.0 = Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.ActiveCfg = Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Release|x64.Build.0 = Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|Win32.ActiveCfg = SDL-Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|Win32.Build.0 = SDL-Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|x64.ActiveCfg = SDL-Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.SDL-Debug|x64.Build.0 = SDL-Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.ActiveCfg = Static lib - Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|Win32.Build.0 = Static lib - Debug|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.ActiveCfg = Static lib - Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Debug|x64.Build.0 = Static lib - Debug|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.ActiveCfg = Static lib - Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release - Fast FPU|x64.Build.0 = Static lib - Release - Fast FPU|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.ActiveCfg = Static lib - Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|Win32.Build.0 = Static lib - Release|Win32 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.ActiveCfg = Static lib - Release|x64 - {E08E042A-6C45-411B-92BE-3CC31331019F}.Static lib - Release|x64.Build.0 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/source/Irrlicht/Irrlicht14.0.vcxproj b/source/Irrlicht/Irrlicht14.0.vcxproj deleted file mode 100644 index 47f07a3a..00000000 --- a/source/Irrlicht/Irrlicht14.0.vcxproj +++ /dev/null @@ -1,1621 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Fast FPU - Win32 - - - Release - Fast FPU - x64 - - - Release - Win32 - - - Release - x64 - - - SDL-Debug - Win32 - - - SDL-Debug - x64 - - - Static lib - Debug - Win32 - - - Static lib - Debug - x64 - - - Static lib - Release - Fast FPU - Win32 - - - Static lib - Release - Fast FPU - x64 - - - Static lib - Release - Win32 - - - Static lib - Release - x64 - - - - Irrlicht - {E08E042A-6C45-411B-92BE-3CC31331019F} - Irrlicht - 8.1 - - - - DynamicLibrary - NotSet - v140 - - - DynamicLibrary - NotSet - v140 - - - StaticLibrary - MultiByte - true - v140 - - - StaticLibrary - MultiByte - true - v140 - - - StaticLibrary - MultiByte - true - v140 - - - StaticLibrary - MultiByte - true - v140 - - - StaticLibrary - NotSet - v140 - - - StaticLibrary - NotSet - v140 - - - DynamicLibrary - MultiByte - true - v140 - - - DynamicLibrary - MultiByte - true - v140 - - - DynamicLibrary - MultiByte - true - v140 - - - DynamicLibrary - MultiByte - true - v140 - - - DynamicLibrary - NotSet - v140 - - - DynamicLibrary - NotSet - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - AllRules.ruleset - AllRules.ruleset - - - - - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)include;$(DXSDK_DIR)include;$(IncludePath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x86;$(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(OGLES_SDK)lib\x64;$(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Level3 - - - Default - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Level3 - - - Default - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - Windows - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions); _ITERATOR_DEBUG_LEVEL=0 - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Level3 - - - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Level3 - - - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Fast - false - Level3 - - - FastCall - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - MachineX86 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Fast - false - Level3 - - - FastCall - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht14.0.vcxproj.filters b/source/Irrlicht/Irrlicht14.0.vcxproj.filters deleted file mode 100644 index 077634de..00000000 --- a/source/Irrlicht/Irrlicht14.0.vcxproj.filters +++ /dev/null @@ -1,2397 +0,0 @@ - - - - - {b5bde5d3-f9e4-4036-8c28-2f4e8cd03846} - - - {0b0937fb-2270-4e3e-a94f-f92bc0fa74ae} - - - {67300400-93d5-4a7e-8b59-7c0d7b1f6d75} - - - {feb206b9-81b6-45c0-b4e5-9e637fe060e7} - - - {af459bf5-2849-4a0e-9a21-91acbbf1c6b5} - - - {aa649d49-922d-4118-8574-f05c13d67706} - - - {a72cb2e5-a5c3-41bc-9c86-fdbdae8f7866} - - - {72c30315-bbc0-4109-9ccd-fb7107ba316a} - - - {1fcdc900-911d-4b7a-9328-afce5bbe44fa} - - - {41e16cbf-c3cb-4d74-8aef-c0416b6b9d7f} - - - {b84f01e5-ae3c-457b-8d96-b3e271800162} - - - {eca36d94-d8fb-477d-a0dc-b5498c9686d7} - - - {67826246-df05-4523-9191-5286f9157963} - - - {659a61d5-7ab3-4aa3-95ca-879780810b4e} - - - {f65e8d89-c715-4794-8c2d-22f2b57cffb0} - - - {3cb7865d-a5e9-4b22-8f54-dde759b88c51} - - - {919fcfa4-4277-4c88-8bfc-4bfcfcbb1b65} - - - {834213c7-9515-49de-aa27-8d3ed9c0c87a} - - - {a9ca9d4d-7678-4687-b78b-15236c0dcf53} - - - {d694e7b0-0fb0-4685-ace7-56d9ec65a3d0} - - - {e2571a61-945c-4509-b47c-daea464916ab} - - - {1354e9fa-cea6-461e-af7f-9940bb5f0a2f} - - - {ac7af7ba-0e6b-4da4-a695-a0070a4da974} - - - {1173499e-79e8-4c34-8046-abc325e2f2a9} - - - {ca095ff3-25e4-4852-ab55-af28c602cd8a} - - - {1c8bd90a-8361-4478-8942-a062450ef209} - - - {128cac28-b6f8-49e7-87f5-ee15951d0396} - - - {6f10ce97-ed8b-47bc-a189-f2262eb467e4} - - - {5d58bc55-284e-4880-9226-85083e65d660} - - - {064ee182-9f07-4026-ac22-c141ae2c7281} - - - {6e842906-e193-451d-8716-12eaafabd0d8} - - - {799f220e-3a58-4788-876b-88c175b69871} - - - {da421793-4674-481c-be46-f7a44e78aee5} - - - {628de03e-6872-4682-b1f6-d3cc453c9d55} - - - {224208f8-92b4-4fee-8825-3313e2819e8c} - - - {fbd95ddd-9178-412e-942b-f1c94ab68240} - - - {2512a519-e6c0-4b48-aae4-ded2d2500b95} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - include\scene - - - - Irrlicht\scene\loaders - - - include\scene - - - Irrlicht\scene\loaders - - - include\video - - - include - - - include\video - - - include\video - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\scene - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - include\video - - - include\scene - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Null - - - - - doc - - - doc - - - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES2.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL ES1.x - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht15.0.sln b/source/Irrlicht/Irrlicht15.0.sln deleted file mode 100644 index 590f4d93..00000000 --- a/source/Irrlicht/Irrlicht15.0.sln +++ /dev/null @@ -1,61 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27004.2008 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Irrlicht", "Irrlicht15.0.vcxproj", "{DD5C43CB-34A8-409B-9010-5A5A52787552}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release - Fast FPU|Win32 = Release - Fast FPU|Win32 - Release - Fast FPU|x64 = Release - Fast FPU|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - SDL-Debug|Win32 = SDL-Debug|Win32 - SDL-Debug|x64 = SDL-Debug|x64 - Static lib - Debug|Win32 = Static lib - Debug|Win32 - Static lib - Debug|x64 = Static lib - Debug|x64 - Static lib - Release - Fast FPU|Win32 = Static lib - Release - Fast FPU|Win32 - Static lib - Release - Fast FPU|x64 = Static lib - Release - Fast FPU|x64 - Static lib - Release|Win32 = Static lib - Release|Win32 - Static lib - Release|x64 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Debug|Win32.ActiveCfg = Debug|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Debug|Win32.Build.0 = Debug|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Debug|x64.ActiveCfg = Debug|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Debug|x64.Build.0 = Debug|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Release - Fast FPU|Win32.ActiveCfg = Release - Fast FPU|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Release - Fast FPU|Win32.Build.0 = Release - Fast FPU|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Release - Fast FPU|x64.ActiveCfg = Release - Fast FPU|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Release - Fast FPU|x64.Build.0 = Release - Fast FPU|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Release|Win32.ActiveCfg = Release|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Release|Win32.Build.0 = Release|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Release|x64.ActiveCfg = Release|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Release|x64.Build.0 = Release|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.SDL-Debug|Win32.ActiveCfg = SDL-Debug|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.SDL-Debug|Win32.Build.0 = SDL-Debug|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.SDL-Debug|x64.ActiveCfg = SDL-Debug|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.SDL-Debug|x64.Build.0 = SDL-Debug|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Debug|Win32.ActiveCfg = Static lib - Debug|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Debug|Win32.Build.0 = Static lib - Debug|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Debug|x64.ActiveCfg = Static lib - Debug|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Debug|x64.Build.0 = Static lib - Debug|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Release - Fast FPU|Win32.ActiveCfg = Static lib - Release - Fast FPU|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Release - Fast FPU|Win32.Build.0 = Static lib - Release - Fast FPU|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Release - Fast FPU|x64.ActiveCfg = Static lib - Release - Fast FPU|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Release - Fast FPU|x64.Build.0 = Static lib - Release - Fast FPU|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Release|Win32.ActiveCfg = Static lib - Release|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Release|Win32.Build.0 = Static lib - Release|Win32 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Release|x64.ActiveCfg = Static lib - Release|x64 - {DD5C43CB-34A8-409B-9010-5A5A52787552}.Static lib - Release|x64.Build.0 = Static lib - Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {DF9BEF31-A6F9-42FD-9573-28F994828B0B} - EndGlobalSection -EndGlobal diff --git a/source/Irrlicht/Irrlicht15.0.vcxproj b/source/Irrlicht/Irrlicht15.0.vcxproj deleted file mode 100644 index 4ae8670c..00000000 --- a/source/Irrlicht/Irrlicht15.0.vcxproj +++ /dev/null @@ -1,1597 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Fast FPU - Win32 - - - Release - Fast FPU - x64 - - - Release - Win32 - - - Release - x64 - - - SDL-Debug - Win32 - - - SDL-Debug - x64 - - - Static lib - Debug - Win32 - - - Static lib - Debug - x64 - - - Static lib - Release - Fast FPU - Win32 - - - Static lib - Release - Fast FPU - x64 - - - Static lib - Release - Win32 - - - Static lib - Release - x64 - - - - Irrlicht - {DD5C43CB-34A8-409B-9010-5A5A52787552} - Irrlicht - 8.1 - - - - DynamicLibrary - NotSet - v141 - - - DynamicLibrary - NotSet - v141 - - - StaticLibrary - MultiByte - true - v141 - - - StaticLibrary - MultiByte - true - v141 - - - StaticLibrary - MultiByte - true - v141 - - - StaticLibrary - MultiByte - true - v141 - - - StaticLibrary - NotSet - v141 - - - StaticLibrary - NotSet - v141 - - - DynamicLibrary - MultiByte - true - v141 - - - DynamicLibrary - MultiByte - true - v141 - - - DynamicLibrary - MultiByte - true - v141 - - - DynamicLibrary - MultiByte - true - v141 - - - DynamicLibrary - NotSet - v141 - - - DynamicLibrary - NotSet - v141 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - false - false - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\lib\Win32-VisualStudio\ - ..\..\lib\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - Irrlicht.ruleset - Irrlicht.ruleset - - - - - Irrlicht.ruleset - Irrlicht.ruleset - - - - - Irrlicht.ruleset - Irrlicht.ruleset - - - - - Irrlicht.ruleset - Irrlicht.ruleset - - - - - Irrlicht.ruleset - Irrlicht.ruleset - - - - - Irrlicht.ruleset - Irrlicht.ruleset - - - - - Irrlicht.ruleset - Irrlicht.ruleset - - - - - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - obj\$(Configuration)\ - obj\$(Configuration)64\ - true - true - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)include;$(IncludePath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(DXSDK_DIR)Lib\x86;$(LibraryPath) - $(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - $(DXSDK_DIR)Lib\x64;$(LibraryPath);$(VSInstallDir);$(VSInstallDir)lib\amd64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - Disabled - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Level3 - - - Default - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Level3 - - - Default - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - Windows - 1.9 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - Default - false - false - StreamingSIMDExtensions2 - Fast - false - Level3 - - - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - libci.lib;%(IgnoreSpecificDefaultLibraries) - false - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Level3 - - - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - MaxSpeed - OnlyExplicitInline - false - false - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Level3 - - - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Fast - false - Level3 - - - FastCall - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win32-visualstudio\Irrlicht.lib - MachineX86 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - .\..\Release/Irrlicht.tlb - - - Full - AnySuitable - true - Speed - true - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;_IRR_STATIC_LIB_;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - true - false - MultiThreaded - false - true - Fast - false - Level3 - - - FastCall - false - 4577 - - - NDEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - winmm.lib;%(AdditionalDependencies) - ..\..\lib\Win64-visualstudio\Irrlicht.lib - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - /MACHINE:I386 %(AdditionalOptions) - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;%(AdditionalDependencies) - ..\..\bin\Win32-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win32-visualstudio\Irrlicht.lib - 1.9 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - .\..\Debug/Irrlicht.tlb - - - Disabled - ..\..\include;zlib;%(AdditionalIncludeDirectories) - WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;IRRLICHT_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_IRR_USE_SDL_DEVICE_=1;%(PreprocessorDefinitions) - false - EnableFastChecks - MultiThreadedDebug - false - false - Level3 - 4577 - - - _DEBUG;%(PreprocessorDefinitions) - 0x0c07 - - - true - - - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - ..\..\bin\Win64-visualstudio\Irrlicht.dll - %(AdditionalLibraryDirectories) - libci.lib;%(IgnoreSpecificDefaultLibraries) - true - - - ..\..\lib\Win64-visualstudio\Irrlicht.lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Irrlicht15.0.vcxproj.filters b/source/Irrlicht/Irrlicht15.0.vcxproj.filters deleted file mode 100644 index 16c0835f..00000000 --- a/source/Irrlicht/Irrlicht15.0.vcxproj.filters +++ /dev/null @@ -1,2317 +0,0 @@ - - - - - {b5bde5d3-f9e4-4036-8c28-2f4e8cd03846} - - - {0b0937fb-2270-4e3e-a94f-f92bc0fa74ae} - - - {67300400-93d5-4a7e-8b59-7c0d7b1f6d75} - - - {feb206b9-81b6-45c0-b4e5-9e637fe060e7} - - - {af459bf5-2849-4a0e-9a21-91acbbf1c6b5} - - - {aa649d49-922d-4118-8574-f05c13d67706} - - - {a72cb2e5-a5c3-41bc-9c86-fdbdae8f7866} - - - {72c30315-bbc0-4109-9ccd-fb7107ba316a} - - - {1fcdc900-911d-4b7a-9328-afce5bbe44fa} - - - {41e16cbf-c3cb-4d74-8aef-c0416b6b9d7f} - - - {b84f01e5-ae3c-457b-8d96-b3e271800162} - - - {eca36d94-d8fb-477d-a0dc-b5498c9686d7} - - - {67826246-df05-4523-9191-5286f9157963} - - - {659a61d5-7ab3-4aa3-95ca-879780810b4e} - - - {f65e8d89-c715-4794-8c2d-22f2b57cffb0} - - - {3cb7865d-a5e9-4b22-8f54-dde759b88c51} - - - {919fcfa4-4277-4c88-8bfc-4bfcfcbb1b65} - - - {834213c7-9515-49de-aa27-8d3ed9c0c87a} - - - {a9ca9d4d-7678-4687-b78b-15236c0dcf53} - - - {d694e7b0-0fb0-4685-ace7-56d9ec65a3d0} - - - {e2571a61-945c-4509-b47c-daea464916ab} - - - {1354e9fa-cea6-461e-af7f-9940bb5f0a2f} - - - {ac7af7ba-0e6b-4da4-a695-a0070a4da974} - - - {1173499e-79e8-4c34-8046-abc325e2f2a9} - - - {ca095ff3-25e4-4852-ab55-af28c602cd8a} - - - {1c8bd90a-8361-4478-8942-a062450ef209} - - - {128cac28-b6f8-49e7-87f5-ee15951d0396} - - - {6f10ce97-ed8b-47bc-a189-f2262eb467e4} - - - {5d58bc55-284e-4880-9226-85083e65d660} - - - {064ee182-9f07-4026-ac22-c141ae2c7281} - - - {6e842906-e193-451d-8716-12eaafabd0d8} - - - {799f220e-3a58-4788-876b-88c175b69871} - - - {da421793-4674-481c-be46-f7a44e78aee5} - - - {628de03e-6872-4682-b1f6-d3cc453c9d55} - - - {2512a519-e6c0-4b48-aae4-ded2d2500b95} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\video - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\core - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\io - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\scene - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - include\gui - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - include\scene - - - - Irrlicht\scene\loaders - - - include\scene - - - Irrlicht\scene\loaders - - - include\video - - - include - - - include\video - - - include\video - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\scene - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Core - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - include\video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - - - doc - - - doc - - - - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\sceneNodes - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\particleSystem - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\collision - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\animators - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\scene\writers - - - Irrlicht\video - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Software - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Writer - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Null\Loader - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Direct3D9 - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr - - - Irrlicht\irr\extern - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\zlib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\jpeglib - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\libpng - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\aesGladman - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\extern\bzip2 - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\irr\device - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\io - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\gui - - - Irrlicht\scene\loaders - - - Irrlicht\scene\loaders - - - Irrlicht\video\Direct3D9 - - - Irrlicht\scene\writers - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\OpenGL Context - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - Irrlicht\video\Burning Video - - - - - - \ No newline at end of file diff --git a/source/Irrlicht/Makefile b/source/Irrlicht/Makefile deleted file mode 100644 index 8bca2180..00000000 --- a/source/Irrlicht/Makefile +++ /dev/null @@ -1,242 +0,0 @@ -VERSION_MAJOR = 1 -VERSION_MINOR = 9 -VERSION_RELEASE = 0 -# Irrlicht Engine 1.9.0 -# Makefile for Linux -# -# To use, just run: -# -# make -# -# This will compile Irrlicht, create a static lib (libIrrlicht.a), and copy it -# into the subdirectory lib/Linux. That's all. -# -# If you want Irrlicht to be compiled as shared lib (libIrrlicht.so.versionnumber), then run: -# -# make sharedlib -# make install -# -# If you want to compile in release mode run: -# -# make NDEBUG=1 -# -# For cross-compilation for Win32 under Linux, just use the win32 targets. You have to set -# at least CXX, CC, and AR to the proper binaries. -# -# For compiling on MinGW you can run it with: -# -# make win32 -# -# Or as MinGW by default has CC set to cc - but has no compiler by that name - you might have to do: -# make CC=gcc win32 - -#List of object files, separated based on engine architecture -IRRMESHLOADER = CBSPMeshFileLoader.o CMD2MeshFileLoader.o CMD3MeshFileLoader.o CMS3DMeshFileLoader.o CB3DMeshFileLoader.o C3DSMeshFileLoader.o COgreMeshFileLoader.o COBJMeshFileLoader.o CColladaFileLoader.o CCSMLoader.o CDMFLoader.o CLMTSMeshFileLoader.o CMY3DMeshFileLoader.o COCTLoader.o CXMeshFileLoader.o CIrrMeshFileLoader.o CSTLMeshFileLoader.o CLWOMeshFileLoader.o CPLYMeshFileLoader.o CSMFMeshFileLoader.o CMeshTextureLoader.o -IRRMESHWRITER = CColladaMeshWriter.o CIrrMeshWriter.o CSTLMeshWriter.o COBJMeshWriter.o CPLYMeshWriter.o CB3DMeshWriter.o -IRRMESHOBJ = $(IRRMESHLOADER) $(IRRMESHWRITER) \ - CSkinnedMesh.o CBoneSceneNode.o CMeshSceneNode.o \ - CAnimatedMeshSceneNode.o CAnimatedMeshMD2.o CAnimatedMeshMD3.o \ - CQ3LevelMesh.o CQuake3ShaderSceneNode.o CAnimatedMeshHalfLife.o -IRROBJ = CBillboardSceneNode.o CCameraSceneNode.o CDummyTransformationSceneNode.o CEmptySceneNode.o CGeometryCreator.o CLightSceneNode.o CMeshManipulator.o CMetaTriangleSelector.o COctreeSceneNode.o COctreeTriangleSelector.o CSceneCollisionManager.o CSceneManager.o CShadowVolumeSceneNode.o CSkyBoxSceneNode.o CSkyDomeSceneNode.o CTerrainSceneNode.o CTerrainTriangleSelector.o CVolumeLightSceneNode.o CCubeSceneNode.o CSphereSceneNode.o CTextSceneNode.o CTriangleBBSelector.o CTriangleSelector.o CWaterSurfaceSceneNode.o CMeshCache.o CDefaultSceneNodeAnimatorFactory.o CDefaultSceneNodeFactory.o CSceneLoaderIrr.o -IRRPARTICLEOBJ = CParticleAnimatedMeshSceneNodeEmitter.o CParticleBoxEmitter.o CParticleCylinderEmitter.o CParticleMeshEmitter.o CParticlePointEmitter.o CParticleRingEmitter.o CParticleSphereEmitter.o CParticleAttractionAffector.o CParticleFadeOutAffector.o CParticleGravityAffector.o CParticleRotationAffector.o CParticleSystemSceneNode.o CParticleScaleAffector.o -IRRANIMOBJ = CSceneNodeAnimatorCameraFPS.o CSceneNodeAnimatorCameraMaya.o CSceneNodeAnimatorCollisionResponse.o CSceneNodeAnimatorDelete.o CSceneNodeAnimatorFlyCircle.o CSceneNodeAnimatorFlyStraight.o CSceneNodeAnimatorFollowSpline.o CSceneNodeAnimatorRotation.o CSceneNodeAnimatorTexture.o -IRRDRVROBJ = CNullDriver.o COpenGLCacheHandler.o COpenGLDriver.o COpenGLNormalMapRenderer.o COpenGLParallaxMapRenderer.o COpenGLShaderMaterialRenderer.o COpenGLSLMaterialRenderer.o COpenGLExtensionHandler.o \ - CD3D9Driver.o CD3D9HLSLMaterialRenderer.o CD3D9NormalMapRenderer.o CD3D9ParallaxMapRenderer.o CD3D9ShaderMaterialRenderer.o CD3D9Texture.o \ - COGLESDriver.o COGLESExtensionHandler.o COGLES2Driver.o COGLES2ExtensionHandler.o COGLES2FixedPipelineRenderer.o COGLES2MaterialRenderer.o COGLES2NormalMapRenderer.o COGLES2ParallaxMapRenderer.o COGLES2Renderer2D.o CWebGL1Driver.o \ - CGLXManager.o CWGLManager.o CEGLManager.o -IRRIMAGEOBJ = CColorConverter.o CImage.o CImageLoaderBMP.o CImageLoaderDDS.o CImageLoaderJPG.o CImageLoaderPCX.o CImageLoaderPNG.o CImageLoaderPSD.o CImageLoaderPVR.o CImageLoaderTGA.o CImageLoaderPPM.o CImageLoaderWAL.o CImageLoaderRGB.o \ - CImageWriterBMP.o CImageWriterJPG.o CImageWriterPCX.o CImageWriterPNG.o CImageWriterPPM.o CImageWriterPSD.o CImageWriterTGA.o -IRRVIDEOOBJ = CVideoModeList.o CFPSCounter.o $(IRRDRVROBJ) $(IRRIMAGEOBJ) -IRRSWRENDEROBJ = CSoftwareDriver.o CSoftwareTexture.o CTRFlat.o CTRFlatWire.o CTRGouraud.o CTRGouraudWire.o CTRNormalMap.o \ - CTRStencilShadow.o CTRTextureFlat.o CTRTextureFlatWire.o CTRTextureGouraud.o CTRTextureGouraudAdd.o CTRTextureGouraudNoZ.o \ - CTRTextureGouraudWire.o CZBuffer.o CTRTextureGouraudVertexAlpha2.o CTRTextureGouraudNoZ2.o CTRTextureLightMap2_M2.o \ - CTRTextureLightMap2_M4.o CTRTextureLightMap2_M1.o CSoftwareDriver2.o CSoftwareTexture2.o CTRTextureGouraud2.o CTRGouraud2.o \ - CTRGouraudAlpha2.o CTRGouraudAlphaNoZ2.o CTRTextureDetailMap2.o CTRTextureGouraudAdd2.o CTRTextureGouraudAddNoZ2.o CTRTextureWire2.o \ - CTRTextureLightMap2_Add.o CTRTextureLightMapGouraud2_M4.o IBurningShader.o CTRTextureBlend.o CTRTextureGouraudAlpha.o \ - CTRTextureGouraudAlphaNoZ.o CDepthBuffer.o CBurningShader_Raster_Reference.o CTR_transparent_reflection_2_layer.o CTRGouraudNoZ2.o burning_shader_color.o -IRRIOOBJ = CFileList.o CFileSystem.o CLimitReadFile.o CMemoryFile.o CReadFile.o CWriteFile.o CXMLReader.o CXMLWriter.o CWADReader.o CZipReader.o CPakReader.o CNPKReader.o CTarReader.o CMountPointReader.o irrXML.o CAttributes.o -IRROTHEROBJ = CIrrDeviceSDL.o CIrrDeviceLinux.o CIrrDeviceConsole.o CIrrDeviceStub.o CIrrDeviceWin32.o CIrrDeviceFB.o CLogger.o COSOperator.o Irrlicht.o os.o leakHunter.o CProfiler.o utf8.o -IRRGUIOBJ = CGUIButton.o CGUICheckBox.o CGUIComboBox.o CGUIContextMenu.o CGUIEditBox.o CGUIEnvironment.o CGUIFileOpenDialog.o CGUIFont.o CGUIImage.o CGUIInOutFader.o CGUIListBox.o CGUIMenu.o CGUIMeshViewer.o CGUIMessageBox.o CGUIModalScreen.o CGUIScrollBar.o CGUISpinBox.o CGUISkin.o CGUIStaticText.o CGUITabControl.o CGUITable.o CGUIToolBar.o CGUIWindow.o CGUIColorSelectDialog.o CDefaultGUIElementFactory.o CGUISpriteBank.o CGUIImageList.o CGUITreeView.o CGUIProfiler.o - -# Next variable is for additional scene nodes etc. of customized Irrlicht versions -EXTRAOBJ = -LINKOBJ = $(IRRMESHOBJ) $(IRROBJ) $(IRRPARTICLEOBJ) $(IRRANIMOBJ) \ - $(IRRVIDEOOBJ) $(IRRSWRENDEROBJ) $(IRRIOOBJ) $(IRROTHEROBJ) \ - $(IRRGUIOBJ) $(EXTRAOBJ) - -emscripten: EMSCRIPTEN=1 - -############### -#Compiler flags - -CXXINCS = -I../../include -CPPFLAGS += $(CXXINCS) -DIRRLICHT_EXPORTS=1 -CXXFLAGS += -Wall -pipe -fno-exceptions -fno-rtti -#CXXFLAGS += -std=gnu++11 -U__STRICT_ANSI__ -ifndef NDEBUG - CXXFLAGS += -g -D_DEBUG -else - CXXFLAGS += -O3 -endif -ifdef PROFILE - CXXFLAGS += -pg -endif -ifdef EMSCRIPTEN - CXXFLAGS += -std=gnu++11 -U__STRICT_ANSI__ - ifdef NDEBUG - CFLAGS := -O3 - endif - ifdef WASM - CXXFLAGS += -s WASM=1 - endif -else - CFLAGS := -O3 -endif - -sharedlib sharedlib_osx sharedlib_win32: LDFLAGS += -lz -ljpeg -lpng - -sharedlib sharedlib_osx: CXXFLAGS += -fPIC -sharedlib sharedlib_osx: CFLAGS += -fPIC - -#multilib handling -ifeq ($(HOSTTYPE), x86_64) -LIBSELECT=64 -endif - -#Linux specific options -staticlib sharedlib install: SYSTEM = Linux -sharedlib install: SHARED_LIB = libIrrlicht.so -sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -staticlib sharedlib: CXXINCS += -I/usr/X11R6/include - -#OSX specific options -staticlib_osx sharedlib_osx install_osx: SYSTEM = MacOSX -staticlib_osx sharedlib_osx: IRROTHEROBJ += MacOSX/CIrrDeviceMacOSX.o MacOSX/OSXClipboard.o MacOSX/AppDelegate.o -staticlib_osx sharedlib_osx: CXXINCS += -IMacOSX -I/usr/X11R6/include -sharedlib_osx install_osx: SHARED_LIB = libIrrlicht.dylib -staticlib_osx sharedlib_osx: LDFLAGS += --no-export-all-symbols --add-stdcall-alias -sharedlib_osx: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -# for non-X11 app -#sharedlib_osx: LDFLAGS += -framework cocoa -framework carbon -framework opengl -framework IOKit - -#Windows specific options -IRRLICHT_DLL := ../../bin/Win32-gcc/Irrlicht.dll -sharedlib_win32 staticlib_win32: SYSTEM = Win32-gcc -sharedlib_win32: LDFLAGS += -lgdi32 -lopengl32 -ld3dx9d -lwinmm -Wl,--add-stdcall-alias -#sharedlib_win32: LDFLAGS += -lSDL -#choose either -DIRR_COMPILE_WITH_DX9_DEV_PACK or -DNO_IRR_COMPILE_WITH_DIRECT3D_9_ depending if you need dx9 -#sharedlib_win32 staticlib_win32: CPPFLAGS += -DIRR_COMPILE_WITH_DX9_DEV_PACK -sharedlib_win32 staticlib_win32: CPPFLAGS += -DNO_IRR_COMPILE_WITH_DIRECTINPUT_JOYSTICK_ -DNO_IRR_COMPILE_WITH_DIRECT3D_9_ -staticlib_win32: CPPFLAGS += -D_IRR_STATIC_LIB_ - -#emscripten specific options -staticlib_emscripten: SYSTEM = emscripten - - -# You might want to disable features you don't need in Irrlicht here to reduce Irrlicht library. -# This can also help to reduce the .js size when compiling for emscripten. -# Note you can also disable the same features by modifying IrrCompileConfig.h which is slightly -# safer as you have then the same setting when compiling Irrlicht and your project (but needs -# modifying source-code while you can simply copy the Makefile and create your own settings) - -# xml - use a lot, but also takes a lot of space. Check if you have any formats using it.s -#CXXFLAGS += -DNO_IRR_COMPILE_WITH_XML_ -# Get rid of encrypted zip files or bzip encrypted zip's or lzma encrypte zip's - or even all zip-file support. -#CXXFLAGS += -DNO_IRR_COMPILE_WITH_ZIP_ENCRYPTION_ -DNO_IRR_COMPILE_WITH_BZIP2_ -DNO_IRR_COMPILE_WITH_LZMA_ -DNO_IRR_COMPILE_WITH_ZLIB_ -# Disable mesh writers -#CXXFLAGS += -DNO_IRR_COMPILE_WITH_IRR_WRITER_ -DNO_IRR_COMPILE_WITH_COLLADA_WRITER_ -DNO_IRR_COMPILE_WITH_STL_WRITER_ -#CXXFLAGS += -DNO_IRR_COMPILE_WITH_OBJ_WRITER_ -DNO_IRR_COMPILE_WITH_PLY_WRITER_ -DNO_IRR_COMPILE_WITH_B3D_WRITER_ -# Disable image writers -#CXXFLAGS += -DNO_IRR_COMPILE_WITH_BMP_WRITER_ -DNO_IRR_COMPILE_WITH_JPG_WRITER_ -DNO_IRR_COMPILE_WITH_PCX_WRITER_ -#CXXFLAGS += -DNO_IRR_COMPILE_WITH_PNG_WRITER_ -DNO_IRR_COMPILE_WITH_PPM_WRITER_ -DNO_IRR_COMPILE_WITH_TGA_WRITER_ - - -STATIC_LIB = libIrrlicht.a -LIB_PATH = ../../lib/$(SYSTEM) -INSTALL_DIR = /usr/local/lib - -VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) -SHARED_FULLNAME = $(SHARED_LIB).$(VERSION) -SONAME = $(SHARED_LIB).$(VERSION_MAJOR).$(VERSION_MINOR) - -#################### -# All target, builds Irrlicht as static lib (libIrrlicht.a) and copies it into lib/Linux -all linux : staticlib - -emscripten: staticlib_emscripten - -# Builds Irrlicht as shared lib (libIrrlicht.so.versionNumber) and copies it into lib/Linux -sharedlib: $(LINKOBJ) - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -Wl,-soname,$(SONAME) -o $(SHARED_FULLNAME) $^ $(LDFLAGS) - mkdir -p $(LIB_PATH) - cp $(SHARED_FULLNAME) $(LIB_PATH) - -# Builds Irrlicht as static lib (libIrrlicht.a) -$(STATIC_LIB): $(LINKOBJ) - $(AR) rs $@ $^ - -# Copies static lib into ../../lib/($SYSTEM) -staticlib staticlib_osx staticlib_emscripten: $(STATIC_LIB) - mkdir -p $(LIB_PATH) - cp $^ $(LIB_PATH) - -# Builds Irrlicht as dll (Irrlicht.dll) into ../../bin/Win32-gcc -all_win32 win32: sharedlib_win32 -sharedlib_win32: $(IRRLICHT_DLL) -../../bin/Win32-gcc/Irrlicht.dll: $(LINKOBJ) - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -o $@ $^ $(LDFLAGS) -Wl,--out-implib,../../lib/Win32-gcc/$(STATIC_LIB) -# Copies static lib into /lib/Win32-gcc -staticlib_win32: $(STATIC_LIB) - cp $^ $(LIB_PATH) - -# Builds Irrlicht as shared lib (libIrrlicht.so.versionNumber) and copies it into /lib/MacOSX -sharedlib_osx: $(LINKOBJ) - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -dynamiclib -Wl,-install_name,$(SONAME) -o $(SHARED_FULLNAME) $^ $(LDFLAGS) - cp $(SHARED_FULLNAME) $(LIB_PATH) - -# Installs Irrlicht if it was created as shared lib -install install_osx: - $(RM) -r $(INSTALL_DIR)/../include/irrlicht - mkdir -p $(INSTALL_DIR)/../include/irrlicht - cp ../../include/*.h $(INSTALL_DIR)/../include/irrlicht/ - cp $(LIB_PATH)/$(SHARED_FULLNAME) $(INSTALL_DIR) - cd $(INSTALL_DIR) && ln -s -f $(SHARED_FULLNAME) $(SONAME) - cd $(INSTALL_DIR) && ln -s -f $(SONAME) $(SHARED_LIB) -# ldconfig -n $(INSTALL_DIR) - -TAGS: - ctags *.cpp ../../include/*.h *.h - -# Create dependency files for automatic recompilation -%.d:%.cpp - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -MM -MF $@ $< - -# Create dependency files for automatic recompilation -%.d:%.c - $(CC) $(CPPFLAGS) $(CFLAGS) -MM -MF $@ $< - -# Create object files from objective-c code -%.o:%.mm - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< - -ifneq ($(MAKECMDGOALS),clean) --include $(LINKOBJ:.o=.d) -endif - -help: - @echo "Available targets for Irrlicht" - @echo " sharedlib: Build shared library Irrlicht.so for Linux" - @echo " staticlib: Build static library Irrlicht.a for Linux" - @echo " emscripten: Build static emscripen library on Linux" - @echo " install: Copy shared library to /usr/local/lib" - @echo "" - @echo " sharedlib_win32: Build shared library Irrlicht.dll for Windows" - @echo " staticlib_win32: Build static library Irrlicht.a for Windows" - @echo "" - @echo " clean: Clean up directory" - -# Cleans all temporary files and compilation results. -clean: - $(RM) $(LINKOBJ) $(SHARED_FULLNAME) $(STATIC_LIB) $(LINKOBJ:.o=.d) - -.PHONY: all sharedlib staticlib sharedlib_win32 staticlib_win32 emscripten staticlib_emscripten help install clean diff --git a/source/Irrlicht/SConstruct b/source/Irrlicht/SConstruct deleted file mode 100644 index bbc03897..00000000 --- a/source/Irrlicht/SConstruct +++ /dev/null @@ -1,403 +0,0 @@ -# -*- coding: utf-8 -*- - -import os, re, subprocess, tempfile, zipfile -import SCons.Errors - - -# === function for build environment object ========================================================================= - -# creating a resource file for suppress long-line-error -# @param env environment object -# @param sources list files (should be absoute path names) -def ResourceFile(env, list) : - (fd, resource) = tempfile.mkstemp(".res", text=True) - for i in list : - os.write (fd, "%s\n" % str(i).replace("\\", "\\\\")) - os.close(fd) - return env.get("TEMPFILEPREFIX", "") + resource - - -def zipbetter(target, source, env): - compression = env.get('ZIPCOMPRESSION', 0) - zf = zipfile.ZipFile(str(target[0]), 'w', compression) - for s in source: - if s.isdir(): - for dirpath, dirnames, filenames in os.walk(str(s)): - for fname in filenames: - path = os.path.join(dirpath, fname) - if os.path.isfile(path): - zf.write(path, os.path.relpath(path, env.get("ZIPROOT", ""))) - else: - zf.write(str(s), os.path.relpath(str(s), env.get("ZIPROOT", ""))) - zf.close() - - -# creates the global build object -# @return build object -def createEnvironment() : - directxdir = "" - if "DXSDK_DIR" in os.environ : - directxdir = os.environ["DXSDK_DIR"] - - vars = Variables() - vars.Add(PathVariable("installdir", "install directory for the library", os.path.join("bin"), PathVariable.PathIsDirCreate)) - vars.Add(EnumVariable("buildtarget", "type of the library", "shared", allowed_values=("shared", "static"))) - vars.Add(EnumVariable("buildtype", "name of target build type", "release", allowed_values=("debug", "release"))) - vars.Add(EnumVariable("platform", "build platform", "", allowed_values=("", "linux", "osx-library", "osx-framework", "win32-mingw", "win32-msvc", "win64-msvc"))) - vars.Add(BoolVariable("package", "creates of the compiled library a package (header & binary) as a zip file", False)) - - vars.Add(BoolVariable("opengl", "build with Open GL support", True)) - vars.Add(PathVariable("directxsdk", "directory of the Direct X SDK (joystick support is disabled by default)", directxdir, PathVariable.PathAccept)) - - # set the correct build toolkit (and a own process spawn) - env = Environment(tools = [], variables=vars) - Help(vars.GenerateHelpText(env)) - env["ResourceFile"] = ResourceFile - - if env["package"] : - zipbetter_bld = Builder(action = zipbetter, target_factory = SCons.Node.FS.default_fs.Entry, source_factory = SCons.Node.FS.default_fs.Entry) - env.Append(BUILDERS = {'ZipBetter' : zipbetter_bld}) - - if env["platform"] in ["linux", "osx-library", "osx-framework"] : - env.Tool("default") - - elif env["platform"] in ["win32-msvc", "win64-mvc"] : - env.Tool("msvc") - env.Tool("mslink") - env.Tool("msvs") - env.Tool("mssdk") - - elif env["platform"] in ["win32-mingw", "win64-mingw"] : - env.Tool("mingw") - - else : - raise SCons.Errors.StopError("platform is not set") - - # check parameter - if env["buildtarget"] == "static" and env["platform"] == "osx-framework" : - raise SCons.Errors.StopError("static library can not be build with the an osx framework") - if env["buildtype"] == "debug" and env["platform"] == "osx-framework" : - raise SCons.Errors.StopError("debug library can not be build with the an osx framework") - - # set constants and global values (directory names are relative to the SConstruct) - # read first Irrlicht SDK version from the file include/IrrCompileConfig.h - irrlichtversion = None - try : - configfile = open( os.path.join("include", "IrrCompileConfig.h"), "r" ) - irrlichtversion = re.search("#define(.*)IRRLICHT_SDK_VERSION(.*)", configfile.read()) - configfile.close() - except : - pass - if irrlichtversion == None : - raise SCons.Errors.StopError("can not find Irrlicht SDK version in the configuration header") - - env["irr_libversion"] = irrlichtversion.group(2).replace("\"", "").strip() - env["irr_libinstallname"] = "Irrlicht" - env["irr_osxframeworkname"] = env["irr_libinstallname"] - env["irr_srcexamples"] = "examples" - env["irr_srclibrary"] = os.path.join("source", "Irrlicht") - if env["buildtype"] == "debug" : - env["irr_libinstallname"] = env["irr_libinstallname"] + "Debug" - - if "CXX" in os.environ : - env.Replace(CXX = os.environ["CXX"]) - if "CC" in os.environ : - env.Replace(CC = os.environ["CC"]) - if "CPPPATH" in os.environ : - env.AppendUnique(CPPPATH = os.environ["CPPPATH"].split(os.pathsep)) - if "CXXFLAGS" in os.environ : - env.AppendUnique(CXXFLAGS = os.environ["CXXFLAGS"].split(" ")) - if "LIBRARY_PATH" in os.environ : - env.AppendUnique(CIBPATH = os.environ["LIBRARY_PATH"].split(os.pathsep)) - if "LDFLAGS" in os.environ : - env.AppendUnique(LINKFLAGS = os.environ["LDFLAGS"].split(" ")) - - return env - - -# creates a build object for the library, -# and sets the platform specific build data -# @param env build object -# @return cloned build object with library specific data -def getLibraryBuildEnvironment(env) : - envlib = env.Clone() - - # define global options - envlib.AppendUnique(CPPPATH = ["include", envlib["irr_srclibrary"], os.path.join(envlib["irr_srclibrary"], "zlib"), os.path.join(envlib["irr_srclibrary"], "jpeglib"), os.path.join(envlib["irr_srclibrary"], "libpng")]) - envlib.AppendUnique(CPPDEFINES = ["IRRLICHT_EXPORTS"]) - if envlib["buildtype"] == "debug" : - envlib.AppendUnique(CPPDEFINES = ["_DEBUG"]) - - # define platform specific options - if envlib["platform"] in ["osx-library", "osx-framework"] : - libname = envlib["LIBPREFIX"] + envlib["irr_libinstallname"] + "." + envlib["irr_libversion"] + envlib["SHLIBSUFFIX"] - - envlib.AppendUnique(CPPPATH = [os.path.join(envlib["irr_srclibrary"], "MacOSX")]) - envlib.AppendUnique(LINKFLAGS = ["-Wl,-framework,Cocoa", "-Wl,-framework,IOKit", "-Wl,-install_name,"+libname]) - - if envlib["buildtype"] == "debug" : - envlib.AppendUnique(CXXFLAGS = ["-Wall", "-g"]) - elif envlib["buildtype"] == "release" : - envlib.AppendUnique(CXXFLAGS = ["-O3", "-fexpensive-optimizations"]) - configOpenGL(envlib) - envlib.AppendUnique(CFLAGS = envlib["CXXFLAGS"]) - - - elif envlib["platform"] == "linux" : - libname = envlib["LIBPREFIX"] + envlib["irr_libinstallname"] + envlib["SHLIBSUFFIX"] + "." + envlib["irr_libversion"] - - envlib.AppendUnique(LIBS = ["Xxf86vm"]) - envlib.AppendUnique(LINKFLAGS = ["-Wl,--soname="+libname]) - if envlib["buildtype"] == "debug" : - envlib.AppendUnique(CXXFLAGS = ["-Wall", "-g"]) - elif envlib["buildtype"] == "release" : - envlib.AppendUnique(CXXFLAGS = ["-O3", "-fexpensive-optimizations"]) - configOpenGL(envlib) - envlib.AppendUnique(CFLAGS = envlib["CXXFLAGS"]) - - - elif envlib["platform"] in ["win32-mingw", "win64-mingw"] : - # for suppress the too-long-line error, we use a temporary file on the linker source list - envlib["SHLINKCOM"] = "$SHLINK -o $TARGET $SHLINKFLAGS ${ResourceFile(__env__, SOURCES.abspath)} $_LIBDIRFLAGS $_LIBFLAGS" - envlib["ARCOM"] = "$AR $ARFLAGS $TARGET ${ResourceFile(__env__, SOURCES.abspath)}" - - # on MinGW we create a DLL, which can be used by other toolchains (we need the std-alias, the kill-flag and the out-implib option) - envlib.AppendUnique(LINKFLAGS = ["-Wl,--add-stdcall-alias", "-Wl,--kill-at", "-Wl,--out-implib,"+envlib["LIBPREFIX"]+env["irr_libinstallname"]+envlib["LIBSUFFIX"]]) - envlib.AppendUnique(LIBS = ["winmm", "gdi32"]) - - if envlib["buildtype"] == "debug" : - envlib.AppendUnique(CXXFLAGS = ["-Wall", "-g"]) - elif envlib["buildtype"] == "release" : - envlib.AppendUnique(CXXFLAGS = ["-O3", "-fexpensive-optimizations"]) - configOpenGL(envlib) - configDirectX(envlib) - envlib.AppendUnique(CFLAGS = envlib["CXXFLAGS"]) - - - elif envlib["platform"] in ["win32-msvc", "win64-msvc"] : - envlib.AppendUnique(CXXFLAGS = ["/analyze", "/Gd", "/GF", "/GR-", "/GS", "/Gy", "/Zl"]) - envlib.AppendUnique(LINKFLAGS = ["/VERSION:\""+envlib["irr_libversion"]+"\"", "/nologo"]) - envlib.AppendUnique(LIBS = ["gdi32.lib", "user32.lib", "advapi32.lib"]) - - if envlib["buildtype"] == "debug" : - envlib.AppendUnique(CXXFLAGS = ["-Wall", "/MTd", "/RTC1", "/Zi"]) - elif envlib["buildtype"] == "release" : - envlib.AppendUnique(CXXFLAGS = ["/GL", "/MT", "/Ox"]) - envlib.AppendUnique(LINKFLAGS = ["/SUBSYSTEM:WINDOWS", "/OPT:REF", "/LTCG"]) - configOpenGL(envlib) - configDirectX(envlib) - - - return envlib - - -# define Open GL support (OSX needs always the OpenGL framework) -# @param library environment -def configOpenGL(envlib) : - if not envlib["opengl"] : - envlib.AppendUnique(CPPDEFINES = ["NO_IRR_COMPILE_WITH_OPENGL_"]) - - if envlib["platform"] in ["osx-library", "osx-framework"] : - envlib.AppendUnique(LINKFLAGS = ["-Wl,-framework,OpenGL"]) - - elif envlib["opengl"] and envlib["platform"] == "linux" : - envlib.AppendUnique(LIBS = ["GL"]) - - elif envlib["opengl"] and envlib["platform"] in ["win32-mingw", "win64-mingw", "win32-msvc", "win64-msvc"] : - envlib.AppendUnique(LIBS = ["opengl32"]) - - - -# define Direct X 9 support ( Direct X 8 is disabled by the SDK ) -# @param library environment -def configDirectX(envlib) : - envlib.AppendUnique(CPPDEFINES = ["NO_IRR_COMPILE_WITH_DIRECT3D_8_", "NO_IRR_COMPILE_WITH_DIRECTINPUT_JOYSTICK_"]) - - if os.path.exists(env["directxsdk"]) : - envlib.AppendUnique(CPPPATH = [os.path.join(envlib["directxsdk"], "Include")]) - envlib.AppendUnique(CPPDEFINES = ["IRR_COMPILE_WITH_DX9_DEV_PACK"]) - envlib.AppendUnique(LIBS = ["d3dx9"]) - if "win32" in envlib["platform"] : - envlib.AppendUnique(LIBPATH = [os.path.join(envlib["directxsdk"], "Lib", "x86")]) - elif "win64" in envlib["platform"] : - envlib.AppendUnique(LIBPATH = [os.path.join(envlib["directxsdk"], "Lib", "x84")]) - else : - envlib.AppendUnique(CPPDEFINES = ["NO_IRR_COMPILE_WITH_DIRECT3D_9_"]) - - -# creates a build object for the examples, -# and sets the platform specific build data -# @param env build object -# @return cloned build object with example specific data -def getExampleBuildEnvironment(env) : - envexamples = env.Clone() - - if envexamples["buildtype"] == "debug" : - envexamples.AppendUnique(CPPDEFINES = ["_DEBUG"]) - - # define platform specific data - if envexamples["platform"] in ["osx-library", "osx-framework"] : - if envexamples["buildtype"] == "debug" : - envexamples.AppendUnique(CXXFLAGS = ["-Wall", "-g"]) - elif envexamples["buildtype"] == "release" : - envexamples.AppendUnique(CXXFLAGS = ["-O3"]) - - if envexamples["platform"] == "osx-framework" : - envexamples.AppendUnique(CPPPATH = [os.path.join(env["installdir"], "Irrlicht.framework", "Headers")]) - envexamples.AppendUnique(LINKFLAGS = ["-Wl,-framework,Irrlicht", "-Wl,-F"+env["installdir"]]) - else : - if envexamples["buildtype"] == "debug" : - envexamples.AppendUnique(LIBS = ["IrrlichtDebug"]) - elif envexamples["buildtype"] == "release" : - envexamples.AppendUnique(LIBS = ["Irrlicht"]) - envexamples.AppendUnique(CPPPATH = [os.path.join(env["installdir"], "include")]) - envexamples.AppendUnique(LIBPATH = [os.path.join(env["installdir"], "lib")]) - - - elif envexamples["platform"] == "linux" : - envexamples.AppendUnique(CPPPATH = [os.path.join(env["installdir"], "include")]) - envexamples.AppendUnique(LIBPATH = [os.path.join(env["installdir"], "lib")]) - if envexamples["buildtype"] == "debug" : - envexamples.AppendUnique(CXXFLAGS = ["-Wall", "-g"]) - envexamples.AppendUnique(LIBS = ["IrrlichtDebug"]) - elif envexamples["buildtype"] == "release" : - envexamples.AppendUnique(CXXFLAGS = ["-O3"]) - envexamples.AppendUnique(LIBS = ["Irrlicht"]) - - - elif envexamples["platform"] in ["win32-mingw", "win64-mingw"] : - envexamples.AppendUnique(CPPPATH = [os.path.join(env["installdir"], "include")]) - envexamples.AppendUnique(LIBPATH = [os.path.join(env["installdir"], "lib")]) - envexamples.AppendUnique(LIBS = ["Irrlicht", "gdi32", "opengl32"]) - if envexamples["buildtype"] == "debug" : - envexamples.AppendUnique(CXXFLAGS = ["-Wall", "-g"]) - envexamples.AppendUnique(LIBS = ["IrrlichtDebug"]) - elif envexamples["buildtype"] == "release" : - envexamples.AppendUnique(CXXFLAGS = ["-O3"]) - envexamples.AppendUnique(LIBS = ["Irrlicht"]) - - - elif envexamples["platform"] in ["win32-msvc", "win64-msvc"] : - envexamples.AppendUnique(CPPPATH = [os.path.join(env["installdir"], "include")]) - envexamples.AppendUnique(LIBPATH = [os.path.join(env["installdir"], "lib")]) - envexamples.AppendUnique(LINKFLAGS = ["/nologo"]) - envexamples.AppendUnique(CXXFLAGS = ["/analyze", "/Gd", "/GF", "/GR-", "/GS", "/Gy"]) - envexamples.AppendUnique(LIBS = [ "user32", "gdi32", "opengl32"]) - if envexamples["buildtype"] == "debug" : - envexamples.AppendUnique(CXXFLAGS = ["-Wall", "/MTd", "/RTC1", "/Zi"]) - envexamples.AppendUnique(LIBS = ["IrrlichtDebug"]) - elif envexamples["buildtype"] == "release" : - envexamples.AppendUnique(CXXFLAGS = ["/GL", "/MT", "/Ox"]) - envexamples.AppendUnique(LINKFLAGS = ["/SUBSYSTEM:CONSOLE", "/OPT:REF", "/LTCG"]) - envexamples.AppendUnique(LIBS = ["Irrlicht"]) - - return envexamples - - -# runs the installation process -# @param env environment object -# @param lib build library object -# @param header headerfile list -def installLibrary(env, lib, header) : - install = [] - if lib and type(lib) == type([]) : - lib = lib[0] - libname = str(lib).replace("']", "").replace("['", "") - - - if env["platform"] in ["linux", "osx-library"] : - if env["platform"] == "osx-library" : - versionname = libname.replace(env["SHLIBSUFFIX"], "") + "." + env["irr_libversion"] + env["SHLIBSUFFIX"] - elif env["platform"] == "linux" : - versionname = libname + "." + env["irr_libversion"] - - install.append(env.Install( os.path.join(env["installdir"], "lib"), lib )) - for i in header : - install.append(env.Command( os.path.join(env["installdir"], "include", os.path.basename(str(i))), i, Copy("$TARGET", "$SOURCE"))) - if env["buildtarget"] == "shared" : - install.append( env.Command(os.path.join(env["installdir"], "lib", versionname), os.path.basename(libname), "ln -s $SOURCE $TARGET") ) - - - elif env["platform"] == "osx-framework" : - framework = os.path.join(env["installdir"], env["irr_osxframeworkname"]+".framework") - - data = [] - data.append(env.Install( os.path.join(framework, "Versions", env["irr_libversion"], "Libraries"), lib )) - for i in header : - data.append(env.Command( os.path.join(framework, "Versions", env["irr_libversion"], "Headers", os.path.basename(str(i))), i, Copy("$TARGET", "$SOURCE"))) - - # remove existing links and create new ones - install.append( env.Command(os.path.join(framework, "Irrlicht"), data, "rm -f $TARGET && ln -s "+os.path.join("Versions", env["irr_libversion"], "Libraries", os.path.basename(libname))+" $TARGET") ) - install.append( env.Command(os.path.join(framework, "Libraries"), data, "rm -f $TARGET && ln -s "+os.path.join("Versions", env["irr_libversion"], "Libraries")+" $TARGET") ) - install.append( env.Command(os.path.join(framework, "Headers"), data, "rm -f $TARGET && ln -s "+os.path.join("Versions", env["irr_libversion"], "Headers")+" $TARGET") ) - install.append( env.Command(os.path.join(framework, "Versions", "Current"), data, "rm -f $TARGET && ln -s "+os.path.join(env["irr_libversion"])+" $TARGET") ) - - - elif env["platform"] in ["win32-mingw", "win64-mingw", "win32-msvc", "win64-msvc"] : - install.append(env.Install( os.path.join(env["installdir"], "lib"), lib )) - for i in header : - install.append(env.Command( os.path.join(env["installdir"], "include", os.path.basename(str(i))), i, Copy("$TARGET", "$SOURCE"))) - - - # create a package - if env["package"] : - nameparts = [env["platform"], env["buildtarget"], env["irr_libversion"], env["buildtype"]] - install = env.ZipBetter( os.path.join("bin", "irrlicht-"+"-".join(nameparts)+env['ZIPSUFFIX']), install, ZIPROOT=env["installdir"]) - - NoClean(install) - Default(install) - -# =================================================================================================================== - - - - - - -# =================================================================================================================== -# === create build commands ========================================================================================= -env = createEnvironment() -envlib = getLibraryBuildEnvironment(env) -envexamples = getExampleBuildEnvironment(env) - - -# === set the sources (we use similar structure of the Makefile) ==================================================== -# get all header files (for later installation) -headers = Glob(os.path.join("include", "*.h")) - -# library sources (libjpeg & bzip2 added manually, because not all files are needed) -libjpeg = [ os.path.join(env["irr_srclibrary"], "jpeglib", i) for i in ["jcapimin.c", "jcapistd.c", "jccoefct.c", "jccolor.c", "jcdctmgr.c", "jchuff.c", "jcinit.c", "jcmainct.c", "jcmarker.c", "jcmaster.c", "jcomapi.c", "jcparam.c", "jcprepct.c", "jcsample.c", "jctrans.c", "jdapimin.c", "jdapistd.c", "jdatadst.c", "jdatasrc.c", "jdcoefct.c", "jdcolor.c", "jddctmgr.c", "jdhuff.c", "jdinput.c", "jdmainct.c", "jdmarker.c", "jdmaster.c", "jdmerge.c", "jdpostct.c", "jdsample.c", "jdtrans.c", "jerror.c", "jfdctflt.c", "jfdctfst.c", "jfdctint.c", "jidctflt.c", "jidctfst.c", "jidctint.c", "jmemmgr.c", "jmemnobs.c", "jquant1.c", "jquant2.c", "jutils.c", "jcarith.c", "jdarith.c", "jaricom.c"] ] -libbzip2 = [ os.path.join(env["irr_srclibrary"], "bzip2", i) for i in ["blocksort.c", "huffman.c", "crctable.c", "randtable.c", "bzcompress.c", "decompress.c", "bzlib.c"] ] - -srclibrary = Glob(os.path.join(env["irr_srclibrary"], "*.cpp")) + Glob(os.path.join(env["irr_srclibrary"], "libpng", "*.c")) + Glob(os.path.join(env["irr_srclibrary"], "lzma", "*.c")) + Glob(os.path.join(env["irr_srclibrary"], "zlib", "*.c")) + Glob(os.path.join(env["irr_srclibrary"], "aesGladman", "*.cpp")) + libjpeg + libbzip2 - -if "osx" in env["platform"] : - srclibrary.extend(Glob(os.path.join(envlib["irr_srclibrary"], "MacOSX", "*.mm"))) - - -# sources of the examples -srcexamples = ["01.HelloWorld", "02.Quake3Map", "03.CustomSceneNode", "04.Movement", "05.UserInterface", "06.2DGraphics", "07.Collision", "08.SpecialFX", "09.Meshviewer", "10.Shaders", "11.PerPixelLighting", "12.TerrainRendering", "13.RenderToTexture", "15.LoadIrrFile", "16.Quake3MapShader", "17.HelloWorld_Mobile", "18.SplitScreen", "19.MouseAndJoystick", "20.ManagedLights", "22.MaterialViewer", "23.SMeshHandling", "24.CursorControl", "25.XmlHandling", "26.OcclusionQuery", "30.Profiling"] -if "win" in env["platform"] : - srcexamples.append("14.Win32Window") -# =================================================================================================================== - - - -# === build and install ============================================================================================= -if env["buildtarget"] == "shared" : - lib = envlib.SharedLibrary(env["irr_libinstallname"], srclibrary) -elif env["buildtarget"] == "static" : - lib = envlib.StaticLibrary(env["irr_libinstallname"], srclibrary) - - - -# build examples -examples = [] -for i in srcexamples : - examples.append( envexamples.Program( os.path.join("bin", "examples-"+envlib["platform"], i.replace(".", "_")), os.path.join(env["irr_srcexamples"], i, "main.cpp")) ) - - -installLibrary(env, lib, headers) -NoClean(examples) -Alias("examples", examples) -