project.pbxproj 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
  10. 002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
  11. 7111D59A1F2D62B9009312F0 /* SDLMain_SDL12.m in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5991F2D62B9009312F0 /* SDLMain_SDL12.m */; };
  12. 7111D59D1F2D62E2009312F0 /* SDLMain_SDL12.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D59C1F2D62E2009312F0 /* SDLMain_SDL12.h */; };
  13. 7111D5A21F2D62FA009312F0 /* util.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5A11F2D62FA009312F0 /* util.mm */; };
  14. 7111D5EA1F2D6348009312F0 /* ascii.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5A41F2D6348009312F0 /* ascii.h */; };
  15. 7111D5EB1F2D6348009312F0 /* audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5A51F2D6348009312F0 /* audio.c */; };
  16. 7111D5EC1F2D6348009312F0 /* audio.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5A61F2D6348009312F0 /* audio.h */; };
  17. 7111D5ED1F2D6348009312F0 /* aviplay.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5A71F2D6348009312F0 /* aviplay.c */; };
  18. 7111D5EE1F2D6348009312F0 /* aviplay.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5A81F2D6348009312F0 /* aviplay.h */; };
  19. 7111D5EF1F2D6348009312F0 /* battle.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5A91F2D6348009312F0 /* battle.c */; };
  20. 7111D5F01F2D6348009312F0 /* battle.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5AA1F2D6348009312F0 /* battle.h */; };
  21. 7111D5F11F2D6348009312F0 /* codepage.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5AB1F2D6348009312F0 /* codepage.h */; };
  22. 7111D5F21F2D6348009312F0 /* common.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5AC1F2D6348009312F0 /* common.h */; };
  23. 7111D5F31F2D6348009312F0 /* ending.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5AD1F2D6348009312F0 /* ending.c */; };
  24. 7111D5F41F2D6348009312F0 /* ending.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5AE1F2D6348009312F0 /* ending.h */; };
  25. 7111D5F51F2D6348009312F0 /* fight.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5AF1F2D6348009312F0 /* fight.c */; };
  26. 7111D5F61F2D6348009312F0 /* fight.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5B01F2D6348009312F0 /* fight.h */; };
  27. 7111D5F71F2D6348009312F0 /* font.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5B11F2D6348009312F0 /* font.c */; };
  28. 7111D5F81F2D6348009312F0 /* font.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5B21F2D6348009312F0 /* font.h */; };
  29. 7111D5F91F2D6348009312F0 /* fontglyph.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5B31F2D6348009312F0 /* fontglyph.h */; };
  30. 7111D5FA1F2D6348009312F0 /* game.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5B41F2D6348009312F0 /* game.c */; };
  31. 7111D5FB1F2D6348009312F0 /* game.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5B51F2D6348009312F0 /* game.h */; };
  32. 7111D5FC1F2D6348009312F0 /* global.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5B61F2D6348009312F0 /* global.c */; };
  33. 7111D5FD1F2D6348009312F0 /* global.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5B71F2D6348009312F0 /* global.h */; };
  34. 7111D5FE1F2D6348009312F0 /* input.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5B81F2D6348009312F0 /* input.c */; };
  35. 7111D5FF1F2D6348009312F0 /* input.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5B91F2D6348009312F0 /* input.h */; };
  36. 7111D6001F2D6348009312F0 /* itemmenu.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5BA1F2D6348009312F0 /* itemmenu.c */; };
  37. 7111D6011F2D6348009312F0 /* itemmenu.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5BB1F2D6348009312F0 /* itemmenu.h */; };
  38. 7111D6021F2D6348009312F0 /* magicmenu.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5BC1F2D6348009312F0 /* magicmenu.c */; };
  39. 7111D6031F2D6348009312F0 /* magicmenu.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5BD1F2D6348009312F0 /* magicmenu.h */; };
  40. 7111D6041F2D6348009312F0 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5BE1F2D6348009312F0 /* main.c */; };
  41. 7111D6051F2D6348009312F0 /* main.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5BF1F2D6348009312F0 /* main.h */; };
  42. 7111D6061F2D6348009312F0 /* map.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5C01F2D6348009312F0 /* map.c */; };
  43. 7111D6071F2D6348009312F0 /* map.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5C11F2D6348009312F0 /* map.h */; };
  44. 7111D6081F2D6348009312F0 /* midi.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5C21F2D6348009312F0 /* midi.c */; };
  45. 7111D6091F2D6348009312F0 /* midi.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5C31F2D6348009312F0 /* midi.h */; };
  46. 7111D60A1F2D6348009312F0 /* mp3play.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5C41F2D6348009312F0 /* mp3play.c */; };
  47. 7111D60B1F2D6348009312F0 /* oggplay.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5C51F2D6348009312F0 /* oggplay.c */; };
  48. 7111D60C1F2D6348009312F0 /* overlay.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5C61F2D6348009312F0 /* overlay.c */; };
  49. 7111D60D1F2D6348009312F0 /* palcfg.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5C71F2D6348009312F0 /* palcfg.c */; };
  50. 7111D60E1F2D6348009312F0 /* palcfg.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5C81F2D6348009312F0 /* palcfg.h */; };
  51. 7111D60F1F2D6348009312F0 /* palcommon.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5C91F2D6348009312F0 /* palcommon.c */; };
  52. 7111D6101F2D6348009312F0 /* palcommon.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5CA1F2D6348009312F0 /* palcommon.h */; };
  53. 7111D6111F2D6348009312F0 /* palette.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5CB1F2D6348009312F0 /* palette.c */; };
  54. 7111D6121F2D6348009312F0 /* palette.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5CC1F2D6348009312F0 /* palette.h */; };
  55. 7111D6131F2D6348009312F0 /* play.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5CD1F2D6348009312F0 /* play.c */; };
  56. 7111D6141F2D6348009312F0 /* play.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5CE1F2D6348009312F0 /* play.h */; };
  57. 7111D6151F2D6348009312F0 /* players.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5CF1F2D6348009312F0 /* players.h */; };
  58. 7111D6161F2D6348009312F0 /* res.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5D01F2D6348009312F0 /* res.c */; };
  59. 7111D6171F2D6348009312F0 /* res.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5D11F2D6348009312F0 /* res.h */; };
  60. 7111D6181F2D6348009312F0 /* resampler.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5D21F2D6348009312F0 /* resampler.c */; };
  61. 7111D6191F2D6348009312F0 /* resampler.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5D31F2D6348009312F0 /* resampler.h */; };
  62. 7111D61A1F2D6348009312F0 /* riff.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5D41F2D6348009312F0 /* riff.h */; };
  63. 7111D61B1F2D6348009312F0 /* rixplay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5D51F2D6348009312F0 /* rixplay.cpp */; };
  64. 7111D61C1F2D6348009312F0 /* rngplay.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5D61F2D6348009312F0 /* rngplay.c */; };
  65. 7111D61D1F2D6348009312F0 /* rngplay.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5D71F2D6348009312F0 /* rngplay.h */; };
  66. 7111D61E1F2D6348009312F0 /* scene.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5D81F2D6348009312F0 /* scene.c */; };
  67. 7111D61F1F2D6348009312F0 /* scene.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5D91F2D6348009312F0 /* scene.h */; };
  68. 7111D6201F2D6348009312F0 /* script.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5DA1F2D6348009312F0 /* script.c */; };
  69. 7111D6211F2D6348009312F0 /* script.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5DB1F2D6348009312F0 /* script.h */; };
  70. 7111D6221F2D6348009312F0 /* sound.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5DC1F2D6348009312F0 /* sound.c */; };
  71. 7111D6231F2D6348009312F0 /* text.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5DD1F2D6348009312F0 /* text.c */; };
  72. 7111D6241F2D6348009312F0 /* text.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5DE1F2D6348009312F0 /* text.h */; };
  73. 7111D6251F2D6348009312F0 /* ui.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5DF1F2D6348009312F0 /* ui.c */; };
  74. 7111D6261F2D6348009312F0 /* ui.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5E01F2D6348009312F0 /* ui.h */; };
  75. 7111D6271F2D6348009312F0 /* uibattle.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5E11F2D6348009312F0 /* uibattle.c */; };
  76. 7111D6281F2D6348009312F0 /* uibattle.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5E21F2D6348009312F0 /* uibattle.h */; };
  77. 7111D6291F2D6348009312F0 /* uigame.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5E31F2D6348009312F0 /* uigame.c */; };
  78. 7111D62A1F2D6348009312F0 /* uigame.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5E41F2D6348009312F0 /* uigame.h */; };
  79. 7111D62B1F2D6348009312F0 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5E51F2D6348009312F0 /* util.c */; };
  80. 7111D62C1F2D6348009312F0 /* util.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5E61F2D6348009312F0 /* util.h */; };
  81. 7111D62D1F2D6348009312F0 /* video.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5E71F2D6348009312F0 /* video.c */; };
  82. 7111D62E1F2D6348009312F0 /* video.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D5E81F2D6348009312F0 /* video.h */; };
  83. 7111D62F1F2D6348009312F0 /* yj1.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D5E91F2D6348009312F0 /* yj1.c */; };
  84. 7111D64F1F2D6362009312F0 /* bit.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D6311F2D6362009312F0 /* bit.c */; };
  85. 7111D6501F2D6362009312F0 /* bit.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D6321F2D6362009312F0 /* bit.h */; };
  86. 7111D6521F2D6362009312F0 /* decoder.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D6341F2D6362009312F0 /* decoder.c */; };
  87. 7111D6531F2D6362009312F0 /* decoder.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D6351F2D6362009312F0 /* decoder.h */; };
  88. 7111D6541F2D6362009312F0 /* fixed.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D6361F2D6362009312F0 /* fixed.c */; };
  89. 7111D6551F2D6362009312F0 /* fixed.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D6371F2D6362009312F0 /* fixed.h */; };
  90. 7111D6561F2D6362009312F0 /* frame.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D6381F2D6362009312F0 /* frame.c */; };
  91. 7111D6571F2D6362009312F0 /* frame.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D6391F2D6362009312F0 /* frame.h */; };
  92. 7111D6581F2D6362009312F0 /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D63A1F2D6362009312F0 /* huffman.c */; };
  93. 7111D6591F2D6362009312F0 /* huffman.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D63B1F2D6362009312F0 /* huffman.h */; };
  94. 7111D65B1F2D6362009312F0 /* layer3.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D63D1F2D6362009312F0 /* layer3.c */; };
  95. 7111D65C1F2D6362009312F0 /* layer3.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D63E1F2D6362009312F0 /* layer3.h */; };
  96. 7111D65D1F2D6362009312F0 /* layer12.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D63F1F2D6362009312F0 /* layer12.c */; };
  97. 7111D65E1F2D6362009312F0 /* layer12.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D6401F2D6362009312F0 /* layer12.h */; };
  98. 7111D65F1F2D6362009312F0 /* libmad_config.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D6411F2D6362009312F0 /* libmad_config.h */; };
  99. 7111D6601F2D6362009312F0 /* libmad_global.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D6421F2D6362009312F0 /* libmad_global.h */; };
  100. 7111D6611F2D6362009312F0 /* mad.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D6431F2D6362009312F0 /* mad.h */; };
  101. 7111D6621F2D6362009312F0 /* music_mad.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D6441F2D6362009312F0 /* music_mad.c */; };
  102. 7111D6631F2D6362009312F0 /* music_mad.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D6451F2D6362009312F0 /* music_mad.h */; };
  103. 7111D6671F2D6362009312F0 /* stream.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D6491F2D6362009312F0 /* stream.c */; };
  104. 7111D6681F2D6362009312F0 /* stream.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D64A1F2D6362009312F0 /* stream.h */; };
  105. 7111D6691F2D6362009312F0 /* synth.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D64B1F2D6362009312F0 /* synth.c */; };
  106. 7111D66A1F2D6362009312F0 /* synth.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D64C1F2D6362009312F0 /* synth.h */; };
  107. 7111D66B1F2D6362009312F0 /* timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D64D1F2D6362009312F0 /* timer.c */; };
  108. 7111D66C1F2D6362009312F0 /* timer.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D64E1F2D6362009312F0 /* timer.h */; };
  109. 7111D7241F2D63A5009312F0 /* adlibemu.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D7081F2D63A4009312F0 /* adlibemu.c */; };
  110. 7111D7251F2D63A5009312F0 /* adlibemu.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D7091F2D63A4009312F0 /* adlibemu.h */; };
  111. 7111D7261F2D63A5009312F0 /* binfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D70A1F2D63A4009312F0 /* binfile.cpp */; };
  112. 7111D7271F2D63A5009312F0 /* binfile.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D70B1F2D63A4009312F0 /* binfile.h */; };
  113. 7111D7281F2D63A5009312F0 /* binio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D70C1F2D63A4009312F0 /* binio.cpp */; };
  114. 7111D7291F2D63A5009312F0 /* binio.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D70D1F2D63A4009312F0 /* binio.h */; };
  115. 7111D72A1F2D63A5009312F0 /* dbemuopl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D70E1F2D63A4009312F0 /* dbemuopl.cpp */; };
  116. 7111D72B1F2D63A5009312F0 /* dbemuopl.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D70F1F2D63A4009312F0 /* dbemuopl.h */; };
  117. 7111D72C1F2D63A5009312F0 /* dbopl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D7101F2D63A4009312F0 /* dbopl.cpp */; };
  118. 7111D72D1F2D63A5009312F0 /* dbopl.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D7111F2D63A4009312F0 /* dbopl.h */; };
  119. 7111D72E1F2D63A5009312F0 /* demuopl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D7121F2D63A4009312F0 /* demuopl.cpp */; };
  120. 7111D72F1F2D63A5009312F0 /* demuopl.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D7131F2D63A4009312F0 /* demuopl.h */; };
  121. 7111D7301F2D63A5009312F0 /* dosbox_opl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D7141F2D63A4009312F0 /* dosbox_opl.cpp */; };
  122. 7111D7311F2D63A5009312F0 /* dosbox_opl.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D7151F2D63A4009312F0 /* dosbox_opl.h */; };
  123. 7111D7321F2D63A5009312F0 /* emuopl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D7161F2D63A4009312F0 /* emuopl.cpp */; };
  124. 7111D7331F2D63A5009312F0 /* emuopl.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D7171F2D63A4009312F0 /* emuopl.h */; };
  125. 7111D7341F2D63A5009312F0 /* fmopl.c in Sources */ = {isa = PBXBuildFile; fileRef = 7111D7181F2D63A4009312F0 /* fmopl.c */; };
  126. 7111D7351F2D63A5009312F0 /* fmopl.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D7191F2D63A4009312F0 /* fmopl.h */; };
  127. 7111D7361F2D63A5009312F0 /* fprovide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D71A1F2D63A4009312F0 /* fprovide.cpp */; };
  128. 7111D7371F2D63A5009312F0 /* fprovide.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D71B1F2D63A4009312F0 /* fprovide.h */; };
  129. 7111D7381F2D63A5009312F0 /* kemuopl.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D71C1F2D63A4009312F0 /* kemuopl.h */; };
  130. 7111D7391F2D63A5009312F0 /* opl.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D71D1F2D63A4009312F0 /* opl.h */; };
  131. 7111D73A1F2D63A5009312F0 /* player.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D71E1F2D63A4009312F0 /* player.cpp */; };
  132. 7111D73B1F2D63A5009312F0 /* player.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D71F1F2D63A4009312F0 /* player.h */; };
  133. 7111D73C1F2D63A5009312F0 /* rix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D7201F2D63A4009312F0 /* rix.cpp */; };
  134. 7111D73D1F2D63A5009312F0 /* rix.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D7211F2D63A4009312F0 /* rix.h */; };
  135. 7111D73E1F2D63A5009312F0 /* surroundopl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7111D7221F2D63A4009312F0 /* surroundopl.cpp */; };
  136. 7111D73F1F2D63A5009312F0 /* surroundopl.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D7231F2D63A4009312F0 /* surroundopl.h */; };
  137. 7111D7691F2DD1CB009312F0 /* pal_config.h in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 7111D7681F2DD1CB009312F0 /* pal_config.h */; };
  138. 716EB9C70D77340300D5DE1F /* sdlpal.icns in Resources */ = {isa = PBXBuildFile; fileRef = 716EB9C60D77340300D5DE1F /* sdlpal.icns */; };
  139. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
  140. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
  141. /* End PBXBuildFile section */
  142. /* Begin PBXBuildStyle section */
  143. 7111D5861F2D6258009312F0 /* Development */ = {
  144. isa = PBXBuildStyle;
  145. buildSettings = {
  146. COPY_PHASE_STRIP = NO;
  147. };
  148. name = Development;
  149. };
  150. 7111D5871F2D6258009312F0 /* Deployment */ = {
  151. isa = PBXBuildStyle;
  152. buildSettings = {
  153. COPY_PHASE_STRIP = YES;
  154. };
  155. name = Deployment;
  156. };
  157. /* End PBXBuildStyle section */
  158. /* Begin PBXCopyFilesBuildPhase section */
  159. 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */ = {
  160. isa = PBXCopyFilesBuildPhase;
  161. buildActionMask = 2147483647;
  162. dstPath = "";
  163. dstSubfolderSpec = 10;
  164. files = (
  165. 002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */,
  166. 7111D59D1F2D62E2009312F0 /* SDLMain_SDL12.h in Copy Frameworks into .app bundle */,
  167. 7111D5EA1F2D6348009312F0 /* ascii.h in Copy Frameworks into .app bundle */,
  168. 7111D5EC1F2D6348009312F0 /* audio.h in Copy Frameworks into .app bundle */,
  169. 7111D5EE1F2D6348009312F0 /* aviplay.h in Copy Frameworks into .app bundle */,
  170. 7111D5F01F2D6348009312F0 /* battle.h in Copy Frameworks into .app bundle */,
  171. 7111D5F11F2D6348009312F0 /* codepage.h in Copy Frameworks into .app bundle */,
  172. 7111D5F21F2D6348009312F0 /* common.h in Copy Frameworks into .app bundle */,
  173. 7111D5F41F2D6348009312F0 /* ending.h in Copy Frameworks into .app bundle */,
  174. 7111D5F61F2D6348009312F0 /* fight.h in Copy Frameworks into .app bundle */,
  175. 7111D5F81F2D6348009312F0 /* font.h in Copy Frameworks into .app bundle */,
  176. 7111D5F91F2D6348009312F0 /* fontglyph.h in Copy Frameworks into .app bundle */,
  177. 7111D5FB1F2D6348009312F0 /* game.h in Copy Frameworks into .app bundle */,
  178. 7111D5FD1F2D6348009312F0 /* global.h in Copy Frameworks into .app bundle */,
  179. 7111D5FF1F2D6348009312F0 /* input.h in Copy Frameworks into .app bundle */,
  180. 7111D6011F2D6348009312F0 /* itemmenu.h in Copy Frameworks into .app bundle */,
  181. 7111D6031F2D6348009312F0 /* magicmenu.h in Copy Frameworks into .app bundle */,
  182. 7111D6051F2D6348009312F0 /* main.h in Copy Frameworks into .app bundle */,
  183. 7111D6071F2D6348009312F0 /* map.h in Copy Frameworks into .app bundle */,
  184. 7111D6091F2D6348009312F0 /* midi.h in Copy Frameworks into .app bundle */,
  185. 7111D60E1F2D6348009312F0 /* palcfg.h in Copy Frameworks into .app bundle */,
  186. 7111D6101F2D6348009312F0 /* palcommon.h in Copy Frameworks into .app bundle */,
  187. 7111D6121F2D6348009312F0 /* palette.h in Copy Frameworks into .app bundle */,
  188. 7111D6141F2D6348009312F0 /* play.h in Copy Frameworks into .app bundle */,
  189. 7111D6151F2D6348009312F0 /* players.h in Copy Frameworks into .app bundle */,
  190. 7111D6171F2D6348009312F0 /* res.h in Copy Frameworks into .app bundle */,
  191. 7111D6191F2D6348009312F0 /* resampler.h in Copy Frameworks into .app bundle */,
  192. 7111D61A1F2D6348009312F0 /* riff.h in Copy Frameworks into .app bundle */,
  193. 7111D61D1F2D6348009312F0 /* rngplay.h in Copy Frameworks into .app bundle */,
  194. 7111D61F1F2D6348009312F0 /* scene.h in Copy Frameworks into .app bundle */,
  195. 7111D6211F2D6348009312F0 /* script.h in Copy Frameworks into .app bundle */,
  196. 7111D6241F2D6348009312F0 /* text.h in Copy Frameworks into .app bundle */,
  197. 7111D6261F2D6348009312F0 /* ui.h in Copy Frameworks into .app bundle */,
  198. 7111D6281F2D6348009312F0 /* uibattle.h in Copy Frameworks into .app bundle */,
  199. 7111D62A1F2D6348009312F0 /* uigame.h in Copy Frameworks into .app bundle */,
  200. 7111D62C1F2D6348009312F0 /* util.h in Copy Frameworks into .app bundle */,
  201. 7111D62E1F2D6348009312F0 /* video.h in Copy Frameworks into .app bundle */,
  202. 7111D6501F2D6362009312F0 /* bit.h in Copy Frameworks into .app bundle */,
  203. 7111D6531F2D6362009312F0 /* decoder.h in Copy Frameworks into .app bundle */,
  204. 7111D6551F2D6362009312F0 /* fixed.h in Copy Frameworks into .app bundle */,
  205. 7111D6571F2D6362009312F0 /* frame.h in Copy Frameworks into .app bundle */,
  206. 7111D6591F2D6362009312F0 /* huffman.h in Copy Frameworks into .app bundle */,
  207. 7111D65C1F2D6362009312F0 /* layer3.h in Copy Frameworks into .app bundle */,
  208. 7111D65E1F2D6362009312F0 /* layer12.h in Copy Frameworks into .app bundle */,
  209. 7111D65F1F2D6362009312F0 /* libmad_config.h in Copy Frameworks into .app bundle */,
  210. 7111D6601F2D6362009312F0 /* libmad_global.h in Copy Frameworks into .app bundle */,
  211. 7111D6611F2D6362009312F0 /* mad.h in Copy Frameworks into .app bundle */,
  212. 7111D6631F2D6362009312F0 /* music_mad.h in Copy Frameworks into .app bundle */,
  213. 7111D6681F2D6362009312F0 /* stream.h in Copy Frameworks into .app bundle */,
  214. 7111D66A1F2D6362009312F0 /* synth.h in Copy Frameworks into .app bundle */,
  215. 7111D66C1F2D6362009312F0 /* timer.h in Copy Frameworks into .app bundle */,
  216. 7111D7251F2D63A5009312F0 /* adlibemu.h in Copy Frameworks into .app bundle */,
  217. 7111D7271F2D63A5009312F0 /* binfile.h in Copy Frameworks into .app bundle */,
  218. 7111D7291F2D63A5009312F0 /* binio.h in Copy Frameworks into .app bundle */,
  219. 7111D72B1F2D63A5009312F0 /* dbemuopl.h in Copy Frameworks into .app bundle */,
  220. 7111D72D1F2D63A5009312F0 /* dbopl.h in Copy Frameworks into .app bundle */,
  221. 7111D72F1F2D63A5009312F0 /* demuopl.h in Copy Frameworks into .app bundle */,
  222. 7111D7311F2D63A5009312F0 /* dosbox_opl.h in Copy Frameworks into .app bundle */,
  223. 7111D7331F2D63A5009312F0 /* emuopl.h in Copy Frameworks into .app bundle */,
  224. 7111D7351F2D63A5009312F0 /* fmopl.h in Copy Frameworks into .app bundle */,
  225. 7111D7371F2D63A5009312F0 /* fprovide.h in Copy Frameworks into .app bundle */,
  226. 7111D7381F2D63A5009312F0 /* kemuopl.h in Copy Frameworks into .app bundle */,
  227. 7111D7391F2D63A5009312F0 /* opl.h in Copy Frameworks into .app bundle */,
  228. 7111D73B1F2D63A5009312F0 /* player.h in Copy Frameworks into .app bundle */,
  229. 7111D73D1F2D63A5009312F0 /* rix.h in Copy Frameworks into .app bundle */,
  230. 7111D73F1F2D63A5009312F0 /* surroundopl.h in Copy Frameworks into .app bundle */,
  231. 7111D7691F2DD1CB009312F0 /* pal_config.h in Copy Frameworks into .app bundle */,
  232. );
  233. name = "Copy Frameworks into .app bundle";
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. /* End PBXCopyFilesBuildPhase section */
  237. /* Begin PBXFileReference section */
  238. 002F39F909D0881F00EBEB88 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
  239. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  240. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  241. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  242. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  243. 7111D5991F2D62B9009312F0 /* SDLMain_SDL12.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SDLMain_SDL12.m; sourceTree = "<group>"; };
  244. 7111D59C1F2D62E2009312F0 /* SDLMain_SDL12.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDLMain_SDL12.h; sourceTree = "<group>"; };
  245. 7111D5A11F2D62FA009312F0 /* util.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = util.mm; sourceTree = "<group>"; };
  246. 7111D5A41F2D6348009312F0 /* ascii.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ascii.h; path = ../ascii.h; sourceTree = SOURCE_ROOT; };
  247. 7111D5A51F2D6348009312F0 /* audio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = audio.c; path = ../audio.c; sourceTree = SOURCE_ROOT; };
  248. 7111D5A61F2D6348009312F0 /* audio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = audio.h; path = ../audio.h; sourceTree = SOURCE_ROOT; };
  249. 7111D5A71F2D6348009312F0 /* aviplay.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = aviplay.c; path = ../aviplay.c; sourceTree = SOURCE_ROOT; };
  250. 7111D5A81F2D6348009312F0 /* aviplay.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = aviplay.h; path = ../aviplay.h; sourceTree = SOURCE_ROOT; };
  251. 7111D5A91F2D6348009312F0 /* battle.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = battle.c; path = ../battle.c; sourceTree = SOURCE_ROOT; };
  252. 7111D5AA1F2D6348009312F0 /* battle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = battle.h; path = ../battle.h; sourceTree = SOURCE_ROOT; };
  253. 7111D5AB1F2D6348009312F0 /* codepage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = codepage.h; path = ../codepage.h; sourceTree = SOURCE_ROOT; };
  254. 7111D5AC1F2D6348009312F0 /* common.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = common.h; path = ../common.h; sourceTree = SOURCE_ROOT; };
  255. 7111D5AD1F2D6348009312F0 /* ending.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ending.c; path = ../ending.c; sourceTree = SOURCE_ROOT; };
  256. 7111D5AE1F2D6348009312F0 /* ending.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ending.h; path = ../ending.h; sourceTree = SOURCE_ROOT; };
  257. 7111D5AF1F2D6348009312F0 /* fight.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fight.c; path = ../fight.c; sourceTree = SOURCE_ROOT; };
  258. 7111D5B01F2D6348009312F0 /* fight.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fight.h; path = ../fight.h; sourceTree = SOURCE_ROOT; };
  259. 7111D5B11F2D6348009312F0 /* font.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = font.c; path = ../font.c; sourceTree = SOURCE_ROOT; };
  260. 7111D5B21F2D6348009312F0 /* font.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = font.h; path = ../font.h; sourceTree = SOURCE_ROOT; };
  261. 7111D5B31F2D6348009312F0 /* fontglyph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fontglyph.h; path = ../fontglyph.h; sourceTree = SOURCE_ROOT; };
  262. 7111D5B41F2D6348009312F0 /* game.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = game.c; path = ../game.c; sourceTree = SOURCE_ROOT; };
  263. 7111D5B51F2D6348009312F0 /* game.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = game.h; path = ../game.h; sourceTree = SOURCE_ROOT; };
  264. 7111D5B61F2D6348009312F0 /* global.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = global.c; path = ../global.c; sourceTree = SOURCE_ROOT; };
  265. 7111D5B71F2D6348009312F0 /* global.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = global.h; path = ../global.h; sourceTree = SOURCE_ROOT; };
  266. 7111D5B81F2D6348009312F0 /* input.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = input.c; path = ../input.c; sourceTree = SOURCE_ROOT; };
  267. 7111D5B91F2D6348009312F0 /* input.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = input.h; path = ../input.h; sourceTree = SOURCE_ROOT; };
  268. 7111D5BA1F2D6348009312F0 /* itemmenu.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = itemmenu.c; path = ../itemmenu.c; sourceTree = SOURCE_ROOT; };
  269. 7111D5BB1F2D6348009312F0 /* itemmenu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = itemmenu.h; path = ../itemmenu.h; sourceTree = SOURCE_ROOT; };
  270. 7111D5BC1F2D6348009312F0 /* magicmenu.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = magicmenu.c; path = ../magicmenu.c; sourceTree = SOURCE_ROOT; };
  271. 7111D5BD1F2D6348009312F0 /* magicmenu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = magicmenu.h; path = ../magicmenu.h; sourceTree = SOURCE_ROOT; };
  272. 7111D5BE1F2D6348009312F0 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../main.c; sourceTree = SOURCE_ROOT; };
  273. 7111D5BF1F2D6348009312F0 /* main.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = main.h; path = ../main.h; sourceTree = SOURCE_ROOT; };
  274. 7111D5C01F2D6348009312F0 /* map.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = map.c; path = ../map.c; sourceTree = SOURCE_ROOT; };
  275. 7111D5C11F2D6348009312F0 /* map.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = map.h; path = ../map.h; sourceTree = SOURCE_ROOT; };
  276. 7111D5C21F2D6348009312F0 /* midi.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = midi.c; path = ../midi.c; sourceTree = SOURCE_ROOT; };
  277. 7111D5C31F2D6348009312F0 /* midi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = midi.h; path = ../midi.h; sourceTree = SOURCE_ROOT; };
  278. 7111D5C41F2D6348009312F0 /* mp3play.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mp3play.c; path = ../mp3play.c; sourceTree = SOURCE_ROOT; };
  279. 7111D5C51F2D6348009312F0 /* oggplay.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = oggplay.c; path = ../oggplay.c; sourceTree = SOURCE_ROOT; };
  280. 7111D5C61F2D6348009312F0 /* overlay.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = overlay.c; path = ../overlay.c; sourceTree = SOURCE_ROOT; };
  281. 7111D5C71F2D6348009312F0 /* palcfg.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = palcfg.c; path = ../palcfg.c; sourceTree = SOURCE_ROOT; };
  282. 7111D5C81F2D6348009312F0 /* palcfg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = palcfg.h; path = ../palcfg.h; sourceTree = SOURCE_ROOT; };
  283. 7111D5C91F2D6348009312F0 /* palcommon.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = palcommon.c; path = ../palcommon.c; sourceTree = SOURCE_ROOT; };
  284. 7111D5CA1F2D6348009312F0 /* palcommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = palcommon.h; path = ../palcommon.h; sourceTree = SOURCE_ROOT; };
  285. 7111D5CB1F2D6348009312F0 /* palette.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = palette.c; path = ../palette.c; sourceTree = SOURCE_ROOT; };
  286. 7111D5CC1F2D6348009312F0 /* palette.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = palette.h; path = ../palette.h; sourceTree = SOURCE_ROOT; };
  287. 7111D5CD1F2D6348009312F0 /* play.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = play.c; path = ../play.c; sourceTree = SOURCE_ROOT; };
  288. 7111D5CE1F2D6348009312F0 /* play.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = play.h; path = ../play.h; sourceTree = SOURCE_ROOT; };
  289. 7111D5CF1F2D6348009312F0 /* players.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = players.h; path = ../players.h; sourceTree = SOURCE_ROOT; };
  290. 7111D5D01F2D6348009312F0 /* res.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = res.c; path = ../res.c; sourceTree = SOURCE_ROOT; };
  291. 7111D5D11F2D6348009312F0 /* res.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = res.h; path = ../res.h; sourceTree = SOURCE_ROOT; };
  292. 7111D5D21F2D6348009312F0 /* resampler.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = resampler.c; path = ../resampler.c; sourceTree = SOURCE_ROOT; };
  293. 7111D5D31F2D6348009312F0 /* resampler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = resampler.h; path = ../resampler.h; sourceTree = SOURCE_ROOT; };
  294. 7111D5D41F2D6348009312F0 /* riff.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = riff.h; path = ../riff.h; sourceTree = SOURCE_ROOT; };
  295. 7111D5D51F2D6348009312F0 /* rixplay.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = rixplay.cpp; path = ../rixplay.cpp; sourceTree = SOURCE_ROOT; };
  296. 7111D5D61F2D6348009312F0 /* rngplay.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = rngplay.c; path = ../rngplay.c; sourceTree = SOURCE_ROOT; };
  297. 7111D5D71F2D6348009312F0 /* rngplay.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = rngplay.h; path = ../rngplay.h; sourceTree = SOURCE_ROOT; };
  298. 7111D5D81F2D6348009312F0 /* scene.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = scene.c; path = ../scene.c; sourceTree = SOURCE_ROOT; };
  299. 7111D5D91F2D6348009312F0 /* scene.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = scene.h; path = ../scene.h; sourceTree = SOURCE_ROOT; };
  300. 7111D5DA1F2D6348009312F0 /* script.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = script.c; path = ../script.c; sourceTree = SOURCE_ROOT; };
  301. 7111D5DB1F2D6348009312F0 /* script.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = script.h; path = ../script.h; sourceTree = SOURCE_ROOT; };
  302. 7111D5DC1F2D6348009312F0 /* sound.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sound.c; path = ../sound.c; sourceTree = SOURCE_ROOT; };
  303. 7111D5DD1F2D6348009312F0 /* text.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = text.c; path = ../text.c; sourceTree = SOURCE_ROOT; };
  304. 7111D5DE1F2D6348009312F0 /* text.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = text.h; path = ../text.h; sourceTree = SOURCE_ROOT; };
  305. 7111D5DF1F2D6348009312F0 /* ui.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ui.c; path = ../ui.c; sourceTree = SOURCE_ROOT; };
  306. 7111D5E01F2D6348009312F0 /* ui.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ui.h; path = ../ui.h; sourceTree = SOURCE_ROOT; };
  307. 7111D5E11F2D6348009312F0 /* uibattle.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = uibattle.c; path = ../uibattle.c; sourceTree = SOURCE_ROOT; };
  308. 7111D5E21F2D6348009312F0 /* uibattle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = uibattle.h; path = ../uibattle.h; sourceTree = SOURCE_ROOT; };
  309. 7111D5E31F2D6348009312F0 /* uigame.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = uigame.c; path = ../uigame.c; sourceTree = SOURCE_ROOT; };
  310. 7111D5E41F2D6348009312F0 /* uigame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = uigame.h; path = ../uigame.h; sourceTree = SOURCE_ROOT; };
  311. 7111D5E51F2D6348009312F0 /* util.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = util.c; path = ../util.c; sourceTree = SOURCE_ROOT; };
  312. 7111D5E61F2D6348009312F0 /* util.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = util.h; path = ../util.h; sourceTree = SOURCE_ROOT; };
  313. 7111D5E71F2D6348009312F0 /* video.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = video.c; path = ../video.c; sourceTree = SOURCE_ROOT; };
  314. 7111D5E81F2D6348009312F0 /* video.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = video.h; path = ../video.h; sourceTree = SOURCE_ROOT; };
  315. 7111D5E91F2D6348009312F0 /* yj1.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = yj1.c; path = ../yj1.c; sourceTree = SOURCE_ROOT; };
  316. 7111D6311F2D6362009312F0 /* bit.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = bit.c; path = ../libmad/bit.c; sourceTree = SOURCE_ROOT; };
  317. 7111D6321F2D6362009312F0 /* bit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = bit.h; path = ../libmad/bit.h; sourceTree = SOURCE_ROOT; };
  318. 7111D6331F2D6362009312F0 /* D.dat */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = D.dat; path = ../libmad/D.dat; sourceTree = SOURCE_ROOT; };
  319. 7111D6341F2D6362009312F0 /* decoder.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = decoder.c; path = ../libmad/decoder.c; sourceTree = SOURCE_ROOT; };
  320. 7111D6351F2D6362009312F0 /* decoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = decoder.h; path = ../libmad/decoder.h; sourceTree = SOURCE_ROOT; };
  321. 7111D6361F2D6362009312F0 /* fixed.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fixed.c; path = ../libmad/fixed.c; sourceTree = SOURCE_ROOT; };
  322. 7111D6371F2D6362009312F0 /* fixed.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fixed.h; path = ../libmad/fixed.h; sourceTree = SOURCE_ROOT; };
  323. 7111D6381F2D6362009312F0 /* frame.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = frame.c; path = ../libmad/frame.c; sourceTree = SOURCE_ROOT; };
  324. 7111D6391F2D6362009312F0 /* frame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = frame.h; path = ../libmad/frame.h; sourceTree = SOURCE_ROOT; };
  325. 7111D63A1F2D6362009312F0 /* huffman.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = huffman.c; path = ../libmad/huffman.c; sourceTree = SOURCE_ROOT; };
  326. 7111D63B1F2D6362009312F0 /* huffman.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = huffman.h; path = ../libmad/huffman.h; sourceTree = SOURCE_ROOT; };
  327. 7111D63C1F2D6362009312F0 /* imdct_s.dat */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = imdct_s.dat; path = ../libmad/imdct_s.dat; sourceTree = SOURCE_ROOT; };
  328. 7111D63D1F2D6362009312F0 /* layer3.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = layer3.c; path = ../libmad/layer3.c; sourceTree = SOURCE_ROOT; };
  329. 7111D63E1F2D6362009312F0 /* layer3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = layer3.h; path = ../libmad/layer3.h; sourceTree = SOURCE_ROOT; };
  330. 7111D63F1F2D6362009312F0 /* layer12.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = layer12.c; path = ../libmad/layer12.c; sourceTree = SOURCE_ROOT; };
  331. 7111D6401F2D6362009312F0 /* layer12.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = layer12.h; path = ../libmad/layer12.h; sourceTree = SOURCE_ROOT; };
  332. 7111D6411F2D6362009312F0 /* libmad_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libmad_config.h; path = ../libmad/libmad_config.h; sourceTree = SOURCE_ROOT; };
  333. 7111D6421F2D6362009312F0 /* libmad_global.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libmad_global.h; path = ../libmad/libmad_global.h; sourceTree = SOURCE_ROOT; };
  334. 7111D6431F2D6362009312F0 /* mad.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = mad.h; path = ../libmad/mad.h; sourceTree = SOURCE_ROOT; };
  335. 7111D6441F2D6362009312F0 /* music_mad.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = music_mad.c; path = ../libmad/music_mad.c; sourceTree = SOURCE_ROOT; };
  336. 7111D6451F2D6362009312F0 /* music_mad.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = music_mad.h; path = ../libmad/music_mad.h; sourceTree = SOURCE_ROOT; };
  337. 7111D6461F2D6362009312F0 /* qc_table.dat */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = qc_table.dat; path = ../libmad/qc_table.dat; sourceTree = SOURCE_ROOT; };
  338. 7111D6471F2D6362009312F0 /* rq_table.dat */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = rq_table.dat; path = ../libmad/rq_table.dat; sourceTree = SOURCE_ROOT; };
  339. 7111D6481F2D6362009312F0 /* sf_table.dat */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = sf_table.dat; path = ../libmad/sf_table.dat; sourceTree = SOURCE_ROOT; };
  340. 7111D6491F2D6362009312F0 /* stream.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = stream.c; path = ../libmad/stream.c; sourceTree = SOURCE_ROOT; };
  341. 7111D64A1F2D6362009312F0 /* stream.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = stream.h; path = ../libmad/stream.h; sourceTree = SOURCE_ROOT; };
  342. 7111D64B1F2D6362009312F0 /* synth.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = synth.c; path = ../libmad/synth.c; sourceTree = SOURCE_ROOT; };
  343. 7111D64C1F2D6362009312F0 /* synth.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = synth.h; path = ../libmad/synth.h; sourceTree = SOURCE_ROOT; };
  344. 7111D64D1F2D6362009312F0 /* timer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = timer.c; path = ../libmad/timer.c; sourceTree = SOURCE_ROOT; };
  345. 7111D64E1F2D6362009312F0 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = timer.h; path = ../libmad/timer.h; sourceTree = SOURCE_ROOT; };
  346. 7111D7081F2D63A4009312F0 /* adlibemu.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = adlibemu.c; path = ../adplug/adlibemu.c; sourceTree = SOURCE_ROOT; };
  347. 7111D7091F2D63A4009312F0 /* adlibemu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = adlibemu.h; path = ../adplug/adlibemu.h; sourceTree = SOURCE_ROOT; };
  348. 7111D70A1F2D63A4009312F0 /* binfile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = binfile.cpp; path = ../adplug/binfile.cpp; sourceTree = SOURCE_ROOT; };
  349. 7111D70B1F2D63A4009312F0 /* binfile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = binfile.h; path = ../adplug/binfile.h; sourceTree = SOURCE_ROOT; };
  350. 7111D70C1F2D63A4009312F0 /* binio.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = binio.cpp; path = ../adplug/binio.cpp; sourceTree = SOURCE_ROOT; };
  351. 7111D70D1F2D63A4009312F0 /* binio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = binio.h; path = ../adplug/binio.h; sourceTree = SOURCE_ROOT; };
  352. 7111D70E1F2D63A4009312F0 /* dbemuopl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dbemuopl.cpp; path = ../adplug/dbemuopl.cpp; sourceTree = SOURCE_ROOT; };
  353. 7111D70F1F2D63A4009312F0 /* dbemuopl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dbemuopl.h; path = ../adplug/dbemuopl.h; sourceTree = SOURCE_ROOT; };
  354. 7111D7101F2D63A4009312F0 /* dbopl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dbopl.cpp; path = ../adplug/dbopl.cpp; sourceTree = SOURCE_ROOT; };
  355. 7111D7111F2D63A4009312F0 /* dbopl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dbopl.h; path = ../adplug/dbopl.h; sourceTree = SOURCE_ROOT; };
  356. 7111D7121F2D63A4009312F0 /* demuopl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = demuopl.cpp; path = ../adplug/demuopl.cpp; sourceTree = SOURCE_ROOT; };
  357. 7111D7131F2D63A4009312F0 /* demuopl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = demuopl.h; path = ../adplug/demuopl.h; sourceTree = SOURCE_ROOT; };
  358. 7111D7141F2D63A4009312F0 /* dosbox_opl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dosbox_opl.cpp; path = ../adplug/dosbox_opl.cpp; sourceTree = SOURCE_ROOT; };
  359. 7111D7151F2D63A4009312F0 /* dosbox_opl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dosbox_opl.h; path = ../adplug/dosbox_opl.h; sourceTree = SOURCE_ROOT; };
  360. 7111D7161F2D63A4009312F0 /* emuopl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = emuopl.cpp; path = ../adplug/emuopl.cpp; sourceTree = SOURCE_ROOT; };
  361. 7111D7171F2D63A4009312F0 /* emuopl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = emuopl.h; path = ../adplug/emuopl.h; sourceTree = SOURCE_ROOT; };
  362. 7111D7181F2D63A4009312F0 /* fmopl.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fmopl.c; path = ../adplug/fmopl.c; sourceTree = SOURCE_ROOT; };
  363. 7111D7191F2D63A4009312F0 /* fmopl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fmopl.h; path = ../adplug/fmopl.h; sourceTree = SOURCE_ROOT; };
  364. 7111D71A1F2D63A4009312F0 /* fprovide.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = fprovide.cpp; path = ../adplug/fprovide.cpp; sourceTree = SOURCE_ROOT; };
  365. 7111D71B1F2D63A4009312F0 /* fprovide.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = fprovide.h; path = ../adplug/fprovide.h; sourceTree = SOURCE_ROOT; };
  366. 7111D71C1F2D63A4009312F0 /* kemuopl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = kemuopl.h; path = ../adplug/kemuopl.h; sourceTree = SOURCE_ROOT; };
  367. 7111D71D1F2D63A4009312F0 /* opl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = opl.h; path = ../adplug/opl.h; sourceTree = SOURCE_ROOT; };
  368. 7111D71E1F2D63A4009312F0 /* player.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = player.cpp; path = ../adplug/player.cpp; sourceTree = SOURCE_ROOT; };
  369. 7111D71F1F2D63A4009312F0 /* player.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = player.h; path = ../adplug/player.h; sourceTree = SOURCE_ROOT; };
  370. 7111D7201F2D63A4009312F0 /* rix.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = rix.cpp; path = ../adplug/rix.cpp; sourceTree = SOURCE_ROOT; };
  371. 7111D7211F2D63A4009312F0 /* rix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = rix.h; path = ../adplug/rix.h; sourceTree = SOURCE_ROOT; };
  372. 7111D7221F2D63A4009312F0 /* surroundopl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = surroundopl.cpp; path = ../adplug/surroundopl.cpp; sourceTree = SOURCE_ROOT; };
  373. 7111D7231F2D63A4009312F0 /* surroundopl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = surroundopl.h; path = ../adplug/surroundopl.h; sourceTree = SOURCE_ROOT; };
  374. 7111D7681F2DD1CB009312F0 /* pal_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = pal_config.h; sourceTree = "<group>"; };
  375. 716EB9C60D77340300D5DE1F /* sdlpal.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = sdlpal.icns; sourceTree = SOURCE_ROOT; };
  376. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  377. 8D1107320486CEB800E47090 /* Pal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Pal.app; sourceTree = BUILT_PRODUCTS_DIR; };
  378. /* End PBXFileReference section */
  379. /* Begin PBXFrameworksBuildPhase section */
  380. 8D11072E0486CEB800E47090 /* Frameworks */ = {
  381. isa = PBXFrameworksBuildPhase;
  382. buildActionMask = 2147483647;
  383. files = (
  384. 002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */,
  385. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
  386. );
  387. runOnlyForDeploymentPostprocessing = 0;
  388. };
  389. /* End PBXFrameworksBuildPhase section */
  390. /* Begin PBXGroup section */
  391. 080E96DDFE201D6D7F000001 /* Classes */ = {
  392. isa = PBXGroup;
  393. children = (
  394. 7111D5A11F2D62FA009312F0 /* util.mm */,
  395. 7111D59C1F2D62E2009312F0 /* SDLMain_SDL12.h */,
  396. 7111D5991F2D62B9009312F0 /* SDLMain_SDL12.m */,
  397. );
  398. name = Classes;
  399. sourceTree = "<group>";
  400. };
  401. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  402. isa = PBXGroup;
  403. children = (
  404. 002F39F909D0881F00EBEB88 /* SDL.framework */,
  405. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  406. );
  407. name = "Linked Frameworks";
  408. sourceTree = "<group>";
  409. };
  410. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  411. isa = PBXGroup;
  412. children = (
  413. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  414. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  415. );
  416. name = "Other Frameworks";
  417. sourceTree = "<group>";
  418. };
  419. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  420. isa = PBXGroup;
  421. children = (
  422. 8D1107320486CEB800E47090 /* Pal.app */,
  423. );
  424. name = Products;
  425. sourceTree = "<group>";
  426. };
  427. 29B97314FDCFA39411CA2CEA /* Pal */ = {
  428. isa = PBXGroup;
  429. children = (
  430. 080E96DDFE201D6D7F000001 /* Classes */,
  431. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  432. 29B97317FDCFA39411CA2CEA /* Resources */,
  433. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  434. 19C28FACFE9D520D11CA2CBB /* Products */,
  435. );
  436. name = Pal;
  437. sourceTree = "<group>";
  438. };
  439. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  440. isa = PBXGroup;
  441. children = (
  442. 7111D7681F2DD1CB009312F0 /* pal_config.h */,
  443. 7111D7071F2D6390009312F0 /* adplug */,
  444. 7111D6301F2D634D009312F0 /* libmad */,
  445. 7111D5A41F2D6348009312F0 /* ascii.h */,
  446. 7111D5A51F2D6348009312F0 /* audio.c */,
  447. 7111D5A61F2D6348009312F0 /* audio.h */,
  448. 7111D5A71F2D6348009312F0 /* aviplay.c */,
  449. 7111D5A81F2D6348009312F0 /* aviplay.h */,
  450. 7111D5A91F2D6348009312F0 /* battle.c */,
  451. 7111D5AA1F2D6348009312F0 /* battle.h */,
  452. 7111D5AB1F2D6348009312F0 /* codepage.h */,
  453. 7111D5AC1F2D6348009312F0 /* common.h */,
  454. 7111D5AD1F2D6348009312F0 /* ending.c */,
  455. 7111D5AE1F2D6348009312F0 /* ending.h */,
  456. 7111D5AF1F2D6348009312F0 /* fight.c */,
  457. 7111D5B01F2D6348009312F0 /* fight.h */,
  458. 7111D5B11F2D6348009312F0 /* font.c */,
  459. 7111D5B21F2D6348009312F0 /* font.h */,
  460. 7111D5B31F2D6348009312F0 /* fontglyph.h */,
  461. 7111D5B41F2D6348009312F0 /* game.c */,
  462. 7111D5B51F2D6348009312F0 /* game.h */,
  463. 7111D5B61F2D6348009312F0 /* global.c */,
  464. 7111D5B71F2D6348009312F0 /* global.h */,
  465. 7111D5B81F2D6348009312F0 /* input.c */,
  466. 7111D5B91F2D6348009312F0 /* input.h */,
  467. 7111D5BA1F2D6348009312F0 /* itemmenu.c */,
  468. 7111D5BB1F2D6348009312F0 /* itemmenu.h */,
  469. 7111D5BC1F2D6348009312F0 /* magicmenu.c */,
  470. 7111D5BD1F2D6348009312F0 /* magicmenu.h */,
  471. 7111D5BE1F2D6348009312F0 /* main.c */,
  472. 7111D5BF1F2D6348009312F0 /* main.h */,
  473. 7111D5C01F2D6348009312F0 /* map.c */,
  474. 7111D5C11F2D6348009312F0 /* map.h */,
  475. 7111D5C21F2D6348009312F0 /* midi.c */,
  476. 7111D5C31F2D6348009312F0 /* midi.h */,
  477. 7111D5C41F2D6348009312F0 /* mp3play.c */,
  478. 7111D5C51F2D6348009312F0 /* oggplay.c */,
  479. 7111D5C61F2D6348009312F0 /* overlay.c */,
  480. 7111D5C71F2D6348009312F0 /* palcfg.c */,
  481. 7111D5C81F2D6348009312F0 /* palcfg.h */,
  482. 7111D5C91F2D6348009312F0 /* palcommon.c */,
  483. 7111D5CA1F2D6348009312F0 /* palcommon.h */,
  484. 7111D5CB1F2D6348009312F0 /* palette.c */,
  485. 7111D5CC1F2D6348009312F0 /* palette.h */,
  486. 7111D5CD1F2D6348009312F0 /* play.c */,
  487. 7111D5CE1F2D6348009312F0 /* play.h */,
  488. 7111D5CF1F2D6348009312F0 /* players.h */,
  489. 7111D5D01F2D6348009312F0 /* res.c */,
  490. 7111D5D11F2D6348009312F0 /* res.h */,
  491. 7111D5D21F2D6348009312F0 /* resampler.c */,
  492. 7111D5D31F2D6348009312F0 /* resampler.h */,
  493. 7111D5D41F2D6348009312F0 /* riff.h */,
  494. 7111D5D51F2D6348009312F0 /* rixplay.cpp */,
  495. 7111D5D61F2D6348009312F0 /* rngplay.c */,
  496. 7111D5D71F2D6348009312F0 /* rngplay.h */,
  497. 7111D5D81F2D6348009312F0 /* scene.c */,
  498. 7111D5D91F2D6348009312F0 /* scene.h */,
  499. 7111D5DA1F2D6348009312F0 /* script.c */,
  500. 7111D5DB1F2D6348009312F0 /* script.h */,
  501. 7111D5DC1F2D6348009312F0 /* sound.c */,
  502. 7111D5DD1F2D6348009312F0 /* text.c */,
  503. 7111D5DE1F2D6348009312F0 /* text.h */,
  504. 7111D5DF1F2D6348009312F0 /* ui.c */,
  505. 7111D5E01F2D6348009312F0 /* ui.h */,
  506. 7111D5E11F2D6348009312F0 /* uibattle.c */,
  507. 7111D5E21F2D6348009312F0 /* uibattle.h */,
  508. 7111D5E31F2D6348009312F0 /* uigame.c */,
  509. 7111D5E41F2D6348009312F0 /* uigame.h */,
  510. 7111D5E51F2D6348009312F0 /* util.c */,
  511. 7111D5E61F2D6348009312F0 /* util.h */,
  512. 7111D5E71F2D6348009312F0 /* video.c */,
  513. 7111D5E81F2D6348009312F0 /* video.h */,
  514. 7111D5E91F2D6348009312F0 /* yj1.c */,
  515. );
  516. name = "Other Sources";
  517. sourceTree = "<group>";
  518. };
  519. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  520. isa = PBXGroup;
  521. children = (
  522. 716EB9C60D77340300D5DE1F /* sdlpal.icns */,
  523. 8D1107310486CEB800E47090 /* Info.plist */,
  524. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  525. );
  526. name = Resources;
  527. sourceTree = "<group>";
  528. };
  529. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  530. isa = PBXGroup;
  531. children = (
  532. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  533. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  534. );
  535. name = Frameworks;
  536. sourceTree = "<group>";
  537. };
  538. 7111D6301F2D634D009312F0 /* libmad */ = {
  539. isa = PBXGroup;
  540. children = (
  541. 7111D6311F2D6362009312F0 /* bit.c */,
  542. 7111D6321F2D6362009312F0 /* bit.h */,
  543. 7111D6331F2D6362009312F0 /* D.dat */,
  544. 7111D6341F2D6362009312F0 /* decoder.c */,
  545. 7111D6351F2D6362009312F0 /* decoder.h */,
  546. 7111D6361F2D6362009312F0 /* fixed.c */,
  547. 7111D6371F2D6362009312F0 /* fixed.h */,
  548. 7111D6381F2D6362009312F0 /* frame.c */,
  549. 7111D6391F2D6362009312F0 /* frame.h */,
  550. 7111D63A1F2D6362009312F0 /* huffman.c */,
  551. 7111D63B1F2D6362009312F0 /* huffman.h */,
  552. 7111D63C1F2D6362009312F0 /* imdct_s.dat */,
  553. 7111D63D1F2D6362009312F0 /* layer3.c */,
  554. 7111D63E1F2D6362009312F0 /* layer3.h */,
  555. 7111D63F1F2D6362009312F0 /* layer12.c */,
  556. 7111D6401F2D6362009312F0 /* layer12.h */,
  557. 7111D6411F2D6362009312F0 /* libmad_config.h */,
  558. 7111D6421F2D6362009312F0 /* libmad_global.h */,
  559. 7111D6431F2D6362009312F0 /* mad.h */,
  560. 7111D6441F2D6362009312F0 /* music_mad.c */,
  561. 7111D6451F2D6362009312F0 /* music_mad.h */,
  562. 7111D6461F2D6362009312F0 /* qc_table.dat */,
  563. 7111D6471F2D6362009312F0 /* rq_table.dat */,
  564. 7111D6481F2D6362009312F0 /* sf_table.dat */,
  565. 7111D6491F2D6362009312F0 /* stream.c */,
  566. 7111D64A1F2D6362009312F0 /* stream.h */,
  567. 7111D64B1F2D6362009312F0 /* synth.c */,
  568. 7111D64C1F2D6362009312F0 /* synth.h */,
  569. 7111D64D1F2D6362009312F0 /* timer.c */,
  570. 7111D64E1F2D6362009312F0 /* timer.h */,
  571. );
  572. name = libmad;
  573. sourceTree = "<group>";
  574. };
  575. 7111D7071F2D6390009312F0 /* adplug */ = {
  576. isa = PBXGroup;
  577. children = (
  578. 7111D7081F2D63A4009312F0 /* adlibemu.c */,
  579. 7111D7091F2D63A4009312F0 /* adlibemu.h */,
  580. 7111D70A1F2D63A4009312F0 /* binfile.cpp */,
  581. 7111D70B1F2D63A4009312F0 /* binfile.h */,
  582. 7111D70C1F2D63A4009312F0 /* binio.cpp */,
  583. 7111D70D1F2D63A4009312F0 /* binio.h */,
  584. 7111D70E1F2D63A4009312F0 /* dbemuopl.cpp */,
  585. 7111D70F1F2D63A4009312F0 /* dbemuopl.h */,
  586. 7111D7101F2D63A4009312F0 /* dbopl.cpp */,
  587. 7111D7111F2D63A4009312F0 /* dbopl.h */,
  588. 7111D7121F2D63A4009312F0 /* demuopl.cpp */,
  589. 7111D7131F2D63A4009312F0 /* demuopl.h */,
  590. 7111D7141F2D63A4009312F0 /* dosbox_opl.cpp */,
  591. 7111D7151F2D63A4009312F0 /* dosbox_opl.h */,
  592. 7111D7161F2D63A4009312F0 /* emuopl.cpp */,
  593. 7111D7171F2D63A4009312F0 /* emuopl.h */,
  594. 7111D7181F2D63A4009312F0 /* fmopl.c */,
  595. 7111D7191F2D63A4009312F0 /* fmopl.h */,
  596. 7111D71A1F2D63A4009312F0 /* fprovide.cpp */,
  597. 7111D71B1F2D63A4009312F0 /* fprovide.h */,
  598. 7111D71C1F2D63A4009312F0 /* kemuopl.h */,
  599. 7111D71D1F2D63A4009312F0 /* opl.h */,
  600. 7111D71E1F2D63A4009312F0 /* player.cpp */,
  601. 7111D71F1F2D63A4009312F0 /* player.h */,
  602. 7111D7201F2D63A4009312F0 /* rix.cpp */,
  603. 7111D7211F2D63A4009312F0 /* rix.h */,
  604. 7111D7221F2D63A4009312F0 /* surroundopl.cpp */,
  605. 7111D7231F2D63A4009312F0 /* surroundopl.h */,
  606. );
  607. name = adplug;
  608. sourceTree = "<group>";
  609. };
  610. /* End PBXGroup section */
  611. /* Begin PBXNativeTarget section */
  612. 8D1107260486CEB800E47090 /* Pal */ = {
  613. isa = PBXNativeTarget;
  614. buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Pal" */;
  615. buildPhases = (
  616. 8D1107290486CEB800E47090 /* Resources */,
  617. 8D11072C0486CEB800E47090 /* Sources */,
  618. 8D11072E0486CEB800E47090 /* Frameworks */,
  619. 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */,
  620. );
  621. buildRules = (
  622. );
  623. dependencies = (
  624. );
  625. name = Pal;
  626. productInstallPath = "$(HOME)/Applications";
  627. productName = Pal;
  628. productReference = 8D1107320486CEB800E47090 /* Pal.app */;
  629. productType = "com.apple.product-type.application";
  630. };
  631. /* End PBXNativeTarget section */
  632. /* Begin PBXProject section */
  633. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  634. isa = PBXProject;
  635. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Pal_SDL12" */;
  636. buildSettings = {
  637. };
  638. buildStyles = (
  639. 7111D5861F2D6258009312F0 /* Development */,
  640. 7111D5871F2D6258009312F0 /* Deployment */,
  641. );
  642. hasScannedForEncodings = 1;
  643. mainGroup = 29B97314FDCFA39411CA2CEA /* Pal */;
  644. projectDirPath = "";
  645. targets = (
  646. 8D1107260486CEB800E47090 /* Pal */,
  647. );
  648. };
  649. /* End PBXProject section */
  650. /* Begin PBXResourcesBuildPhase section */
  651. 8D1107290486CEB800E47090 /* Resources */ = {
  652. isa = PBXResourcesBuildPhase;
  653. buildActionMask = 2147483647;
  654. files = (
  655. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  656. 716EB9C70D77340300D5DE1F /* sdlpal.icns in Resources */,
  657. );
  658. runOnlyForDeploymentPostprocessing = 0;
  659. };
  660. /* End PBXResourcesBuildPhase section */
  661. /* Begin PBXSourcesBuildPhase section */
  662. 8D11072C0486CEB800E47090 /* Sources */ = {
  663. isa = PBXSourcesBuildPhase;
  664. buildActionMask = 2147483647;
  665. files = (
  666. 7111D59A1F2D62B9009312F0 /* SDLMain_SDL12.m in Sources */,
  667. 7111D5A21F2D62FA009312F0 /* util.mm in Sources */,
  668. 7111D5EB1F2D6348009312F0 /* audio.c in Sources */,
  669. 7111D5ED1F2D6348009312F0 /* aviplay.c in Sources */,
  670. 7111D5EF1F2D6348009312F0 /* battle.c in Sources */,
  671. 7111D5F31F2D6348009312F0 /* ending.c in Sources */,
  672. 7111D5F51F2D6348009312F0 /* fight.c in Sources */,
  673. 7111D5F71F2D6348009312F0 /* font.c in Sources */,
  674. 7111D5FA1F2D6348009312F0 /* game.c in Sources */,
  675. 7111D5FC1F2D6348009312F0 /* global.c in Sources */,
  676. 7111D5FE1F2D6348009312F0 /* input.c in Sources */,
  677. 7111D6001F2D6348009312F0 /* itemmenu.c in Sources */,
  678. 7111D6021F2D6348009312F0 /* magicmenu.c in Sources */,
  679. 7111D6041F2D6348009312F0 /* main.c in Sources */,
  680. 7111D6061F2D6348009312F0 /* map.c in Sources */,
  681. 7111D6081F2D6348009312F0 /* midi.c in Sources */,
  682. 7111D60A1F2D6348009312F0 /* mp3play.c in Sources */,
  683. 7111D60B1F2D6348009312F0 /* oggplay.c in Sources */,
  684. 7111D60C1F2D6348009312F0 /* overlay.c in Sources */,
  685. 7111D60D1F2D6348009312F0 /* palcfg.c in Sources */,
  686. 7111D60F1F2D6348009312F0 /* palcommon.c in Sources */,
  687. 7111D6111F2D6348009312F0 /* palette.c in Sources */,
  688. 7111D6131F2D6348009312F0 /* play.c in Sources */,
  689. 7111D6161F2D6348009312F0 /* res.c in Sources */,
  690. 7111D6181F2D6348009312F0 /* resampler.c in Sources */,
  691. 7111D61B1F2D6348009312F0 /* rixplay.cpp in Sources */,
  692. 7111D61C1F2D6348009312F0 /* rngplay.c in Sources */,
  693. 7111D61E1F2D6348009312F0 /* scene.c in Sources */,
  694. 7111D6201F2D6348009312F0 /* script.c in Sources */,
  695. 7111D6221F2D6348009312F0 /* sound.c in Sources */,
  696. 7111D6231F2D6348009312F0 /* text.c in Sources */,
  697. 7111D6251F2D6348009312F0 /* ui.c in Sources */,
  698. 7111D6271F2D6348009312F0 /* uibattle.c in Sources */,
  699. 7111D6291F2D6348009312F0 /* uigame.c in Sources */,
  700. 7111D62B1F2D6348009312F0 /* util.c in Sources */,
  701. 7111D62D1F2D6348009312F0 /* video.c in Sources */,
  702. 7111D62F1F2D6348009312F0 /* yj1.c in Sources */,
  703. 7111D64F1F2D6362009312F0 /* bit.c in Sources */,
  704. 7111D6521F2D6362009312F0 /* decoder.c in Sources */,
  705. 7111D6541F2D6362009312F0 /* fixed.c in Sources */,
  706. 7111D6561F2D6362009312F0 /* frame.c in Sources */,
  707. 7111D6581F2D6362009312F0 /* huffman.c in Sources */,
  708. 7111D65B1F2D6362009312F0 /* layer3.c in Sources */,
  709. 7111D65D1F2D6362009312F0 /* layer12.c in Sources */,
  710. 7111D6621F2D6362009312F0 /* music_mad.c in Sources */,
  711. 7111D6671F2D6362009312F0 /* stream.c in Sources */,
  712. 7111D6691F2D6362009312F0 /* synth.c in Sources */,
  713. 7111D66B1F2D6362009312F0 /* timer.c in Sources */,
  714. 7111D7241F2D63A5009312F0 /* adlibemu.c in Sources */,
  715. 7111D7261F2D63A5009312F0 /* binfile.cpp in Sources */,
  716. 7111D7281F2D63A5009312F0 /* binio.cpp in Sources */,
  717. 7111D72A1F2D63A5009312F0 /* dbemuopl.cpp in Sources */,
  718. 7111D72C1F2D63A5009312F0 /* dbopl.cpp in Sources */,
  719. 7111D72E1F2D63A5009312F0 /* demuopl.cpp in Sources */,
  720. 7111D7301F2D63A5009312F0 /* dosbox_opl.cpp in Sources */,
  721. 7111D7321F2D63A5009312F0 /* emuopl.cpp in Sources */,
  722. 7111D7341F2D63A5009312F0 /* fmopl.c in Sources */,
  723. 7111D7361F2D63A5009312F0 /* fprovide.cpp in Sources */,
  724. 7111D73A1F2D63A5009312F0 /* player.cpp in Sources */,
  725. 7111D73C1F2D63A5009312F0 /* rix.cpp in Sources */,
  726. 7111D73E1F2D63A5009312F0 /* surroundopl.cpp in Sources */,
  727. );
  728. runOnlyForDeploymentPostprocessing = 0;
  729. };
  730. /* End PBXSourcesBuildPhase section */
  731. /* Begin PBXVariantGroup section */
  732. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  733. isa = PBXVariantGroup;
  734. children = (
  735. 089C165DFE840E0CC02AAC07 /* English */,
  736. );
  737. name = InfoPlist.strings;
  738. sourceTree = "<group>";
  739. };
  740. /* End PBXVariantGroup section */
  741. /* Begin XCBuildConfiguration section */
  742. C01FCF4B08A954540054247B /* Debug */ = {
  743. isa = XCBuildConfiguration;
  744. buildSettings = {
  745. ARCHS = (
  746. i386,
  747. ppc,
  748. );
  749. COPY_PHASE_STRIP = NO;
  750. GCC_C_LANGUAGE_STANDARD = gnu99;
  751. GCC_DYNAMIC_NO_PIC = NO;
  752. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  753. GCC_MODEL_TUNING = G5;
  754. GCC_OPTIMIZATION_LEVEL = 0;
  755. GCC_PREPROCESSOR_DEFINITIONS = (
  756. "PAL_HAS_NATIVEMIDI=0",
  757. "PAL_HAS_OGG=0",
  758. );
  759. INFOPLIST_FILE = Info.plist;
  760. INSTALL_PATH = "$(HOME)/Applications";
  761. PRODUCT_NAME = Pal;
  762. WRAPPER_EXTENSION = app;
  763. ZERO_LINK = YES;
  764. };
  765. name = Debug;
  766. };
  767. C01FCF4C08A954540054247B /* Release */ = {
  768. isa = XCBuildConfiguration;
  769. buildSettings = {
  770. ARCHS = (
  771. i386,
  772. ppc,
  773. );
  774. GCC_C_LANGUAGE_STANDARD = gnu99;
  775. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  776. GCC_MODEL_TUNING = G5;
  777. GCC_PREPROCESSOR_DEFINITIONS = (
  778. "PAL_HAS_NATIVEMIDI=0",
  779. "PAL_HAS_OGG=0",
  780. );
  781. INFOPLIST_FILE = Info.plist;
  782. INSTALL_PATH = "$(HOME)/Applications";
  783. PRODUCT_NAME = Pal;
  784. WRAPPER_EXTENSION = app;
  785. };
  786. name = Release;
  787. };
  788. C01FCF4F08A954540054247B /* Debug */ = {
  789. isa = XCBuildConfiguration;
  790. buildSettings = {
  791. DEAD_CODE_STRIPPING = NO;
  792. FRAMEWORK_SEARCH_PATHS = (
  793. /Library/Frameworks,
  794. "$(FRAMEWORK_SEARCH_PATHS)",
  795. );
  796. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  797. GCC_WARN_UNUSED_VARIABLE = YES;
  798. HEADER_SEARCH_PATHS = (
  799. /Library/Frameworks/SDL.framework/Headers,
  800. "$(HEADER_SEARCH_PATHS)",
  801. );
  802. PREBINDING = NO;
  803. };
  804. name = Debug;
  805. };
  806. C01FCF5008A954540054247B /* Release */ = {
  807. isa = XCBuildConfiguration;
  808. buildSettings = {
  809. DEAD_CODE_STRIPPING = YES;
  810. FRAMEWORK_SEARCH_PATHS = (
  811. /Library/Frameworks,
  812. "$(FRAMEWORK_SEARCH_PATHS)",
  813. );
  814. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  815. GCC_WARN_UNUSED_VARIABLE = YES;
  816. HEADER_SEARCH_PATHS = (
  817. /Library/Frameworks/SDL.framework/Headers,
  818. "$(HEADER_SEARCH_PATHS)",
  819. );
  820. PREBINDING = NO;
  821. };
  822. name = Release;
  823. };
  824. /* End XCBuildConfiguration section */
  825. /* Begin XCConfigurationList section */
  826. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Pal" */ = {
  827. isa = XCConfigurationList;
  828. buildConfigurations = (
  829. C01FCF4B08A954540054247B /* Debug */,
  830. C01FCF4C08A954540054247B /* Release */,
  831. );
  832. defaultConfigurationIsVisible = 0;
  833. defaultConfigurationName = Release;
  834. };
  835. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Pal_SDL12" */ = {
  836. isa = XCConfigurationList;
  837. buildConfigurations = (
  838. C01FCF4F08A954540054247B /* Debug */,
  839. C01FCF5008A954540054247B /* Release */,
  840. );
  841. defaultConfigurationIsVisible = 0;
  842. defaultConfigurationName = Release;
  843. };
  844. /* End XCConfigurationList section */
  845. };
  846. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  847. }