mirror of https://github.com/stella-emu/stella.git
Updated OSX project files for recent OpenGL changes.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2276 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
1928a9a0e4
commit
011aef2f01
|
@ -311,6 +311,10 @@
|
|||
DC8078EB0B4BD697005E9305 /* UIDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC8078E70B4BD697005E9305 /* UIDialog.hxx */; };
|
||||
DC84E11C1135988E00CA7C9D /* Genesis.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC84E11A1135988E00CA7C9D /* Genesis.cxx */; };
|
||||
DC84E11D1135988E00CA7C9D /* Genesis.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC84E11B1135988E00CA7C9D /* Genesis.hxx */; };
|
||||
DC8AE5C31417804C00335D45 /* FBSurfaceGL.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC8AE5BF1417804C00335D45 /* FBSurfaceGL.cxx */; };
|
||||
DC8AE5C41417804C00335D45 /* FBSurfaceGL.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC8AE5C01417804C00335D45 /* FBSurfaceGL.hxx */; };
|
||||
DC8AE5C51417804C00335D45 /* FBSurfaceTIA.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC8AE5C11417804C00335D45 /* FBSurfaceTIA.cxx */; };
|
||||
DC8AE5C61417804C00335D45 /* FBSurfaceTIA.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC8AE5C21417804C00335D45 /* FBSurfaceTIA.hxx */; };
|
||||
DC932D440F278A5200FEFEFC /* DefProps.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC932D3F0F278A5200FEFEFC /* DefProps.hxx */; };
|
||||
DC932D450F278A5200FEFEFC /* Serializable.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC932D400F278A5200FEFEFC /* Serializable.hxx */; };
|
||||
DC932D460F278A5200FEFEFC /* SerialPort.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC932D410F278A5200FEFEFC /* SerialPort.hxx */; };
|
||||
|
@ -720,6 +724,10 @@
|
|||
DC8078E70B4BD697005E9305 /* UIDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = UIDialog.hxx; path = ../gui/UIDialog.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC84E11A1135988E00CA7C9D /* Genesis.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Genesis.cxx; path = ../emucore/Genesis.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DC84E11B1135988E00CA7C9D /* Genesis.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Genesis.hxx; path = ../emucore/Genesis.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC8AE5BF1417804C00335D45 /* FBSurfaceGL.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FBSurfaceGL.cxx; path = ../common/FBSurfaceGL.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DC8AE5C01417804C00335D45 /* FBSurfaceGL.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = FBSurfaceGL.hxx; path = ../common/FBSurfaceGL.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC8AE5C11417804C00335D45 /* FBSurfaceTIA.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FBSurfaceTIA.cxx; path = ../common/FBSurfaceTIA.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DC8AE5C21417804C00335D45 /* FBSurfaceTIA.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = FBSurfaceTIA.hxx; path = ../common/FBSurfaceTIA.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC932D3F0F278A5200FEFEFC /* DefProps.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = DefProps.hxx; path = ../emucore/DefProps.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC932D400F278A5200FEFEFC /* Serializable.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Serializable.hxx; path = ../emucore/Serializable.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC932D410F278A5200FEFEFC /* SerialPort.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = SerialPort.hxx; path = ../emucore/SerialPort.hxx; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -930,6 +938,10 @@
|
|||
children = (
|
||||
DCF467B10F93993B00B25D7A /* Array.hxx */,
|
||||
DCECDB0210B9DC0400AF4E1B /* bspf.hxx */,
|
||||
DC8AE5BF1417804C00335D45 /* FBSurfaceGL.cxx */,
|
||||
DC8AE5C01417804C00335D45 /* FBSurfaceGL.hxx */,
|
||||
DC8AE5C11417804C00335D45 /* FBSurfaceTIA.cxx */,
|
||||
DC8AE5C21417804C00335D45 /* FBSurfaceTIA.hxx */,
|
||||
2D733D5D062893E7006265D9 /* FrameBufferGL.cxx */,
|
||||
2D733D5E062893E7006265D9 /* FrameBufferGL.hxx */,
|
||||
2D733D61062893E7006265D9 /* FrameBufferSoft.cxx */,
|
||||
|
@ -1479,6 +1491,8 @@
|
|||
DC20D6F3138EB130002A7428 /* StringList.hxx in Headers */,
|
||||
DC20D6F4138EB130002A7428 /* StringParser.hxx in Headers */,
|
||||
DC7A769B13FEA40300ED8633 /* LoggerDialog.hxx in Headers */,
|
||||
DC8AE5C41417804C00335D45 /* FBSurfaceGL.hxx in Headers */,
|
||||
DC8AE5C61417804C00335D45 /* FBSurfaceTIA.hxx in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -1737,6 +1751,8 @@
|
|||
DCBD96891210314C0087CEFD /* ComboDialog.cxx in Sources */,
|
||||
DC4AF1F312E39F700090B82E /* Thumbulator.cxx in Sources */,
|
||||
DC7A769A13FEA40300ED8633 /* LoggerDialog.cxx in Sources */,
|
||||
DC8AE5C31417804C00335D45 /* FBSurfaceGL.cxx in Sources */,
|
||||
DC8AE5C51417804C00335D45 /* FBSurfaceTIA.cxx in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
|
@ -245,6 +245,10 @@
|
|||
DC173F770E2CAC1E00320F94 /* ContextMenu.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC173F750E2CAC1E00320F94 /* ContextMenu.hxx */; };
|
||||
DC1FC18A0DB3B2C7009B3DF7 /* SerialPortMACOSX.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC1FC1880DB3B2C7009B3DF7 /* SerialPortMACOSX.cxx */; };
|
||||
DC1FC18B0DB3B2C7009B3DF7 /* SerialPortMACOSX.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC1FC1890DB3B2C7009B3DF7 /* SerialPortMACOSX.hxx */; };
|
||||
DC3EE2DA1417801800F9DA4A /* FBSurfaceGL.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC3EE2D61417801800F9DA4A /* FBSurfaceGL.cxx */; };
|
||||
DC3EE2DB1417801800F9DA4A /* FBSurfaceGL.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC3EE2D71417801800F9DA4A /* FBSurfaceGL.hxx */; };
|
||||
DC3EE2DC1417801800F9DA4A /* FBSurfaceTIA.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC3EE2D81417801800F9DA4A /* FBSurfaceTIA.cxx */; };
|
||||
DC3EE2DD1417801800F9DA4A /* FBSurfaceTIA.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC3EE2D91417801800F9DA4A /* FBSurfaceTIA.hxx */; };
|
||||
DC4613670D92C03600D8DAB9 /* RomAuditDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC4613650D92C03600D8DAB9 /* RomAuditDialog.cxx */; };
|
||||
DC4613680D92C03600D8DAB9 /* RomAuditDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC4613660D92C03600D8DAB9 /* RomAuditDialog.hxx */; };
|
||||
DC47455509C34BFA00EDDA3A /* BankRomCheat.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC47454A09C34BFA00EDDA3A /* BankRomCheat.cxx */; };
|
||||
|
@ -651,6 +655,10 @@
|
|||
DC173F750E2CAC1E00320F94 /* ContextMenu.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = ContextMenu.hxx; path = ../gui/ContextMenu.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC1FC1880DB3B2C7009B3DF7 /* SerialPortMACOSX.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SerialPortMACOSX.cxx; sourceTree = "<group>"; };
|
||||
DC1FC1890DB3B2C7009B3DF7 /* SerialPortMACOSX.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SerialPortMACOSX.hxx; sourceTree = "<group>"; };
|
||||
DC3EE2D61417801800F9DA4A /* FBSurfaceGL.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FBSurfaceGL.cxx; path = ../common/FBSurfaceGL.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DC3EE2D71417801800F9DA4A /* FBSurfaceGL.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = FBSurfaceGL.hxx; path = ../common/FBSurfaceGL.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC3EE2D81417801800F9DA4A /* FBSurfaceTIA.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FBSurfaceTIA.cxx; path = ../common/FBSurfaceTIA.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DC3EE2D91417801800F9DA4A /* FBSurfaceTIA.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = FBSurfaceTIA.hxx; path = ../common/FBSurfaceTIA.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC4613650D92C03600D8DAB9 /* RomAuditDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = RomAuditDialog.cxx; path = ../gui/RomAuditDialog.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DC4613660D92C03600D8DAB9 /* RomAuditDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = RomAuditDialog.hxx; path = ../gui/RomAuditDialog.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC47454A09C34BFA00EDDA3A /* BankRomCheat.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = BankRomCheat.cxx; path = ../cheat/BankRomCheat.cxx; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -927,6 +935,10 @@
|
|||
children = (
|
||||
DCF467B10F93993B00B25D7A /* Array.hxx */,
|
||||
DCC527D810B9DA6A005E1287 /* bspf.hxx */,
|
||||
DC3EE2D61417801800F9DA4A /* FBSurfaceGL.cxx */,
|
||||
DC3EE2D71417801800F9DA4A /* FBSurfaceGL.hxx */,
|
||||
DC3EE2D81417801800F9DA4A /* FBSurfaceTIA.cxx */,
|
||||
DC3EE2D91417801800F9DA4A /* FBSurfaceTIA.hxx */,
|
||||
2D733D5D062893E7006265D9 /* FrameBufferGL.cxx */,
|
||||
2D733D5E062893E7006265D9 /* FrameBufferGL.hxx */,
|
||||
2D733D61062893E7006265D9 /* FrameBufferSoft.cxx */,
|
||||
|
@ -1476,6 +1488,8 @@
|
|||
DC74D6A1138D4D7E00F05C5C /* StringList.hxx in Headers */,
|
||||
DC74D6A2138D4D7E00F05C5C /* StringParser.hxx in Headers */,
|
||||
DC6C726313CDEA0A008A5975 /* LoggerDialog.hxx in Headers */,
|
||||
DC3EE2DB1417801800F9DA4A /* FBSurfaceGL.hxx in Headers */,
|
||||
DC3EE2DD1417801800F9DA4A /* FBSurfaceTIA.hxx in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -1736,6 +1750,8 @@
|
|||
DCFFE59D12100E1400DFA000 /* ComboDialog.cxx in Sources */,
|
||||
DCD2839812E39F1200A808DC /* Thumbulator.cxx in Sources */,
|
||||
DC6C726213CDEA0A008A5975 /* LoggerDialog.cxx in Sources */,
|
||||
DC3EE2DA1417801800F9DA4A /* FBSurfaceGL.cxx in Sources */,
|
||||
DC3EE2DC1417801800F9DA4A /* FBSurfaceTIA.cxx in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue