project.pbxproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXFileReference section */
  9. 0E9E98B11BBC8A02004FFE25 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  10. 0E9E98B21BBC8A03004FFE25 /* rotate.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = rotate.hpp; sourceTree = "<group>"; };
  11. 0E9E98B61BBC8A35004FFE25 /* rotate_tc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rotate_tc.h; sourceTree = "<group>"; };
  12. 0E9E98B71BBC8DB8004FFE25 /* rotate_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rotate_tc.cpp; sourceTree = "<group>"; };
  13. /* End PBXFileReference section */
  14. /* Begin PBXGroup section */
  15. 0E9E98AB1BBC8A02004FFE25 = {
  16. isa = PBXGroup;
  17. children = (
  18. 0E9E98B11BBC8A02004FFE25 /* Makefile */,
  19. 0E9E98B21BBC8A03004FFE25 /* rotate.hpp */,
  20. 0E9E98B61BBC8A35004FFE25 /* rotate_tc.h */,
  21. 0E9E98B71BBC8DB8004FFE25 /* rotate_tc.cpp */,
  22. );
  23. sourceTree = "<group>";
  24. };
  25. /* End PBXGroup section */
  26. /* Begin PBXLegacyTarget section */
  27. 0E9E98B01BBC8A02004FFE25 /* datamodel */ = {
  28. isa = PBXLegacyTarget;
  29. buildArgumentsString = "$(ACTION)";
  30. buildConfigurationList = 0E9E98B31BBC8A03004FFE25 /* Build configuration list for PBXLegacyTarget "datamodel" */;
  31. buildPhases = (
  32. );
  33. buildToolPath = /usr/bin/make;
  34. buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/datamodel";
  35. dependencies = (
  36. );
  37. name = datamodel;
  38. passBuildSettingsInEnvironment = 1;
  39. productName = datamodel;
  40. };
  41. /* End PBXLegacyTarget section */
  42. /* Begin PBXProject section */
  43. 0E9E98AC1BBC8A02004FFE25 /* Project object */ = {
  44. isa = PBXProject;
  45. attributes = {
  46. };
  47. buildConfigurationList = 0E9E98AF1BBC8A02004FFE25 /* Build configuration list for PBXProject "datamodel" */;
  48. compatibilityVersion = "Xcode 3.2";
  49. developmentRegion = English;
  50. hasScannedForEncodings = 0;
  51. knownRegions = (
  52. en,
  53. );
  54. mainGroup = 0E9E98AB1BBC8A02004FFE25;
  55. projectDirPath = "";
  56. projectRoot = "";
  57. targets = (
  58. 0E9E98B01BBC8A02004FFE25 /* datamodel */,
  59. );
  60. };
  61. /* End PBXProject section */
  62. /* Begin XCBuildConfiguration section */
  63. 0E9E98AD1BBC8A02004FFE25 /* Debug */ = {
  64. isa = XCBuildConfiguration;
  65. buildSettings = {
  66. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  67. COPY_PHASE_STRIP = NO;
  68. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  69. GCC_WARN_UNUSED_VARIABLE = YES;
  70. ONLY_ACTIVE_ARCH = YES;
  71. SDKROOT = macosx10.6;
  72. };
  73. name = Debug;
  74. };
  75. 0E9E98AE1BBC8A02004FFE25 /* Release */ = {
  76. isa = XCBuildConfiguration;
  77. buildSettings = {
  78. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  79. COPY_PHASE_STRIP = YES;
  80. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  81. GCC_WARN_UNUSED_VARIABLE = YES;
  82. SDKROOT = macosx10.6;
  83. };
  84. name = Release;
  85. };
  86. 0E9E98B41BBC8A03004FFE25 /* Debug */ = {
  87. isa = XCBuildConfiguration;
  88. buildSettings = {
  89. COPY_PHASE_STRIP = NO;
  90. DEBUGGING_SYMBOLS = YES;
  91. GCC_DYNAMIC_NO_PIC = NO;
  92. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  93. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  94. GCC_OPTIMIZATION_LEVEL = 0;
  95. OTHER_CFLAGS = "";
  96. OTHER_LDFLAGS = "";
  97. PRODUCT_NAME = datamodel;
  98. };
  99. name = Debug;
  100. };
  101. 0E9E98B51BBC8A03004FFE25 /* Release */ = {
  102. isa = XCBuildConfiguration;
  103. buildSettings = {
  104. COPY_PHASE_STRIP = YES;
  105. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  106. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  107. OTHER_CFLAGS = "";
  108. OTHER_LDFLAGS = "";
  109. PRODUCT_NAME = datamodel;
  110. };
  111. name = Release;
  112. };
  113. /* End XCBuildConfiguration section */
  114. /* Begin XCConfigurationList section */
  115. 0E9E98AF1BBC8A02004FFE25 /* Build configuration list for PBXProject "datamodel" */ = {
  116. isa = XCConfigurationList;
  117. buildConfigurations = (
  118. 0E9E98AD1BBC8A02004FFE25 /* Debug */,
  119. 0E9E98AE1BBC8A02004FFE25 /* Release */,
  120. );
  121. defaultConfigurationIsVisible = 0;
  122. defaultConfigurationName = Release;
  123. };
  124. 0E9E98B31BBC8A03004FFE25 /* Build configuration list for PBXLegacyTarget "datamodel" */ = {
  125. isa = XCConfigurationList;
  126. buildConfigurations = (
  127. 0E9E98B41BBC8A03004FFE25 /* Debug */,
  128. 0E9E98B51BBC8A03004FFE25 /* Release */,
  129. );
  130. defaultConfigurationIsVisible = 0;
  131. defaultConfigurationName = Release;
  132. };
  133. /* End XCConfigurationList section */
  134. };
  135. rootObject = 0E9E98AC1BBC8A02004FFE25 /* Project object */;
  136. }