⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 project.pbxproj

📁 跨平台的输入设备接口
💻 PBXPROJ
📖 第 1 页 / 共 2 页
字号:
		};/* End PBXGroup section *//* Begin PBXHeadersBuildPhase section */		D2AAC06B0554671400DB518D /* Headers */ = {			isa = PBXHeadersBuildPhase;			buildActionMask = 2147483647;			files = (				DFC6D65009A060CF00FA2ACC /* OISConfig.h in Headers */,				DFC6D65109A060CF00FA2ACC /* OISEffect.h in Headers */,				DFC6D65209A060CF00FA2ACC /* OISEvents.h in Headers */,				DFC6D65309A060CF00FA2ACC /* OISException.h in Headers */,				DFC6D65409A060CF00FA2ACC /* OISForceFeedback.h in Headers */,				DFC6D65509A060CF00FA2ACC /* OISInputManager.h in Headers */,				DFC6D65609A060CF00FA2ACC /* OISInterface.h in Headers */,				DFC6D65709A060CF00FA2ACC /* OISJoyStick.h in Headers */,				DFC6D65809A060CF00FA2ACC /* OISKeyboard.h in Headers */,				DFC6D65909A060CF00FA2ACC /* OISMouse.h in Headers */,				DFC6D65A09A060CF00FA2ACC /* OISObject.h in Headers */,				DFC6D65B09A060CF00FA2ACC /* OISPrereqs.h in Headers */,				9749A39E0AA1224500076079 /* MacHelpers.h in Headers */,				9749A39F0AA1224500076079 /* MacInputManager.h in Headers */,				9749A3A00AA1224500076079 /* MacKeyboard.h in Headers */,				9749A3A10AA1224500076079 /* MacPrereqs.h in Headers */,				9749A3B30AA122BA00076079 /* MacMouse.h in Headers */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXHeadersBuildPhase section *//* Begin PBXNativeTarget section */		D2AAC06E0554671400DB518D /* oisStatic */ = {			isa = PBXNativeTarget;			buildConfigurationList = A1C0A2FB0A3A0F8800596AA5 /* Build configuration list for PBXNativeTarget "oisStatic" */;			buildPhases = (				D2AAC06B0554671400DB518D /* Headers */,				D2AAC06C0554671400DB518D /* Sources */,				D2AAC06D0554671400DB518D /* Frameworks */,			);			buildRules = (			);			dependencies = (			);			name = oisStatic;			productName = oisStatic;			productReference = D2AAC06F0554671400DB518D /* libois.a */;			productType = "com.apple.product-type.library.static";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		0867D690FE84028FC02AAC07 /* Project object */ = {			isa = PBXProject;			buildConfigurationList = A1C0A2FF0A3A0F8800596AA5 /* Build configuration list for PBXProject "oisStatic" */;			hasScannedForEncodings = 1;			mainGroup = 0867D691FE84028FC02AAC07 /* oisStatic */;			productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;			projectDirPath = "";			targets = (				D2AAC06E0554671400DB518D /* oisStatic */,			);		};/* End PBXProject section *//* Begin PBXSourcesBuildPhase section */		D2AAC06C0554671400DB518D /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				DFC6D66D09A0615A00FA2ACC /* OISEffect.cpp in Sources */,				DFC6D66E09A0615A00FA2ACC /* OISForceFeedback.cpp in Sources */,				DFC6D66F09A0615A00FA2ACC /* OISInputManager.cpp in Sources */,				DFC6D67009A0615A00FA2ACC /* OISKeyboard.cpp in Sources */,				DFC6D67109A0615A00FA2ACC /* OISObject.cpp in Sources */,				9749A3A50AA1225500076079 /* MacHelpers.cpp in Sources */,				9749A3A60AA1225500076079 /* MacInputManager.cpp in Sources */,				9749A3A70AA1225500076079 /* MacKeyboard.cpp in Sources */,				9749A60F0AA1331A00076079 /* MacMouse.cpp in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin XCBuildConfiguration section */		A1C0A2FC0A3A0F8800596AA5 /* Development */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;				GCC_OPTIMIZATION_LEVEL = 0;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				HEADER_SEARCH_PATHS = ../../includes;				INSTALL_PATH = /usr/local/lib;				LIBRARY_STYLE = STATIC;				PRODUCT_NAME = ois;				ZERO_LINK = YES;			};			name = Development;		};		A1C0A2FD0A3A0F8800596AA5 /* Deployment */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				HEADER_SEARCH_PATHS = ../../includes;				INSTALL_PATH = /usr/local/lib;				LIBRARY_STYLE = STATIC;				PRODUCT_NAME = ois;				ZERO_LINK = NO;			};			name = Deployment;		};		A1C0A2FE0A3A0F8800596AA5 /* Default */ = {			isa = XCBuildConfiguration;			buildSettings = {				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				HEADER_SEARCH_PATHS = ../../includes;				INSTALL_PATH = /usr/local/lib;				LIBRARY_STYLE = STATIC;				PRODUCT_NAME = ois;			};			name = Default;		};		A1C0A3000A3A0F8800596AA5 /* Development */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = (					ppc,					i386,				);			};			name = Development;		};		A1C0A3010A3A0F8800596AA5 /* Deployment */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = (					ppc,					i386,				);			};			name = Deployment;		};		A1C0A3020A3A0F8800596AA5 /* Default */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = (					ppc,					i386,				);			};			name = Default;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		A1C0A2FB0A3A0F8800596AA5 /* Build configuration list for PBXNativeTarget "oisStatic" */ = {			isa = XCConfigurationList;			buildConfigurations = (				A1C0A2FC0A3A0F8800596AA5 /* Development */,				A1C0A2FD0A3A0F8800596AA5 /* Deployment */,				A1C0A2FE0A3A0F8800596AA5 /* Default */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Default;		};		A1C0A2FF0A3A0F8800596AA5 /* Build configuration list for PBXProject "oisStatic" */ = {			isa = XCConfigurationList;			buildConfigurations = (				A1C0A3000A3A0F8800596AA5 /* Development */,				A1C0A3010A3A0F8800596AA5 /* Deployment */,				A1C0A3020A3A0F8800596AA5 /* Default */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Default;		};/* End XCConfigurationList section */	};	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -