mirror of https://github.com/stella-emu/stella.git
Updated OSX Intel project file with recent class addition.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2748 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
c179a00725
commit
b4ee60730a
|
@ -238,6 +238,8 @@
|
|||
DC0DF86A0F0DAAF500B0F1F3 /* GlobalPropsDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC0DF8680F0DAAF500B0F1F3 /* GlobalPropsDialog.hxx */; };
|
||||
DC11F78D0DB36933003B505E /* MT24LC256.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC11F78B0DB36933003B505E /* MT24LC256.cxx */; };
|
||||
DC11F78E0DB36933003B505E /* MT24LC256.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC11F78C0DB36933003B505E /* MT24LC256.hxx */; };
|
||||
DC13B53F176FF2F500B8B4BB /* RomListSettings.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC13B53D176FF2F500B8B4BB /* RomListSettings.cxx */; };
|
||||
DC13B540176FF2F500B8B4BB /* RomListSettings.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC13B53E176FF2F500B8B4BB /* RomListSettings.hxx */; };
|
||||
DC173F760E2CAC1E00320F94 /* ContextMenu.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC173F740E2CAC1E00320F94 /* ContextMenu.cxx */; };
|
||||
DC173F770E2CAC1E00320F94 /* ContextMenu.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC173F750E2CAC1E00320F94 /* ContextMenu.hxx */; };
|
||||
DC1FC18A0DB3B2C7009B3DF7 /* SerialPortMACOSX.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC1FC1880DB3B2C7009B3DF7 /* SerialPortMACOSX.cxx */; };
|
||||
|
@ -745,6 +747,8 @@
|
|||
DC0DF8680F0DAAF500B0F1F3 /* GlobalPropsDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = GlobalPropsDialog.hxx; path = ../gui/GlobalPropsDialog.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC11F78B0DB36933003B505E /* MT24LC256.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = MT24LC256.cxx; path = ../emucore/MT24LC256.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DC11F78C0DB36933003B505E /* MT24LC256.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = MT24LC256.hxx; path = ../emucore/MT24LC256.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC13B53D176FF2F500B8B4BB /* RomListSettings.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RomListSettings.cxx; path = ../debugger/gui/RomListSettings.cxx; sourceTree = SOURCE_ROOT; };
|
||||
DC13B53E176FF2F500B8B4BB /* RomListSettings.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RomListSettings.hxx; path = ../debugger/gui/RomListSettings.hxx; sourceTree = SOURCE_ROOT; };
|
||||
DC173F740E2CAC1E00320F94 /* ContextMenu.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ContextMenu.cxx; path = ../gui/ContextMenu.cxx; sourceTree = SOURCE_ROOT; };
|
||||
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>"; };
|
||||
|
@ -1179,6 +1183,8 @@
|
|||
2D20F9F108C603EC00A73076 /* RamWidget.hxx */,
|
||||
DC4AC6ED0DC8DACB00CD3AD2 /* RiotWidget.cxx */,
|
||||
DC4AC6EE0DC8DACB00CD3AD2 /* RiotWidget.hxx */,
|
||||
DC13B53D176FF2F500B8B4BB /* RomListSettings.cxx */,
|
||||
DC13B53E176FF2F500B8B4BB /* RomListSettings.hxx */,
|
||||
2D20F9F208C603EC00A73076 /* RomListWidget.cxx */,
|
||||
2D20F9F308C603EC00A73076 /* RomListWidget.hxx */,
|
||||
2D20F9F408C603EC00A73076 /* RomWidget.cxx */,
|
||||
|
@ -1843,6 +1849,7 @@
|
|||
DC676A5C1729A0B000E4E73D /* CartX07Widget.hxx in Headers */,
|
||||
DC7A24D5173B1CF600B20FE9 /* Variant.hxx in Headers */,
|
||||
DC7A24E0173B1DBC00B20FE9 /* FileListWidget.hxx in Headers */,
|
||||
DC13B540176FF2F500B8B4BB /* RomListSettings.hxx in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -2148,6 +2155,7 @@
|
|||
DC676A591729A0B000E4E73D /* CartSBWidget.cxx in Sources */,
|
||||
DC676A5B1729A0B000E4E73D /* CartX07Widget.cxx in Sources */,
|
||||
DC7A24DF173B1DBC00B20FE9 /* FileListWidget.cxx in Sources */,
|
||||
DC13B53F176FF2F500B8B4BB /* RomListSettings.cxx in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue