project.pbxproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXFileReference section */
  9. 0E5DFDC01BB4D3190063976E /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  10. 0EB8334D1BBF45FD00DDC844 /* filter.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = filter.hpp; sourceTree = "<group>"; };
  11. 0EB8334E1BBF45FD00DDC844 /* forward.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = forward.hpp; sourceTree = "<group>"; };
  12. 0EB8334F1BBF45FD00DDC844 /* join.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = join.hpp; sourceTree = "<group>"; };
  13. 0EB833501BBF45FD00DDC844 /* map.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = map.hpp; sourceTree = "<group>"; };
  14. 0EB833511BBF45FD00DDC844 /* source.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = source.hpp; sourceTree = "<group>"; };
  15. 0EB833521BBF45FD00DDC844 /* streams.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = streams.hpp; sourceTree = "<group>"; };
  16. 0EB833531BBF45FD00DDC844 /* streams.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = streams.cpp; sourceTree = "<group>"; };
  17. 0EB833541BBF45FD00DDC844 /* streams.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = streams.hpp; sourceTree = "<group>"; };
  18. /* End PBXFileReference section */
  19. /* Begin PBXGroup section */
  20. 0E5DFDB91BB4D3190063976E = {
  21. isa = PBXGroup;
  22. children = (
  23. 0EB8334C1BBF45FD00DDC844 /* streams */,
  24. 0EB833531BBF45FD00DDC844 /* streams.cpp */,
  25. 0EB833541BBF45FD00DDC844 /* streams.hpp */,
  26. 0E5DFDC01BB4D3190063976E /* Makefile */,
  27. );
  28. sourceTree = "<group>";
  29. };
  30. 0EB8334C1BBF45FD00DDC844 /* streams */ = {
  31. isa = PBXGroup;
  32. children = (
  33. 0EB8334D1BBF45FD00DDC844 /* filter.hpp */,
  34. 0EB8334E1BBF45FD00DDC844 /* forward.hpp */,
  35. 0EB8334F1BBF45FD00DDC844 /* join.hpp */,
  36. 0EB833501BBF45FD00DDC844 /* map.hpp */,
  37. 0EB833511BBF45FD00DDC844 /* source.hpp */,
  38. 0EB833521BBF45FD00DDC844 /* streams.hpp */,
  39. );
  40. path = streams;
  41. sourceTree = "<group>";
  42. };
  43. /* End PBXGroup section */
  44. /* Begin PBXLegacyTarget section */
  45. 0E5DFDBE1BB4D3190063976E /* stream */ = {
  46. isa = PBXLegacyTarget;
  47. buildArgumentsString = "$(ACTION)";
  48. buildConfigurationList = 0E5DFDC21BB4D3190063976E /* Build configuration list for PBXLegacyTarget "stream" */;
  49. buildPhases = (
  50. );
  51. buildToolPath = /usr/bin/make;
  52. buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/stream";
  53. dependencies = (
  54. );
  55. name = stream;
  56. passBuildSettingsInEnvironment = 1;
  57. productName = stream;
  58. };
  59. /* End PBXLegacyTarget section */
  60. /* Begin PBXProject section */
  61. 0E5DFDBA1BB4D3190063976E /* Project object */ = {
  62. isa = PBXProject;
  63. attributes = {
  64. };
  65. buildConfigurationList = 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */;
  66. compatibilityVersion = "Xcode 3.2";
  67. developmentRegion = English;
  68. hasScannedForEncodings = 0;
  69. knownRegions = (
  70. en,
  71. );
  72. mainGroup = 0E5DFDB91BB4D3190063976E;
  73. projectDirPath = "";
  74. projectRoot = "";
  75. targets = (
  76. 0E5DFDBE1BB4D3190063976E /* stream */,
  77. );
  78. };
  79. /* End PBXProject section */
  80. /* Begin XCBuildConfiguration section */
  81. 0E5DFDBB1BB4D3190063976E /* Debug */ = {
  82. isa = XCBuildConfiguration;
  83. buildSettings = {
  84. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  85. COPY_PHASE_STRIP = NO;
  86. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  87. GCC_WARN_UNUSED_VARIABLE = YES;
  88. ONLY_ACTIVE_ARCH = YES;
  89. SDKROOT = macosx10.6;
  90. };
  91. name = Debug;
  92. };
  93. 0E5DFDBC1BB4D3190063976E /* Release */ = {
  94. isa = XCBuildConfiguration;
  95. buildSettings = {
  96. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  97. COPY_PHASE_STRIP = YES;
  98. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  99. GCC_WARN_UNUSED_VARIABLE = YES;
  100. SDKROOT = macosx10.6;
  101. };
  102. name = Release;
  103. };
  104. 0E5DFDC31BB4D3190063976E /* Debug */ = {
  105. isa = XCBuildConfiguration;
  106. buildSettings = {
  107. COPY_PHASE_STRIP = NO;
  108. DEBUGGING_SYMBOLS = YES;
  109. GCC_DYNAMIC_NO_PIC = NO;
  110. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  111. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  112. GCC_OPTIMIZATION_LEVEL = 0;
  113. OTHER_CFLAGS = "";
  114. OTHER_LDFLAGS = "";
  115. PRODUCT_NAME = stream;
  116. };
  117. name = Debug;
  118. };
  119. 0E5DFDC41BB4D3190063976E /* Release */ = {
  120. isa = XCBuildConfiguration;
  121. buildSettings = {
  122. COPY_PHASE_STRIP = YES;
  123. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  124. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  125. OTHER_CFLAGS = "";
  126. OTHER_LDFLAGS = "";
  127. PRODUCT_NAME = stream;
  128. };
  129. name = Release;
  130. };
  131. /* End XCBuildConfiguration section */
  132. /* Begin XCConfigurationList section */
  133. 0E5DFDBD1BB4D3190063976E /* Build configuration list for PBXProject "stream" */ = {
  134. isa = XCConfigurationList;
  135. buildConfigurations = (
  136. 0E5DFDBB1BB4D3190063976E /* Debug */,
  137. 0E5DFDBC1BB4D3190063976E /* Release */,
  138. );
  139. defaultConfigurationIsVisible = 0;
  140. defaultConfigurationName = Release;
  141. };
  142. 0E5DFDC21BB4D3190063976E /* Build configuration list for PBXLegacyTarget "stream" */ = {
  143. isa = XCConfigurationList;
  144. buildConfigurations = (
  145. 0E5DFDC31BB4D3190063976E /* Debug */,
  146. 0E5DFDC41BB4D3190063976E /* Release */,
  147. );
  148. defaultConfigurationIsVisible = 0;
  149. defaultConfigurationName = Release;
  150. };
  151. /* End XCConfigurationList section */
  152. };
  153. rootObject = 0E5DFDBA1BB4D3190063976E /* Project object */;
  154. }