mirror of https://github.com/stella-emu/stella.git
Removed reference to class for 'MC' scheme in Windows and OSX builds.
This commit is contained in:
parent
754c901b5a
commit
e858ddf167
|
@ -25,7 +25,6 @@
|
|||
2D9173DA09BA90380026E9FF /* CartF8.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DE2DF2D0627AE07006BEC99 /* CartF8.hxx */; };
|
||||
2D9173DB09BA90380026E9FF /* CartF8SC.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DE2DF2F0627AE07006BEC99 /* CartF8SC.hxx */; };
|
||||
2D9173DD09BA90380026E9FF /* CartFE.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DE2DF330627AE07006BEC99 /* CartFE.hxx */; };
|
||||
2D9173DF09BA90380026E9FF /* CartMC.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DE2DF370627AE07006BEC99 /* CartMC.hxx */; };
|
||||
2D9173E009BA90380026E9FF /* Console.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DE2DF390627AE07006BEC99 /* Console.hxx */; };
|
||||
2D9173E109BA90380026E9FF /* Control.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DE2DF3B0627AE07006BEC99 /* Control.hxx */; };
|
||||
2D9173E309BA90380026E9FF /* Driving.hxx in Headers */ = {isa = PBXBuildFile; fileRef = 2DE2DF3F0627AE07006BEC99 /* Driving.hxx */; };
|
||||
|
@ -132,7 +131,6 @@
|
|||
2D91748309BA90380026E9FF /* CartF8.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DE2DF2C0627AE07006BEC99 /* CartF8.cxx */; };
|
||||
2D91748409BA90380026E9FF /* CartF8SC.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DE2DF2E0627AE07006BEC99 /* CartF8SC.cxx */; };
|
||||
2D91748609BA90380026E9FF /* CartFE.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DE2DF320627AE07006BEC99 /* CartFE.cxx */; };
|
||||
2D91748809BA90380026E9FF /* CartMC.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DE2DF360627AE07006BEC99 /* CartMC.cxx */; };
|
||||
2D91748909BA90380026E9FF /* Console.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DE2DF380627AE07006BEC99 /* Console.cxx */; };
|
||||
2D91748A09BA90380026E9FF /* Control.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DE2DF3A0627AE07006BEC99 /* Control.cxx */; };
|
||||
2D91748C09BA90380026E9FF /* Driving.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 2DE2DF3E0627AE07006BEC99 /* Driving.cxx */; };
|
||||
|
@ -348,8 +346,6 @@
|
|||
DC676A541729A0B000E4E73D /* CartFA2Widget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC676A381729A0B000E4E73D /* CartFA2Widget.hxx */; };
|
||||
DC676A551729A0B000E4E73D /* CartFEWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC676A391729A0B000E4E73D /* CartFEWidget.cxx */; };
|
||||
DC676A561729A0B000E4E73D /* CartFEWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC676A3A1729A0B000E4E73D /* CartFEWidget.hxx */; };
|
||||
DC676A571729A0B000E4E73D /* CartMCWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC676A3B1729A0B000E4E73D /* CartMCWidget.cxx */; };
|
||||
DC676A581729A0B000E4E73D /* CartMCWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC676A3C1729A0B000E4E73D /* CartMCWidget.hxx */; };
|
||||
DC676A591729A0B000E4E73D /* CartSBWidget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC676A3D1729A0B000E4E73D /* CartSBWidget.cxx */; };
|
||||
DC676A5A1729A0B000E4E73D /* CartSBWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC676A3E1729A0B000E4E73D /* CartSBWidget.hxx */; };
|
||||
DC676A5B1729A0B000E4E73D /* CartX07Widget.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC676A3F1729A0B000E4E73D /* CartX07Widget.cxx */; };
|
||||
|
@ -799,8 +795,6 @@
|
|||
2DE2DF2F0627AE07006BEC99 /* CartF8SC.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = CartF8SC.hxx; sourceTree = "<group>"; };
|
||||
2DE2DF320627AE07006BEC99 /* CartFE.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CartFE.cxx; sourceTree = "<group>"; };
|
||||
2DE2DF330627AE07006BEC99 /* CartFE.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = CartFE.hxx; sourceTree = "<group>"; };
|
||||
2DE2DF360627AE07006BEC99 /* CartMC.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CartMC.cxx; sourceTree = "<group>"; };
|
||||
2DE2DF370627AE07006BEC99 /* CartMC.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = CartMC.hxx; sourceTree = "<group>"; };
|
||||
2DE2DF380627AE07006BEC99 /* Console.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Console.cxx; sourceTree = "<group>"; };
|
||||
2DE2DF390627AE07006BEC99 /* Console.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Console.hxx; sourceTree = "<group>"; };
|
||||
2DE2DF3A0627AE07006BEC99 /* Control.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Control.cxx; sourceTree = "<group>"; };
|
||||
|
@ -974,8 +968,6 @@
|
|||
DC676A381729A0B000E4E73D /* CartFA2Widget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartFA2Widget.hxx; sourceTree = "<group>"; };
|
||||
DC676A391729A0B000E4E73D /* CartFEWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartFEWidget.cxx; sourceTree = "<group>"; };
|
||||
DC676A3A1729A0B000E4E73D /* CartFEWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartFEWidget.hxx; sourceTree = "<group>"; };
|
||||
DC676A3B1729A0B000E4E73D /* CartMCWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartMCWidget.cxx; sourceTree = "<group>"; };
|
||||
DC676A3C1729A0B000E4E73D /* CartMCWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartMCWidget.hxx; sourceTree = "<group>"; };
|
||||
DC676A3D1729A0B000E4E73D /* CartSBWidget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartSBWidget.cxx; sourceTree = "<group>"; };
|
||||
DC676A3E1729A0B000E4E73D /* CartSBWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartSBWidget.hxx; sourceTree = "<group>"; };
|
||||
DC676A3F1729A0B000E4E73D /* CartX07Widget.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartX07Widget.cxx; sourceTree = "<group>"; };
|
||||
|
@ -1401,8 +1393,6 @@
|
|||
DCAAE5D01715887B0080BB82 /* CartFAWidget.hxx */,
|
||||
DC676A391729A0B000E4E73D /* CartFEWidget.cxx */,
|
||||
DC676A3A1729A0B000E4E73D /* CartFEWidget.hxx */,
|
||||
DC676A3B1729A0B000E4E73D /* CartMCWidget.cxx */,
|
||||
DC676A3C1729A0B000E4E73D /* CartMCWidget.hxx */,
|
||||
DC6A18F619B3E65500DEB242 /* CartMDMWidget.cxx */,
|
||||
DC6A18F719B3E65500DEB242 /* CartMDMWidget.hxx */,
|
||||
DC2AADB2194F390F0026C7A4 /* CartRamWidget.cxx */,
|
||||
|
@ -1615,8 +1605,6 @@
|
|||
DC36D2C714CAFAB0007DC821 /* CartFA2.hxx */,
|
||||
2DE2DF320627AE07006BEC99 /* CartFE.cxx */,
|
||||
2DE2DF330627AE07006BEC99 /* CartFE.hxx */,
|
||||
2DE2DF360627AE07006BEC99 /* CartMC.cxx */,
|
||||
2DE2DF370627AE07006BEC99 /* CartMC.hxx */,
|
||||
DC6A18FA19B3E67A00DEB242 /* CartMDM.cxx */,
|
||||
DC6A18FB19B3E67A00DEB242 /* CartMDM.hxx */,
|
||||
DC0984830D3985160073C852 /* CartSB.cxx */,
|
||||
|
@ -2000,7 +1988,6 @@
|
|||
DC3EE8591E2C0E6D00905161 /* crc32.h in Headers */,
|
||||
2D9173DB09BA90380026E9FF /* CartF8SC.hxx in Headers */,
|
||||
2D9173DD09BA90380026E9FF /* CartFE.hxx in Headers */,
|
||||
2D9173DF09BA90380026E9FF /* CartMC.hxx in Headers */,
|
||||
DC62E6481960E87B007AEF05 /* AtariVoxWidget.hxx in Headers */,
|
||||
2D9173E009BA90380026E9FF /* Console.hxx in Headers */,
|
||||
2D9173E109BA90380026E9FF /* Control.hxx in Headers */,
|
||||
|
@ -2240,7 +2227,6 @@
|
|||
DC676A521729A0B000E4E73D /* CartE7Widget.hxx in Headers */,
|
||||
DC676A541729A0B000E4E73D /* CartFA2Widget.hxx in Headers */,
|
||||
DC676A561729A0B000E4E73D /* CartFEWidget.hxx in Headers */,
|
||||
DC676A581729A0B000E4E73D /* CartMCWidget.hxx in Headers */,
|
||||
DC676A5A1729A0B000E4E73D /* CartSBWidget.hxx in Headers */,
|
||||
DC676A5C1729A0B000E4E73D /* CartX07Widget.hxx in Headers */,
|
||||
DC3DAFAC1F2E233B00A64410 /* PointingDevice.hxx in Headers */,
|
||||
|
@ -2393,7 +2379,6 @@
|
|||
2D91748409BA90380026E9FF /* CartF8SC.cxx in Sources */,
|
||||
DCF3A6FA1DFC75E3008A8AF3 /* Player.cxx in Sources */,
|
||||
2D91748609BA90380026E9FF /* CartFE.cxx in Sources */,
|
||||
2D91748809BA90380026E9FF /* CartMC.cxx in Sources */,
|
||||
2D91748909BA90380026E9FF /* Console.cxx in Sources */,
|
||||
2D91748A09BA90380026E9FF /* Control.cxx in Sources */,
|
||||
2D91748C09BA90380026E9FF /* Driving.cxx in Sources */,
|
||||
|
@ -2613,7 +2598,6 @@
|
|||
DC676A511729A0B000E4E73D /* CartE7Widget.cxx in Sources */,
|
||||
DC676A531729A0B000E4E73D /* CartFA2Widget.cxx in Sources */,
|
||||
DC676A551729A0B000E4E73D /* CartFEWidget.cxx in Sources */,
|
||||
DC676A571729A0B000E4E73D /* CartMCWidget.cxx in Sources */,
|
||||
DC676A591729A0B000E4E73D /* CartSBWidget.cxx in Sources */,
|
||||
DC676A5B1729A0B000E4E73D /* CartX07Widget.cxx in Sources */,
|
||||
DC7A24DF173B1DBC00B20FE9 /* FileListWidget.cxx in Sources */,
|
||||
|
|
|
@ -276,7 +276,6 @@
|
|||
<ClCompile Include="..\debugger\gui\CartFA2Widget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartFAWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartFEWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartMCWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartMDMWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartRamWidget.cxx" />
|
||||
<ClCompile Include="..\debugger\gui\CartSBWidget.cxx" />
|
||||
|
@ -362,7 +361,6 @@
|
|||
<ClCompile Include="..\emucore\CartF8SC.cxx" />
|
||||
<ClCompile Include="..\emucore\CartFA.cxx" />
|
||||
<ClCompile Include="..\emucore\CartFE.cxx" />
|
||||
<ClCompile Include="..\emucore\CartMC.cxx" />
|
||||
<ClCompile Include="..\emucore\CartSB.cxx" />
|
||||
<ClCompile Include="..\emucore\CartUA.cxx" />
|
||||
<ClCompile Include="..\emucore\CartX07.cxx" />
|
||||
|
@ -547,7 +545,6 @@
|
|||
<ClInclude Include="..\debugger\gui\CartFA2Widget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartFAWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartFEWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartMCWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartMDMWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartRamWidget.hxx" />
|
||||
<ClInclude Include="..\debugger\gui\CartSBWidget.hxx" />
|
||||
|
@ -655,7 +652,6 @@
|
|||
<ClInclude Include="..\emucore\CartF8SC.hxx" />
|
||||
<ClInclude Include="..\emucore\CartFA.hxx" />
|
||||
<ClInclude Include="..\emucore\CartFE.hxx" />
|
||||
<ClInclude Include="..\emucore\CartMC.hxx" />
|
||||
<ClInclude Include="..\emucore\CartSB.hxx" />
|
||||
<ClInclude Include="..\emucore\CartUA.hxx" />
|
||||
<ClInclude Include="..\emucore\CartX07.hxx" />
|
||||
|
@ -794,4 +790,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -156,9 +156,6 @@
|
|||
<ClCompile Include="..\emucore\CartFE.cxx">
|
||||
<Filter>Source Files\emucore</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\emucore\CartMC.cxx">
|
||||
<Filter>Source Files\emucore</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\emucore\CartSB.cxx">
|
||||
<Filter>Source Files\emucore</Filter>
|
||||
</ClCompile>
|
||||
|
@ -669,9 +666,6 @@
|
|||
<ClCompile Include="..\debugger\gui\CartFEWidget.cxx">
|
||||
<Filter>Source Files\debugger</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\debugger\gui\CartMCWidget.cxx">
|
||||
<Filter>Source Files\debugger</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\debugger\gui\CartSBWidget.cxx">
|
||||
<Filter>Source Files\debugger</Filter>
|
||||
</ClCompile>
|
||||
|
@ -956,9 +950,6 @@
|
|||
<ClInclude Include="..\emucore\CartFE.hxx">
|
||||
<Filter>Header Files\emucore</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\emucore\CartMC.hxx">
|
||||
<Filter>Header Files\emucore</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\emucore\CartSB.hxx">
|
||||
<Filter>Header Files\emucore</Filter>
|
||||
</ClInclude>
|
||||
|
@ -1508,9 +1499,6 @@
|
|||
<ClInclude Include="..\debugger\gui\CartFEWidget.hxx">
|
||||
<Filter>Header Files\debugger</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\debugger\gui\CartMCWidget.hxx">
|
||||
<Filter>Header Files\debugger</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\debugger\gui\CartSBWidget.hxx">
|
||||
<Filter>Header Files\debugger</Filter>
|
||||
</ClInclude>
|
||||
|
@ -1732,4 +1720,4 @@
|
|||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue