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

📄 project.pbxproj

📁 SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussi
💻 PBXPROJ
📖 第 1 页 / 共 3 页
字号:
		};		F4163D0D0EAF7F96007CC2F3 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				COPY_PHASE_STRIP = YES;				HEADER_SEARCH_PATHS = /opt/local/include/;				LIBRARY_SEARCH_PATHS = /opt/local/lib;				OTHER_LDFLAGS = (					"-lIL",					"-lGLEW",				);			};			name = Release;		};		F4163D5D0EAF837B007CC2F3 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				EXECUTABLE_EXTENSION = so;				EXECUTABLE_PREFIX = lib;				FRAMEWORK_SEARCH_PATHS = (					"$(inherited)",					"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",				);				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_MODEL_TUNING = G5;				GCC_OPTIMIZATION_LEVEL = 0;				HEADER_SEARCH_PATHS = (					/usr/local/include,					/opt/local/include,				);				INSTALL_PATH = /usr/local/lib;				LIBRARY_SEARCH_PATHS = (					/usr/local/lib,					/opt/local/lib,				);				OTHER_LDFLAGS = (					"-l",					IL,					"-l",					GLEW,				);				PREBINDING = NO;				PRODUCT_NAME = siftgpu;				ZERO_LINK = YES;			};			name = Debug;		};		F4163D5E0EAF837B007CC2F3 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				EXECUTABLE_EXTENSION = so;				EXECUTABLE_PREFIX = lib;				FRAMEWORK_SEARCH_PATHS = (					"$(inherited)",					"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",				);				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_MODEL_TUNING = G5;				HEADER_SEARCH_PATHS = (					/usr/local/include,					/opt/local/include,				);				INSTALL_PATH = /usr/local/lib;				LIBRARY_SEARCH_PATHS = (					/usr/local/lib,					/opt/local/lib,				);				OTHER_LDFLAGS = (					"-lIL",					"-lGLEW",				);				PREBINDING = NO;				PRELINK_FLAGS = "";				PRODUCT_NAME = siftgpu;				STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = dynamic;				ZERO_LINK = NO;			};			name = Release;		};		F4BC2E8E0EAF947F009AA24C /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_MODEL_TUNING = G5;				GCC_OPTIMIZATION_LEVEL = 0;				INSTALL_PATH = /usr/local/bin;				PREBINDING = NO;				PRODUCT_NAME = TestWnd;				ZERO_LINK = YES;			};			name = Debug;		};		F4BC2E8F0EAF947F009AA24C /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_MODEL_TUNING = G5;				INSTALL_PATH = /usr/local/bin;				PREBINDING = NO;				PRODUCT_NAME = TestWin;				ZERO_LINK = NO;			};			name = Release;		};		F4D855E10EB1C1A900921FDD /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_MODEL_TUNING = G5;				GCC_OPTIMIZATION_LEVEL = 0;				INSTALL_PATH = /usr/local/bin;				PREBINDING = NO;				PRODUCT_NAME = SimpleSIFT;				ZERO_LINK = YES;			};			name = Debug;		};		F4D855E20EB1C1A900921FDD /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_MODEL_TUNING = G5;				INSTALL_PATH = /usr/local/bin;				PREBINDING = NO;				PRODUCT_NAME = SimpleSIFT;				ZERO_LINK = NO;			};			name = Release;		};		F4D8562B0EB1C21D00921FDD /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_MODEL_TUNING = G5;				GCC_OPTIMIZATION_LEVEL = 0;				INSTALL_PATH = /usr/local/bin;				PREBINDING = NO;				PRODUCT_NAME = Speed;				ZERO_LINK = YES;			};			name = Debug;		};		F4D8562C0EB1C21D00921FDD /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_MODEL_TUNING = G5;				INSTALL_PATH = /usr/local/bin;				PREBINDING = NO;				PRODUCT_NAME = Speed;				ZERO_LINK = NO;			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		F4163D0E0EAF7F96007CC2F3 /* Build configuration list for PBXProject "SiftGPU" */ = {			isa = XCConfigurationList;			buildConfigurations = (				F4163D0C0EAF7F96007CC2F3 /* Debug */,				F4163D0D0EAF7F96007CC2F3 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		F4163D5F0EAF837B007CC2F3 /* Build configuration list for PBXNativeTarget "siftgpu" */ = {			isa = XCConfigurationList;			buildConfigurations = (				F4163D5D0EAF837B007CC2F3 /* Debug */,				F4163D5E0EAF837B007CC2F3 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		F4BC2EAC0EAF94C0009AA24C /* Build configuration list for PBXNativeTarget "TestWin" */ = {			isa = XCConfigurationList;			buildConfigurations = (				F4BC2E8E0EAF947F009AA24C /* Debug */,				F4BC2E8F0EAF947F009AA24C /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		F4D855ED0EB1C1C800921FDD /* Build configuration list for PBXNativeTarget "SimpleSIFT" */ = {			isa = XCConfigurationList;			buildConfigurations = (				F4D855E10EB1C1A900921FDD /* Debug */,				F4D855E20EB1C1A900921FDD /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		F4D8563C0EB1C24800921FDD /* Build configuration list for PBXNativeTarget "Speed" */ = {			isa = XCConfigurationList;			buildConfigurations = (				F4D8562B0EB1C21D00921FDD /* Debug */,				F4D8562C0EB1C21D00921FDD /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};/* End XCConfigurationList section */	};	rootObject = F4163D0B0EAF7F96007CC2F3 /* Project object */;}

⌨️ 快捷键说明

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