| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXFileReference section */
- 0E9E98B11BBC8A02004FFE25 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
- 0E9E98B21BBC8A03004FFE25 /* rotate.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = rotate.hpp; sourceTree = "<group>"; };
- 0E9E98B61BBC8A35004FFE25 /* rotate_tc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rotate_tc.h; sourceTree = "<group>"; };
- 0E9E98B71BBC8DB8004FFE25 /* rotate_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rotate_tc.cpp; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXGroup section */
- 0E9E98AB1BBC8A02004FFE25 = {
- isa = PBXGroup;
- children = (
- 0E9E98B11BBC8A02004FFE25 /* Makefile */,
- 0E9E98B21BBC8A03004FFE25 /* rotate.hpp */,
- 0E9E98B61BBC8A35004FFE25 /* rotate_tc.h */,
- 0E9E98B71BBC8DB8004FFE25 /* rotate_tc.cpp */,
- );
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXLegacyTarget section */
- 0E9E98B01BBC8A02004FFE25 /* datamodel */ = {
- isa = PBXLegacyTarget;
- buildArgumentsString = "$(ACTION)";
- buildConfigurationList = 0E9E98B31BBC8A03004FFE25 /* Build configuration list for PBXLegacyTarget "datamodel" */;
- buildPhases = (
- );
- buildToolPath = /usr/bin/make;
- buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/datamodel";
- dependencies = (
- );
- name = datamodel;
- passBuildSettingsInEnvironment = 1;
- productName = datamodel;
- };
- /* End PBXLegacyTarget section */
- /* Begin PBXProject section */
- 0E9E98AC1BBC8A02004FFE25 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- };
- buildConfigurationList = 0E9E98AF1BBC8A02004FFE25 /* Build configuration list for PBXProject "datamodel" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 0E9E98AB1BBC8A02004FFE25;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 0E9E98B01BBC8A02004FFE25 /* datamodel */,
- );
- };
- /* End PBXProject section */
- /* Begin XCBuildConfiguration section */
- 0E9E98AD1BBC8A02004FFE25 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
- COPY_PHASE_STRIP = NO;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx10.6;
- };
- name = Debug;
- };
- 0E9E98AE1BBC8A02004FFE25 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
- COPY_PHASE_STRIP = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- SDKROOT = macosx10.6;
- };
- name = Release;
- };
- 0E9E98B41BBC8A03004FFE25 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- DEBUGGING_SYMBOLS = YES;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- OTHER_CFLAGS = "";
- OTHER_LDFLAGS = "";
- PRODUCT_NAME = datamodel;
- };
- name = Debug;
- };
- 0E9E98B51BBC8A03004FFE25 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- OTHER_CFLAGS = "";
- OTHER_LDFLAGS = "";
- PRODUCT_NAME = datamodel;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 0E9E98AF1BBC8A02004FFE25 /* Build configuration list for PBXProject "datamodel" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0E9E98AD1BBC8A02004FFE25 /* Debug */,
- 0E9E98AE1BBC8A02004FFE25 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 0E9E98B31BBC8A03004FFE25 /* Build configuration list for PBXLegacyTarget "datamodel" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0E9E98B41BBC8A03004FFE25 /* Debug */,
- 0E9E98B51BBC8A03004FFE25 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 0E9E98AC1BBC8A02004FFE25 /* Project object */;
- }
|