project.pbxproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0C442A480BB78AD600B3EE20 /* ximage.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C442A470BB78AD600B3EE20 /* ximage.c */; };
  10. 0C442A760BB78BC700B3EE20 /* vscreen.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C442A750BB78BC700B3EE20 /* vscreen.c */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXFileReference section */
  13. 0C442A470BB78AD600B3EE20 /* ximage.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ximage.c; path = generic/ximage.c; sourceTree = "<group>"; };
  14. 0C442A750BB78BC700B3EE20 /* vscreen.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vscreen.c; path = generic/vscreen.c; sourceTree = "<group>"; };
  15. D2AAC046055464E500DB518D /* libdxv.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libdxv.a; sourceTree = BUILT_PRODUCTS_DIR; };
  16. /* End PBXFileReference section */
  17. /* Begin PBXFrameworksBuildPhase section */
  18. D289987405E68DCB004EDB86 /* Frameworks */ = {
  19. isa = PBXFrameworksBuildPhase;
  20. buildActionMask = 2147483647;
  21. files = (
  22. );
  23. runOnlyForDeploymentPostprocessing = 0;
  24. };
  25. /* End PBXFrameworksBuildPhase section */
  26. /* Begin PBXGroup section */
  27. 08FB7794FE84155DC02AAC07 /* dxv */ = {
  28. isa = PBXGroup;
  29. children = (
  30. 08FB7795FE84155DC02AAC07 /* Source */,
  31. C6A0FF2B0290797F04C91782 /* Documentation */,
  32. 1AB674ADFE9D54B511CA2CBB /* Products */,
  33. );
  34. name = dxv;
  35. sourceTree = "<group>";
  36. };
  37. 08FB7795FE84155DC02AAC07 /* Source */ = {
  38. isa = PBXGroup;
  39. children = (
  40. 0C442A470BB78AD600B3EE20 /* ximage.c */,
  41. 0C442A750BB78BC700B3EE20 /* vscreen.c */,
  42. );
  43. name = Source;
  44. sourceTree = "<group>";
  45. };
  46. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  47. isa = PBXGroup;
  48. children = (
  49. D2AAC046055464E500DB518D /* libdxv.a */,
  50. );
  51. name = Products;
  52. sourceTree = "<group>";
  53. };
  54. C6A0FF2B0290797F04C91782 /* Documentation */ = {
  55. isa = PBXGroup;
  56. children = (
  57. );
  58. name = Documentation;
  59. sourceTree = "<group>";
  60. };
  61. /* End PBXGroup section */
  62. /* Begin PBXHeadersBuildPhase section */
  63. D2AAC043055464E500DB518D /* Headers */ = {
  64. isa = PBXHeadersBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. );
  68. runOnlyForDeploymentPostprocessing = 0;
  69. };
  70. /* End PBXHeadersBuildPhase section */
  71. /* Begin PBXNativeTarget section */
  72. D2AAC045055464E500DB518D /* dxv */ = {
  73. isa = PBXNativeTarget;
  74. buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "dxv" */;
  75. buildPhases = (
  76. D2AAC043055464E500DB518D /* Headers */,
  77. D2AAC044055464E500DB518D /* Sources */,
  78. D289987405E68DCB004EDB86 /* Frameworks */,
  79. );
  80. buildRules = (
  81. );
  82. dependencies = (
  83. );
  84. name = dxv;
  85. productName = dxv;
  86. productReference = D2AAC046055464E500DB518D /* libdxv.a */;
  87. productType = "com.apple.product-type.library.static";
  88. };
  89. /* End PBXNativeTarget section */
  90. /* Begin PBXProject section */
  91. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  92. isa = PBXProject;
  93. buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "dxv" */;
  94. hasScannedForEncodings = 1;
  95. mainGroup = 08FB7794FE84155DC02AAC07 /* dxv */;
  96. projectDirPath = "";
  97. targets = (
  98. D2AAC045055464E500DB518D /* dxv */,
  99. );
  100. };
  101. /* End PBXProject section */
  102. /* Begin PBXSourcesBuildPhase section */
  103. D2AAC044055464E500DB518D /* Sources */ = {
  104. isa = PBXSourcesBuildPhase;
  105. buildActionMask = 2147483647;
  106. files = (
  107. 0C442A480BB78AD600B3EE20 /* ximage.c in Sources */,
  108. 0C442A760BB78BC700B3EE20 /* vscreen.c in Sources */,
  109. );
  110. runOnlyForDeploymentPostprocessing = 0;
  111. };
  112. /* End PBXSourcesBuildPhase section */
  113. /* Begin XCBuildConfiguration section */
  114. 1DEB91EC08733DB70010E9CD /* Debug */ = {
  115. isa = XCBuildConfiguration;
  116. buildSettings = {
  117. COPY_PHASE_STRIP = NO;
  118. GCC_DYNAMIC_NO_PIC = NO;
  119. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  120. GCC_MODEL_TUNING = G5;
  121. GCC_OPTIMIZATION_LEVEL = 0;
  122. INSTALL_PATH = /usr/local/lib;
  123. PRODUCT_NAME = dxv;
  124. USER_HEADER_SEARCH_PATHS = "include ../include ../../include ../../.. ../../../include";
  125. ZERO_LINK = YES;
  126. };
  127. name = Debug;
  128. };
  129. 1DEB91ED08733DB70010E9CD /* Release */ = {
  130. isa = XCBuildConfiguration;
  131. buildSettings = {
  132. ARCHS = (
  133. ppc,
  134. i386,
  135. );
  136. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  137. GCC_MODEL_TUNING = G5;
  138. INSTALL_PATH = /usr/local/lib;
  139. PRODUCT_NAME = dxv;
  140. USER_HEADER_SEARCH_PATHS = "include ../include ../../include ../../.. ../../../include";
  141. };
  142. name = Release;
  143. };
  144. 1DEB91F008733DB70010E9CD /* Debug */ = {
  145. isa = XCBuildConfiguration;
  146. buildSettings = {
  147. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  148. GCC_WARN_UNUSED_VARIABLE = YES;
  149. HEADER_SEARCH_PATHS = "";
  150. OBJROOT = build;
  151. PREBINDING = NO;
  152. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  153. SYMROOT = ../../../lib/osx;
  154. USER_HEADER_SEARCH_PATHS = "../include ../../include ../../.. ../../../include ../../../../include";
  155. };
  156. name = Debug;
  157. };
  158. 1DEB91F108733DB70010E9CD /* Release */ = {
  159. isa = XCBuildConfiguration;
  160. buildSettings = {
  161. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  162. GCC_WARN_UNUSED_VARIABLE = YES;
  163. HEADER_SEARCH_PATHS = "";
  164. OBJROOT = build;
  165. PREBINDING = NO;
  166. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  167. SYMROOT = ../../../lib/osx;
  168. USER_HEADER_SEARCH_PATHS = "include ../include ../../include ../../.. ../../../include";
  169. };
  170. name = Release;
  171. };
  172. /* End XCBuildConfiguration section */
  173. /* Begin XCConfigurationList section */
  174. 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "dxv" */ = {
  175. isa = XCConfigurationList;
  176. buildConfigurations = (
  177. 1DEB91EC08733DB70010E9CD /* Debug */,
  178. 1DEB91ED08733DB70010E9CD /* Release */,
  179. );
  180. defaultConfigurationIsVisible = 0;
  181. defaultConfigurationName = Release;
  182. };
  183. 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "dxv" */ = {
  184. isa = XCConfigurationList;
  185. buildConfigurations = (
  186. 1DEB91F008733DB70010E9CD /* Debug */,
  187. 1DEB91F108733DB70010E9CD /* Release */,
  188. );
  189. defaultConfigurationIsVisible = 0;
  190. defaultConfigurationName = Release;
  191. };
  192. /* End XCConfigurationList section */
  193. };
  194. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  195. }