~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/macosx/stella_intel.xcodeproj/project.pbxproj

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-06-02 07:33:16 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120602073316-20r4hr32t4oj36u9
Tags: 3.7-1
* New upstream version.
* Update description and documentation with new features in 3.7, notably
  Blargg TV filters (replacing the filters available in versions 3.4.1
  and earlier).
* Switch to debhelper compatibility level 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
                DC5D2C610F129B1E004D1660 /* LauncherFilterDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC5D2C5F0F129B1E004D1660 /* LauncherFilterDialog.hxx */; };
283
283
                DC5EE7C214F7C165001C628C /* NTSCFilter.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC5EE7C014F7C165001C628C /* NTSCFilter.cxx */; };
284
284
                DC5EE7C314F7C165001C628C /* NTSCFilter.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC5EE7C114F7C165001C628C /* NTSCFilter.hxx */; };
 
285
                DC67270B1556F4860023653B /* CartCTY.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC6727081556F4860023653B /* CartCTY.cxx */; };
 
286
                DC67270C1556F4860023653B /* CartCTY.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC6727091556F4860023653B /* CartCTY.hxx */; };
 
287
                DC67270D1556F4860023653B /* CartCTYTunes.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC67270A1556F4860023653B /* CartCTYTunes.hxx */; };
285
288
                DC69670B1361FD0A0036499D /* pngdebug.h in Headers */ = {isa = PBXBuildFile; fileRef = DC6967071361FD0A0036499D /* pngdebug.h */; };
286
289
                DC69670C1361FD0A0036499D /* pnginfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DC6967081361FD0A0036499D /* pnginfo.h */; };
287
290
                DC69670D1361FD0A0036499D /* pnglibconf.h in Headers */ = {isa = PBXBuildFile; fileRef = DC6967091361FD0A0036499D /* pnglibconf.h */; };
722
725
                DC5D2C5F0F129B1E004D1660 /* LauncherFilterDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = LauncherFilterDialog.hxx; path = ../gui/LauncherFilterDialog.hxx; sourceTree = SOURCE_ROOT; };
723
726
                DC5EE7C014F7C165001C628C /* NTSCFilter.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NTSCFilter.cxx; path = ../common/tv_filters/NTSCFilter.cxx; sourceTree = SOURCE_ROOT; };
724
727
                DC5EE7C114F7C165001C628C /* NTSCFilter.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = NTSCFilter.hxx; path = ../common/tv_filters/NTSCFilter.hxx; sourceTree = SOURCE_ROOT; };
 
728
                DC6727081556F4860023653B /* CartCTY.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CartCTY.cxx; path = ../emucore/CartCTY.cxx; sourceTree = SOURCE_ROOT; };
 
729
                DC6727091556F4860023653B /* CartCTY.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = CartCTY.hxx; path = ../emucore/CartCTY.hxx; sourceTree = SOURCE_ROOT; };
 
730
                DC67270A1556F4860023653B /* CartCTYTunes.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = CartCTYTunes.hxx; path = ../emucore/CartCTYTunes.hxx; sourceTree = SOURCE_ROOT; };
725
731
                DC6967071361FD0A0036499D /* pngdebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pngdebug.h; path = ../libpng/pngdebug.h; sourceTree = SOURCE_ROOT; };
726
732
                DC6967081361FD0A0036499D /* pnginfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pnginfo.h; path = ../libpng/pnginfo.h; sourceTree = SOURCE_ROOT; };
727
733
                DC6967091361FD0A0036499D /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pnglibconf.h; path = ../libpng/pnglibconf.h; sourceTree = SOURCE_ROOT; };
1088
1094
                                2DE2DF1B0627AE07006BEC99 /* CartAR.hxx */,
1089
1095
                                DC8C1BA714B25DE7006440EE /* CartCM.cxx */,
1090
1096
                                DC8C1BA814B25DE7006440EE /* CartCM.hxx */,
 
1097
                                DC6727081556F4860023653B /* CartCTY.cxx */,
 
1098
                                DC6727091556F4860023653B /* CartCTY.hxx */,
 
1099
                                DC67270A1556F4860023653B /* CartCTYTunes.hxx */,
1091
1100
                                2DE2DF1C0627AE07006BEC99 /* CartCV.cxx */,
1092
1101
                                2DE2DF1D0627AE07006BEC99 /* CartCV.hxx */,
1093
1102
                                2DE2DF1E0627AE07006BEC99 /* CartDPC.cxx */,
1605
1614
                                DC5EE7C314F7C165001C628C /* NTSCFilter.hxx in Headers */,
1606
1615
                                DCC467F014FBECC700E15508 /* atari_ntsc_impl.h in Headers */,
1607
1616
                                DCC467F214FBECC700E15508 /* atari_ntsc.h in Headers */,
 
1617
                                DC67270C1556F4860023653B /* CartCTY.hxx in Headers */,
 
1618
                                DC67270D1556F4860023653B /* CartCTYTunes.hxx in Headers */,
1608
1619
                        );
1609
1620
                        runOnlyForDeploymentPostprocessing = 0;
1610
1621
                };
1880
1891
                                DC56FCDE14CCCC4900A31CC3 /* MouseControl.cxx in Sources */,
1881
1892
                                DC5EE7C214F7C165001C628C /* NTSCFilter.cxx in Sources */,
1882
1893
                                DCC467F114FBECC700E15508 /* atari_ntsc.c in Sources */,
 
1894
                                DC67270B1556F4860023653B /* CartCTY.cxx in Sources */,
1883
1895
                        );
1884
1896
                        runOnlyForDeploymentPostprocessing = 0;
1885
1897
                };