mirror of
https://github.com/jeremysrand/apple2048.git
synced 2024-11-27 01:49:53 +00:00
Update the project to the latest build engine.
This commit is contained in:
parent
74cf2775f1
commit
cb1b1c8cfe
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019 Jeremy Rand
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
@ -7,144 +7,154 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
9D3A3E8B2178357A00BE74C7 /* bastokenizer-tools-bt-0.2.0.jar in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D3A3E892178357A00BE74C7 /* bastokenizer-tools-bt-0.2.0.jar */; };
|
||||
9DD54F6820DA0A230088D191 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = 9DD54F6720DA0A230088D191 /* Makefile */; };
|
||||
9DD54F6B20DA0A230088D191 /* AppleCommander.jar in Frameworks */ = {isa = PBXBuildFile; fileRef = 9DD54F6A20DA0A230088D191 /* AppleCommander.jar */; };
|
||||
9DD54F6D20DA0A230088D191 /* createDiskImage in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD54F6C20DA0A230088D191 /* createDiskImage */; };
|
||||
9DD54F6F20DA0A230088D191 /* DevApple.vii in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD54F6E20DA0A230088D191 /* DevApple.vii */; };
|
||||
9DD54F7120DA0A230088D191 /* dos33_template.dsk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD54F7020DA0A230088D191 /* dos33_template.dsk */; };
|
||||
9DD54F7320DA0A230088D191 /* head.mk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD54F7220DA0A230088D191 /* head.mk */; };
|
||||
9DD54F7520DA0A230088D191 /* prodos_template.dsk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD54F7420DA0A230088D191 /* prodos_template.dsk */; };
|
||||
9DD54F7720DA0A230088D191 /* tail.mk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD54F7620DA0A230088D191 /* tail.mk */; };
|
||||
9DD54F7920DA0A230088D191 /* V2Make.scpt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD54F7820DA0A230088D191 /* V2Make.scpt */; };
|
||||
9DD54F7C20DA0A230088D191 /* apple2048.xcscheme in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD54F7B20DA0A230088D191 /* apple2048.xcscheme */; };
|
||||
9DD54F9020DA0A4A0088D191 /* textpage.s in Sources */ = {isa = PBXBuildFile; fileRef = 9DD54F8720DA0A4A0088D191 /* textpage.s */; };
|
||||
9DD54F9120DA0A4A0088D191 /* game.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD54F8820DA0A4A0088D191 /* game.c */; };
|
||||
9DD54F9220DA0A4A0088D191 /* apple2048.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD54F8920DA0A4A0088D191 /* apple2048.c */; };
|
||||
9DD54F9320DA0A4A0088D191 /* anim.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD54F8B20DA0A4A0088D191 /* anim.c */; };
|
||||
9DD54F9420DA0A4A0088D191 /* ui.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD54F8D20DA0A4A0088D191 /* ui.c */; };
|
||||
9DD31A2E22FE58C400F65886 /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31A2D22FE58C400F65886 /* Makefile */; };
|
||||
9DD31A3122FE58C400F65886 /* AppleCommander.jar in Frameworks */ = {isa = PBXBuildFile; fileRef = 9DD31A3022FE58C400F65886 /* AppleCommander.jar */; };
|
||||
9DD31A3322FE58C400F65886 /* bastokenizer-tools-bt-0.2.0.jar in Frameworks */ = {isa = PBXBuildFile; fileRef = 9DD31A3222FE58C400F65886 /* bastokenizer-tools-bt-0.2.0.jar */; };
|
||||
9DD31A3522FE58C400F65886 /* createDiskImage in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A3422FE58C400F65886 /* createDiskImage */; };
|
||||
9DD31A3722FE58C400F65886 /* bt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A3622FE58C400F65886 /* bt */; };
|
||||
9DD31A3922FE58C400F65886 /* DevApple.vii in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A3822FE58C400F65886 /* DevApple.vii */; };
|
||||
9DD31A3B22FE58C400F65886 /* dos33_template.dsk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A3A22FE58C400F65886 /* dos33_template.dsk */; };
|
||||
9DD31A3D22FE58C400F65886 /* errorFilter.sh in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A3C22FE58C400F65886 /* errorFilter.sh */; };
|
||||
9DD31A3F22FE58C400F65886 /* head.mk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A3E22FE58C400F65886 /* head.mk */; };
|
||||
9DD31A4122FE58C400F65886 /* prodos_template.dsk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A4022FE58C400F65886 /* prodos_template.dsk */; };
|
||||
9DD31A4322FE58C400F65886 /* tail.mk in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A4222FE58C400F65886 /* tail.mk */; };
|
||||
9DD31A4522FE58C400F65886 /* V2Make.scpt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A4422FE58C400F65886 /* V2Make.scpt */; };
|
||||
9DD31A4822FE58C400F65886 /* apple2048.xcscheme in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9DD31A4722FE58C400F65886 /* apple2048.xcscheme */; };
|
||||
9DD31A6222FE592E00F65886 /* ui.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31A5F22FE592E00F65886 /* ui.c */; };
|
||||
9DD31A6322FE592E00F65886 /* game.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31A6022FE592E00F65886 /* game.c */; };
|
||||
9DD31A6422FE592E00F65886 /* anim.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31A5E22FE592E00F65886 /* anim.c */; };
|
||||
9DD31A6522FE592E00F65886 /* apple2048.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31A6122FE592E00F65886 /* apple2048.c */; };
|
||||
9DD31A6622FE592E00F65886 /* textpage.s in Sources */ = {isa = PBXBuildFile; fileRef = 9DD31A5C22FE592E00F65886 /* textpage.s */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
9DD54F6020DA0A230088D191 /* CopyFiles */ = {
|
||||
9DD31A2722FE58C400F65886 /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = /usr/share/man/man1/;
|
||||
dstSubfolderSpec = 0;
|
||||
files = (
|
||||
9DD54F7C20DA0A230088D191 /* apple2048.xcscheme in CopyFiles */,
|
||||
9DD54F6D20DA0A230088D191 /* createDiskImage in CopyFiles */,
|
||||
9DD54F6F20DA0A230088D191 /* DevApple.vii in CopyFiles */,
|
||||
9DD54F7120DA0A230088D191 /* dos33_template.dsk in CopyFiles */,
|
||||
9DD54F7720DA0A230088D191 /* tail.mk in CopyFiles */,
|
||||
9DD54F7920DA0A230088D191 /* V2Make.scpt in CopyFiles */,
|
||||
9DD54F7520DA0A230088D191 /* prodos_template.dsk in CopyFiles */,
|
||||
9DD54F7320DA0A230088D191 /* head.mk in CopyFiles */,
|
||||
9DD31A4122FE58C400F65886 /* prodos_template.dsk in CopyFiles */,
|
||||
9DD31A3722FE58C400F65886 /* bt in CopyFiles */,
|
||||
9DD31A3B22FE58C400F65886 /* dos33_template.dsk in CopyFiles */,
|
||||
9DD31A3522FE58C400F65886 /* createDiskImage in CopyFiles */,
|
||||
9DD31A4822FE58C400F65886 /* apple2048.xcscheme in CopyFiles */,
|
||||
9DD31A4522FE58C400F65886 /* V2Make.scpt in CopyFiles */,
|
||||
9DD31A3F22FE58C400F65886 /* head.mk in CopyFiles */,
|
||||
9DD31A3922FE58C400F65886 /* DevApple.vii in CopyFiles */,
|
||||
9DD31A3D22FE58C400F65886 /* errorFilter.sh in CopyFiles */,
|
||||
9DD31A4322FE58C400F65886 /* tail.mk in CopyFiles */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 1;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
9D3A3E892178357A00BE74C7 /* bastokenizer-tools-bt-0.2.0.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = "bastokenizer-tools-bt-0.2.0.jar"; path = "make/bastokenizer-tools-bt-0.2.0.jar"; sourceTree = "<group>"; };
|
||||
9D3A3E8A2178357A00BE74C7 /* bt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = bt; path = make/bt; sourceTree = "<group>"; };
|
||||
9D45ABB420E1E477008C3F16 /* errorFilter.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = errorFilter.sh; path = make/errorFilter.sh; sourceTree = "<group>"; };
|
||||
9DD54F6220DA0A230088D191 /* doNotBuild */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = doNotBuild; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9DD54F6720DA0A230088D191 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
||||
9DD54F6A20DA0A230088D191 /* AppleCommander.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = AppleCommander.jar; path = make/AppleCommander.jar; sourceTree = "<group>"; };
|
||||
9DD54F6C20DA0A230088D191 /* createDiskImage */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = createDiskImage; path = make/createDiskImage; sourceTree = "<group>"; };
|
||||
9DD54F6E20DA0A230088D191 /* DevApple.vii */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = DevApple.vii; path = make/DevApple.vii; sourceTree = "<group>"; };
|
||||
9DD54F7020DA0A230088D191 /* dos33_template.dsk */ = {isa = PBXFileReference; lastKnownFileType = file; name = dos33_template.dsk; path = make/dos33_template.dsk; sourceTree = "<group>"; };
|
||||
9DD54F7220DA0A230088D191 /* head.mk */ = {isa = PBXFileReference; lastKnownFileType = text; name = head.mk; path = make/head.mk; sourceTree = "<group>"; };
|
||||
9DD54F7420DA0A230088D191 /* prodos_template.dsk */ = {isa = PBXFileReference; lastKnownFileType = file; name = prodos_template.dsk; path = make/prodos_template.dsk; sourceTree = "<group>"; };
|
||||
9DD54F7620DA0A230088D191 /* tail.mk */ = {isa = PBXFileReference; lastKnownFileType = text; name = tail.mk; path = make/tail.mk; sourceTree = "<group>"; };
|
||||
9DD54F7820DA0A230088D191 /* V2Make.scpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = V2Make.scpt; path = make/V2Make.scpt; sourceTree = "<group>"; };
|
||||
9DD54F7B20DA0A230088D191 /* apple2048.xcscheme */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = apple2048.xcscheme; path = apple2048.xcodeproj/xcshareddata/xcschemes/apple2048.xcscheme; sourceTree = SOURCE_ROOT; };
|
||||
9DD54F8520DA0A3B0088D191 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
||||
9DD54F8620DA0A3C0088D191 /* apple2048.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = apple2048.png; sourceTree = "<group>"; };
|
||||
9DD54F8720DA0A4A0088D191 /* textpage.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = textpage.s; sourceTree = "<group>"; };
|
||||
9DD54F8820DA0A4A0088D191 /* game.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = game.c; sourceTree = "<group>"; };
|
||||
9DD54F8920DA0A4A0088D191 /* apple2048.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = apple2048.c; sourceTree = "<group>"; };
|
||||
9DD54F8A20DA0A4A0088D191 /* textpage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = textpage.h; sourceTree = "<group>"; };
|
||||
9DD54F8B20DA0A4A0088D191 /* anim.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = anim.c; sourceTree = "<group>"; };
|
||||
9DD54F8C20DA0A4A0088D191 /* ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ui.h; sourceTree = "<group>"; };
|
||||
9DD54F8D20DA0A4A0088D191 /* ui.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ui.c; sourceTree = "<group>"; };
|
||||
9DD54F8E20DA0A4A0088D191 /* game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = game.h; sourceTree = "<group>"; };
|
||||
9DD54F8F20DA0A4A0088D191 /* anim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = anim.h; sourceTree = "<group>"; };
|
||||
9DD31A2122FE58C400F65886 /* apple2048 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = apple2048; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9DD31A2422FE58C400F65886 /* apple2048.dsk */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = apple2048.dsk; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9DD31A2922FE58C400F65886 /* doNotBuild */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = doNotBuild; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9DD31A2D22FE58C400F65886 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
||||
9DD31A3022FE58C400F65886 /* AppleCommander.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = AppleCommander.jar; path = make/AppleCommander.jar; sourceTree = "<group>"; };
|
||||
9DD31A3222FE58C400F65886 /* bastokenizer-tools-bt-0.2.0.jar */ = {isa = PBXFileReference; lastKnownFileType = archive.jar; name = "bastokenizer-tools-bt-0.2.0.jar"; path = "make/bastokenizer-tools-bt-0.2.0.jar"; sourceTree = "<group>"; };
|
||||
9DD31A3422FE58C400F65886 /* createDiskImage */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = createDiskImage; path = make/createDiskImage; sourceTree = "<group>"; };
|
||||
9DD31A3622FE58C400F65886 /* bt */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = bt; path = make/bt; sourceTree = "<group>"; };
|
||||
9DD31A3822FE58C400F65886 /* DevApple.vii */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = DevApple.vii; path = make/DevApple.vii; sourceTree = "<group>"; };
|
||||
9DD31A3A22FE58C400F65886 /* dos33_template.dsk */ = {isa = PBXFileReference; lastKnownFileType = file; name = dos33_template.dsk; path = make/dos33_template.dsk; sourceTree = "<group>"; };
|
||||
9DD31A3C22FE58C400F65886 /* errorFilter.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; name = errorFilter.sh; path = make/errorFilter.sh; sourceTree = "<group>"; };
|
||||
9DD31A3E22FE58C400F65886 /* head.mk */ = {isa = PBXFileReference; lastKnownFileType = text; name = head.mk; path = make/head.mk; sourceTree = "<group>"; };
|
||||
9DD31A4022FE58C400F65886 /* prodos_template.dsk */ = {isa = PBXFileReference; lastKnownFileType = file; name = prodos_template.dsk; path = make/prodos_template.dsk; sourceTree = "<group>"; };
|
||||
9DD31A4222FE58C400F65886 /* tail.mk */ = {isa = PBXFileReference; lastKnownFileType = text; name = tail.mk; path = make/tail.mk; sourceTree = "<group>"; };
|
||||
9DD31A4422FE58C400F65886 /* V2Make.scpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = V2Make.scpt; path = make/V2Make.scpt; sourceTree = "<group>"; };
|
||||
9DD31A4722FE58C400F65886 /* apple2048.xcscheme */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = apple2048.xcscheme; path = apple2048.xcodeproj/xcshareddata/xcschemes/apple2048.xcscheme; sourceTree = SOURCE_ROOT; };
|
||||
9DD31A5722FE591B00F65886 /* apple2048.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = apple2048.png; sourceTree = "<group>"; };
|
||||
9DD31A5822FE591B00F65886 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
||||
9DD31A5922FE592E00F65886 /* ui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ui.h; sourceTree = "<group>"; };
|
||||
9DD31A5A22FE592E00F65886 /* textpage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = textpage.h; sourceTree = "<group>"; };
|
||||
9DD31A5B22FE592E00F65886 /* anim.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = anim.h; sourceTree = "<group>"; };
|
||||
9DD31A5C22FE592E00F65886 /* textpage.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = textpage.s; sourceTree = "<group>"; };
|
||||
9DD31A5D22FE592E00F65886 /* game.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = game.h; sourceTree = "<group>"; };
|
||||
9DD31A5E22FE592E00F65886 /* anim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = anim.c; sourceTree = "<group>"; };
|
||||
9DD31A5F22FE592E00F65886 /* ui.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ui.c; sourceTree = "<group>"; };
|
||||
9DD31A6022FE592E00F65886 /* game.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = game.c; sourceTree = "<group>"; };
|
||||
9DD31A6122FE592E00F65886 /* apple2048.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = apple2048.c; sourceTree = "<group>"; };
|
||||
9DD31A6722FE59FE00F65886 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
9DD54F5F20DA0A230088D191 /* Frameworks */ = {
|
||||
9DD31A2622FE58C400F65886 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
9DD54F6B20DA0A230088D191 /* AppleCommander.jar in Frameworks */,
|
||||
9D3A3E8B2178357A00BE74C7 /* bastokenizer-tools-bt-0.2.0.jar in Frameworks */,
|
||||
9DD31A3122FE58C400F65886 /* AppleCommander.jar in Frameworks */,
|
||||
9DD31A3322FE58C400F65886 /* bastokenizer-tools-bt-0.2.0.jar in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
9DD54F5820DA0A230088D191 = {
|
||||
9DD31A1A22FE58C400F65886 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9DD54F8620DA0A3C0088D191 /* apple2048.png */,
|
||||
9DD54F8520DA0A3B0088D191 /* README.md */,
|
||||
9DD54F6420DA0A230088D191 /* apple2048 */,
|
||||
9DD54F6320DA0A230088D191 /* Products */,
|
||||
9DD31A5722FE591B00F65886 /* apple2048.png */,
|
||||
9DD31A5822FE591B00F65886 /* README.md */,
|
||||
9DD31A6722FE59FE00F65886 /* LICENSE */,
|
||||
9DD31A2A22FE58C400F65886 /* apple2048 */,
|
||||
9DD31A2222FE58C400F65886 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9DD54F6320DA0A230088D191 /* Products */ = {
|
||||
9DD31A2222FE58C400F65886 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9DD54F6220DA0A230088D191 /* doNotBuild */,
|
||||
9DD31A2122FE58C400F65886 /* apple2048 */,
|
||||
9DD31A2422FE58C400F65886 /* apple2048.dsk */,
|
||||
9DD31A2922FE58C400F65886 /* doNotBuild */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9DD54F6420DA0A230088D191 /* apple2048 */ = {
|
||||
9DD31A2A22FE58C400F65886 /* apple2048 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9DD54F6720DA0A230088D191 /* Makefile */,
|
||||
9DD54F8B20DA0A4A0088D191 /* anim.c */,
|
||||
9DD54F8F20DA0A4A0088D191 /* anim.h */,
|
||||
9DD54F8920DA0A4A0088D191 /* apple2048.c */,
|
||||
9DD54F8820DA0A4A0088D191 /* game.c */,
|
||||
9DD54F8E20DA0A4A0088D191 /* game.h */,
|
||||
9DD54F8A20DA0A4A0088D191 /* textpage.h */,
|
||||
9DD54F8720DA0A4A0088D191 /* textpage.s */,
|
||||
9DD54F8D20DA0A4A0088D191 /* ui.c */,
|
||||
9DD54F8C20DA0A4A0088D191 /* ui.h */,
|
||||
9DD54F6920DA0A230088D191 /* make */,
|
||||
9DD54F7A20DA0A230088D191 /* Supporting Files */,
|
||||
9DD31A2D22FE58C400F65886 /* Makefile */,
|
||||
9DD31A5E22FE592E00F65886 /* anim.c */,
|
||||
9DD31A5B22FE592E00F65886 /* anim.h */,
|
||||
9DD31A6122FE592E00F65886 /* apple2048.c */,
|
||||
9DD31A6022FE592E00F65886 /* game.c */,
|
||||
9DD31A5D22FE592E00F65886 /* game.h */,
|
||||
9DD31A5A22FE592E00F65886 /* textpage.h */,
|
||||
9DD31A5C22FE592E00F65886 /* textpage.s */,
|
||||
9DD31A5F22FE592E00F65886 /* ui.c */,
|
||||
9DD31A5922FE592E00F65886 /* ui.h */,
|
||||
9DD31A2F22FE58C400F65886 /* make */,
|
||||
9DD31A4622FE58C400F65886 /* Supporting Files */,
|
||||
);
|
||||
path = apple2048;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9DD54F6920DA0A230088D191 /* make */ = {
|
||||
9DD31A2F22FE58C400F65886 /* make */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9DD54F6A20DA0A230088D191 /* AppleCommander.jar */,
|
||||
9D3A3E892178357A00BE74C7 /* bastokenizer-tools-bt-0.2.0.jar */,
|
||||
9D3A3E8A2178357A00BE74C7 /* bt */,
|
||||
9DD54F6C20DA0A230088D191 /* createDiskImage */,
|
||||
9DD54F6E20DA0A230088D191 /* DevApple.vii */,
|
||||
9DD54F7020DA0A230088D191 /* dos33_template.dsk */,
|
||||
9D45ABB420E1E477008C3F16 /* errorFilter.sh */,
|
||||
9DD54F7220DA0A230088D191 /* head.mk */,
|
||||
9DD54F7420DA0A230088D191 /* prodos_template.dsk */,
|
||||
9DD54F7620DA0A230088D191 /* tail.mk */,
|
||||
9DD54F7820DA0A230088D191 /* V2Make.scpt */,
|
||||
9DD31A3022FE58C400F65886 /* AppleCommander.jar */,
|
||||
9DD31A3222FE58C400F65886 /* bastokenizer-tools-bt-0.2.0.jar */,
|
||||
9DD31A3422FE58C400F65886 /* createDiskImage */,
|
||||
9DD31A3622FE58C400F65886 /* bt */,
|
||||
9DD31A3822FE58C400F65886 /* DevApple.vii */,
|
||||
9DD31A3A22FE58C400F65886 /* dos33_template.dsk */,
|
||||
9DD31A3C22FE58C400F65886 /* errorFilter.sh */,
|
||||
9DD31A3E22FE58C400F65886 /* head.mk */,
|
||||
9DD31A4022FE58C400F65886 /* prodos_template.dsk */,
|
||||
9DD31A4222FE58C400F65886 /* tail.mk */,
|
||||
9DD31A4422FE58C400F65886 /* V2Make.scpt */,
|
||||
);
|
||||
name = make;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9DD54F7A20DA0A230088D191 /* Supporting Files */ = {
|
||||
9DD31A4622FE58C400F65886 /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9DD54F7B20DA0A230088D191 /* apple2048.xcscheme */,
|
||||
9DD31A4722FE58C400F65886 /* apple2048.xcscheme */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
@ -152,10 +162,10 @@
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXLegacyTarget section */
|
||||
9DD54F5D20DA0A230088D191 /* apple2048 */ = {
|
||||
9DD31A1F22FE58C400F65886 /* apple2048 */ = {
|
||||
isa = PBXLegacyTarget;
|
||||
buildArgumentsString = "-C apple2048 $(ACTION)";
|
||||
buildConfigurationList = 9DD54F7F20DA0A230088D191 /* Build configuration list for PBXLegacyTarget "apple2048" */;
|
||||
buildConfigurationList = 9DD31A4B22FE58C400F65886 /* Build configuration list for PBXLegacyTarget "apple2048" */;
|
||||
buildPhases = (
|
||||
);
|
||||
buildToolPath = /usr/bin/make;
|
||||
@ -168,13 +178,41 @@
|
||||
/* End PBXLegacyTarget section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
9DD54F6120DA0A230088D191 /* doNotBuild */ = {
|
||||
9DD31A2022FE58C400F65886 /* Binary */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 9DD54F8220DA0A230088D191 /* Build configuration list for PBXNativeTarget "doNotBuild" */;
|
||||
buildConfigurationList = 9DD31A4E22FE58C400F65886 /* Build configuration list for PBXNativeTarget "Binary" */;
|
||||
buildPhases = (
|
||||
9DD54F5E20DA0A230088D191 /* Sources */,
|
||||
9DD54F5F20DA0A230088D191 /* Frameworks */,
|
||||
9DD54F6020DA0A230088D191 /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = Binary;
|
||||
productName = Binary;
|
||||
productReference = 9DD31A2122FE58C400F65886 /* apple2048 */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
9DD31A2322FE58C400F65886 /* DiskImage */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 9DD31A5122FE58C400F65886 /* Build configuration list for PBXNativeTarget "DiskImage" */;
|
||||
buildPhases = (
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = DiskImage;
|
||||
productName = DiskImage;
|
||||
productReference = 9DD31A2422FE58C400F65886 /* apple2048.dsk */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
9DD31A2822FE58C400F65886 /* doNotBuild */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 9DD31A5422FE58C400F65886 /* Build configuration list for PBXNativeTarget "doNotBuild" */;
|
||||
buildPhases = (
|
||||
9DD31A2522FE58C400F65886 /* Sources */,
|
||||
9DD31A2622FE58C400F65886 /* Frameworks */,
|
||||
9DD31A2722FE58C400F65886 /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
@ -182,62 +220,70 @@
|
||||
);
|
||||
name = doNotBuild;
|
||||
productName = doNotBuild;
|
||||
productReference = 9DD54F6220DA0A230088D191 /* doNotBuild */;
|
||||
productReference = 9DD31A2922FE58C400F65886 /* doNotBuild */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
9DD54F5920DA0A230088D191 /* Project object */ = {
|
||||
9DD31A1B22FE58C400F65886 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0940;
|
||||
LastUpgradeCheck = 1030;
|
||||
ORGANIZATIONNAME = "Jeremy Rand";
|
||||
TargetAttributes = {
|
||||
9DD54F5D20DA0A230088D191 = {
|
||||
CreatedOnToolsVersion = 9.4.1;
|
||||
9DD31A1F22FE58C400F65886 = {
|
||||
CreatedOnToolsVersion = 10.3;
|
||||
};
|
||||
9DD54F6120DA0A230088D191 = {
|
||||
CreatedOnToolsVersion = 9.4.1;
|
||||
9DD31A2022FE58C400F65886 = {
|
||||
CreatedOnToolsVersion = 10.3;
|
||||
};
|
||||
9DD31A2322FE58C400F65886 = {
|
||||
CreatedOnToolsVersion = 10.3;
|
||||
};
|
||||
9DD31A2822FE58C400F65886 = {
|
||||
CreatedOnToolsVersion = 10.3;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 9DD54F5C20DA0A230088D191 /* Build configuration list for PBXProject "apple2048" */;
|
||||
buildConfigurationList = 9DD31A1E22FE58C400F65886 /* Build configuration list for PBXProject "apple2048" */;
|
||||
compatibilityVersion = "Xcode 9.3";
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = 9DD54F5820DA0A230088D191;
|
||||
productRefGroup = 9DD54F6320DA0A230088D191 /* Products */;
|
||||
mainGroup = 9DD31A1A22FE58C400F65886;
|
||||
productRefGroup = 9DD31A2222FE58C400F65886 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
9DD54F5D20DA0A230088D191 /* apple2048 */,
|
||||
9DD54F6120DA0A230088D191 /* doNotBuild */,
|
||||
9DD31A1F22FE58C400F65886 /* apple2048 */,
|
||||
9DD31A2022FE58C400F65886 /* Binary */,
|
||||
9DD31A2322FE58C400F65886 /* DiskImage */,
|
||||
9DD31A2822FE58C400F65886 /* doNotBuild */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
9DD54F5E20DA0A230088D191 /* Sources */ = {
|
||||
9DD31A2522FE58C400F65886 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
9DD54F9320DA0A4A0088D191 /* anim.c in Sources */,
|
||||
9DD54F9420DA0A4A0088D191 /* ui.c in Sources */,
|
||||
9DD54F9220DA0A4A0088D191 /* apple2048.c in Sources */,
|
||||
9DD54F9120DA0A4A0088D191 /* game.c in Sources */,
|
||||
9DD54F6820DA0A230088D191 /* Makefile in Sources */,
|
||||
9DD54F9020DA0A4A0088D191 /* textpage.s in Sources */,
|
||||
9DD31A6422FE592E00F65886 /* anim.c in Sources */,
|
||||
9DD31A6322FE592E00F65886 /* game.c in Sources */,
|
||||
9DD31A2E22FE58C400F65886 /* Makefile in Sources */,
|
||||
9DD31A6622FE592E00F65886 /* textpage.s in Sources */,
|
||||
9DD31A6522FE592E00F65886 /* apple2048.c in Sources */,
|
||||
9DD31A6222FE592E00F65886 /* ui.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
9DD54F7D20DA0A230088D191 /* Debug */ = {
|
||||
9DD31A4922FE58C400F65886 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
@ -287,12 +333,13 @@
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
9DD54F7E20DA0A230088D191 /* Release */ = {
|
||||
9DD31A4A22FE58C400F65886 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
@ -337,10 +384,11 @@
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
9DD54F8020DA0A230088D191 /* Debug */ = {
|
||||
9DD31A4C22FE58C400F65886 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
@ -355,7 +403,7 @@
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
9DD54F8120DA0A230088D191 /* Release */ = {
|
||||
9DD31A4D22FE58C400F65886 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
@ -367,24 +415,66 @@
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
9DD54F8320DA0A230088D191 /* Debug */ = {
|
||||
9DD31A4F22FE58C400F65886 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = VD9FGCW36C;
|
||||
PRODUCT_NAME = apple2048;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
9DD31A5022FE58C400F65886 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = VD9FGCW36C;
|
||||
PRODUCT_NAME = apple2048;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
9DD31A5222FE58C400F65886 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = VD9FGCW36C;
|
||||
PRODUCT_NAME = apple2048.dsk;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
9DD31A5322FE58C400F65886 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = VD9FGCW36C;
|
||||
PRODUCT_NAME = apple2048.dsk;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
9DD31A5522FE58C400F65886 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = VD9FGCW36C;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = "__fastcall__=\"\"";
|
||||
HEADER_SEARCH_PATHS = /usr/local/lib/cc65/include;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$TEMP_ROOT/apple2048.build/$CONFIGURATION/apple2048.build/DerivedSources,
|
||||
/usr/local/share/cc65/include,
|
||||
);
|
||||
PRODUCT_NAME = doNotBuild;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
9DD54F8420DA0A230088D191 /* Release */ = {
|
||||
9DD31A5622FE58C400F65886 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
DEVELOPMENT_TEAM = VD9FGCW36C;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = "__fastcall__=\"\"";
|
||||
HEADER_SEARCH_PATHS = /usr/local/lib/cc65/include;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$TEMP_ROOT/apple2048.build/$CONFIGURATION/apple2048.build/DerivedSources,
|
||||
/usr/local/share/cc65/include,
|
||||
);
|
||||
PRODUCT_NAME = doNotBuild;
|
||||
};
|
||||
name = Release;
|
||||
@ -392,34 +482,52 @@
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
9DD54F5C20DA0A230088D191 /* Build configuration list for PBXProject "apple2048" */ = {
|
||||
9DD31A1E22FE58C400F65886 /* Build configuration list for PBXProject "apple2048" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
9DD54F7D20DA0A230088D191 /* Debug */,
|
||||
9DD54F7E20DA0A230088D191 /* Release */,
|
||||
9DD31A4922FE58C400F65886 /* Debug */,
|
||||
9DD31A4A22FE58C400F65886 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
9DD54F7F20DA0A230088D191 /* Build configuration list for PBXLegacyTarget "apple2048" */ = {
|
||||
9DD31A4B22FE58C400F65886 /* Build configuration list for PBXLegacyTarget "apple2048" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
9DD54F8020DA0A230088D191 /* Debug */,
|
||||
9DD54F8120DA0A230088D191 /* Release */,
|
||||
9DD31A4C22FE58C400F65886 /* Debug */,
|
||||
9DD31A4D22FE58C400F65886 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
9DD54F8220DA0A230088D191 /* Build configuration list for PBXNativeTarget "doNotBuild" */ = {
|
||||
9DD31A4E22FE58C400F65886 /* Build configuration list for PBXNativeTarget "Binary" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
9DD54F8320DA0A230088D191 /* Debug */,
|
||||
9DD54F8420DA0A230088D191 /* Release */,
|
||||
9DD31A4F22FE58C400F65886 /* Debug */,
|
||||
9DD31A5022FE58C400F65886 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
9DD31A5122FE58C400F65886 /* Build configuration list for PBXNativeTarget "DiskImage" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
9DD31A5222FE58C400F65886 /* Debug */,
|
||||
9DD31A5322FE58C400F65886 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
9DD31A5422FE58C400F65886 /* Build configuration list for PBXNativeTarget "doNotBuild" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
9DD31A5522FE58C400F65886 /* Debug */,
|
||||
9DD31A5622FE58C400F65886 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 9DD54F5920DA0A230088D191 /* Project object */;
|
||||
rootObject = 9DD31A1B22FE58C400F65886 /* Project object */;
|
||||
}
|
||||
|
Binary file not shown.
@ -64,6 +64,18 @@
|
||||
argument = "$PROJECT_DIR/apple2048"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
<CommandLineArgument
|
||||
argument = "OBJECT_FILE_DIR=$OBJECT_FILE_DIR"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
<CommandLineArgument
|
||||
argument = "DERIVED_SOURCES_DIR=$DERIVED_SOURCES_DIR"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
<CommandLineArgument
|
||||
argument = "TARGET_BUILD_DIR=$TARGET_BUILD_DIR"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
<CommandLineArgument
|
||||
argument = "execute"
|
||||
isEnabled = "YES">
|
||||
|
@ -4,15 +4,25 @@
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>Binary.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
<key>DiskImage.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>2</integer>
|
||||
</dict>
|
||||
<key>apple2048.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
<key>doNotBuild.xcscheme</key>
|
||||
<key>doNotBuild.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>1</integer>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
@ -52,7 +52,8 @@ CPU = 65816
|
||||
# will only produce 8-bit code.
|
||||
|
||||
# Add any other directories where you are putting C or assembly source
|
||||
# files to this list:
|
||||
# files to this list. Note that if you are generating source files into
|
||||
# $(GENDIR), you should add $(GENDIR) to SRCDIRS here:
|
||||
SRCDIRS+=
|
||||
|
||||
# If you have a non-standard cc65 install, you may need to change
|
||||
@ -236,6 +237,9 @@ COPYDIRS=
|
||||
# files for example. You can generate data files. Whatever you
|
||||
# might need.
|
||||
#
|
||||
# You should generate these files in the $(GENDIR) directory or
|
||||
# within a subdirectory under $(GENDIR) which you create yourself.
|
||||
#
|
||||
# All of your commands associated with a rule _must_ start with a tab
|
||||
# character. Xcode makes it a bit tough to type a tab character by
|
||||
# default. Press option-tab within Xcode to insert a tab character.
|
||||
|
Binary file not shown.
Binary file not shown.
@ -7,7 +7,7 @@ merlinStartAddr() {
|
||||
|
||||
if [ $# -lt 5 ]
|
||||
then
|
||||
echo USAGE: $0 '<AppleCommander> <machine> <diskimage> <binary>'
|
||||
echo USAGE: $0 '<AppleCommander> <machine> <diskimage> <binary> <startaddress> <otherfilesordirs...>'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -318,7 +318,7 @@ do
|
||||
# to copy to the disk image.
|
||||
if [ -f "$ITEM" ] && echo "$ITEM" | grep '\.tok$' > /dev/null
|
||||
then
|
||||
DESTFILE=`echo "$ITEM" | sed 's/\.tok$//'`
|
||||
DESTFILE=`basename "$ITEM" | sed 's/\.tok$//'`
|
||||
"$JAVA" -jar "$APPLECOMMANDER" -p "$DISKIMAGE" "$DESTFILE" "$BASICFILETYPE" 0x801 < "$ITEM"
|
||||
continue
|
||||
fi
|
||||
@ -363,9 +363,9 @@ do
|
||||
# If the file type is text, convert the line feeds to carriage return
|
||||
if [ $FILETYPE = txt ] || [ $FILETYPE = T ]
|
||||
then
|
||||
tr '\n' '\r' < $FILE | "$JAVA" -jar "$OLDPWD/$APPLECOMMANDER" $TRANSFERARG "$OLDPWD/$DISKIMAGE" "$DESTFILE" $FILETYPE
|
||||
tr '\n' '\r' < $FILE | "$JAVA" -jar "$OLDPWD/$APPLECOMMANDER" $TRANSFERARG "$DISKIMAGE" "$DESTFILE" $FILETYPE
|
||||
else
|
||||
"$JAVA" -jar "$OLDPWD/$APPLECOMMANDER" $TRANSFERARG "$OLDPWD/$DISKIMAGE" "$DESTFILE" $FILETYPE < $FILE
|
||||
"$JAVA" -jar "$OLDPWD/$APPLECOMMANDER" $TRANSFERARG "$DISKIMAGE" "$DESTFILE" $FILETYPE < $FILE
|
||||
fi
|
||||
done
|
||||
|
||||
|
@ -35,7 +35,7 @@ while (<FILE>) {
|
||||
$file =~ s/\.s$/.c/;
|
||||
}
|
||||
|
||||
$_ = "$pwd/$file:$lineno:0: Error: $unresolvedRefError";
|
||||
$_ = "$pwd/$file:$lineno:0: error: $unresolvedRefError";
|
||||
} else {
|
||||
$unresolvedRefError = undef;
|
||||
}
|
||||
@ -49,7 +49,7 @@ while (<FILE>) {
|
||||
my $lineno = $2;
|
||||
my $error = $3;
|
||||
|
||||
$_ = "$pwd/$file:$lineno:0:$error";
|
||||
$_ = "$pwd/$file:$lineno:0: error: $error";
|
||||
}
|
||||
print STDERR "$_\n";
|
||||
}
|
||||
|
@ -24,20 +24,47 @@ CC65=$(CC65_BIN)/cc65
|
||||
CO65=$(CC65_BIN)/co65
|
||||
|
||||
MERLIN_DIR=/usr/local
|
||||
MERLIN_BIN=$(MERLIN_DIR)/bin/Merlin32
|
||||
MERLIN_LIB=$(MERLIN_DIR)/lib/Merlin
|
||||
export MERLIN_BIN=$(MERLIN_DIR)/bin/Merlin32
|
||||
export MERLIN_LIB=$(MERLIN_DIR)/lib/Merlin
|
||||
MERLIN_ASM=make/merlin-asm
|
||||
|
||||
AC=make/AppleCommander.jar
|
||||
|
||||
SRCDIRS=.
|
||||
|
||||
# Check for Xcode build variables for the locations of build outputs and fall back
|
||||
# to the current directory if not set.
|
||||
ifeq ($(OBJECT_FILE_DIR),)
|
||||
OBJDIR=.
|
||||
else
|
||||
export OBJECT_FILE_DIR
|
||||
OBJDIR=$(OBJECT_FILE_DIR)
|
||||
endif
|
||||
|
||||
ifeq ($(DERIVED_SOURCES_DIR),)
|
||||
GENDIR=.
|
||||
else
|
||||
export DERIVED_SOURCES_DIR
|
||||
GENDIR=$(DERIVED_SOURCES_DIR)
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_BUILD_DIR),)
|
||||
TARGETDIR=.
|
||||
else
|
||||
export TARGET_BUILD_DIR
|
||||
TARGETDIR=$(TARGET_BUILD_DIR)
|
||||
endif
|
||||
|
||||
|
||||
MACHINE=apple2
|
||||
CPU=6502
|
||||
CFLAGS=
|
||||
ASMFLAGS=
|
||||
LDFLAGS=
|
||||
DRIVERS=
|
||||
DRVDIR=drivers
|
||||
DRVDIR=$(GENDIR)/drivers
|
||||
|
||||
MKDIR=mkdir -p
|
||||
|
||||
XCODE_PATH=/Applications/Xcode.app
|
||||
XCODE_INFO=$(XCODE_PATH)/Contents/Info.plist
|
||||
|
@ -14,12 +14,14 @@ BUILD_TYPE := $(shell if echo $(MACHINE) | grep -q -- -basic; then echo basic; e
|
||||
|
||||
CWD=$(shell pwd)
|
||||
|
||||
DISKIMAGE=$(PGM).dsk
|
||||
DISKIMAGE=$(TARGETDIR)/$(PGM).dsk
|
||||
|
||||
EXECCMD=
|
||||
|
||||
BASIC_SRCS=$(patsubst ./%, %, $(wildcard $(addsuffix /*.bas, $(SRCDIRS))))
|
||||
BASIC_OBJS=$(BASIC_SRCS:.bas=.tok)
|
||||
vpath $(GENDIR)
|
||||
|
||||
BASIC_SRCS=$(patsubst $(GENDIR)/%, %, $(patsubst ./%, %, $(wildcard $(addsuffix /*.bas, $(SRCDIRS)))))
|
||||
BASIC_OBJS=$(patsubst %.bas, $(TARGETDIR)/%.tok, $(BASIC_SRCS))
|
||||
|
||||
ifeq ($(BUILD_TYPE),cc65)
|
||||
export PATH := $(PATH):$(CC65_BIN)
|
||||
@ -33,50 +35,37 @@ ifeq ($(BUILD_TYPE),cc65)
|
||||
BASE_MACHINE = apple2enh
|
||||
endif
|
||||
|
||||
CC65_VERSION := $(shell $(CC65) --version 2>&1 | grep '^cc65 V')
|
||||
export CC65_SUPPORTS_APPLE_SINGLE=1
|
||||
CC65_CREATE_DEP_ARG=--create-dep $(@:.o=.u)
|
||||
CC65_LIST_ARG=-l $(@:.o=.lst)
|
||||
CC65_DRV_DIR=$(CC65_HOME)/target/$(BASE_MACHINE)/drv
|
||||
|
||||
ifeq ($(CC65_VERSION),cc65 V2.13.3)
|
||||
export CC65_SUPPORTS_APPLE_SINGLE=0
|
||||
CC65_CREATE_DEP_ARG=--create-dep
|
||||
CC65_LIST_ARG=-l
|
||||
CC65_DRV_DIR=$(CC65_HOME)
|
||||
|
||||
MACHCONFIG= -t $(BASE_MACHINE)
|
||||
ifeq ($(filter $(MACHINE), apple2 apple2enh),)
|
||||
MACHCONFIG += -C $(MACHINE).cfg
|
||||
endif
|
||||
MACHCONFIG= -t $(BASE_MACHINE)
|
||||
ifneq ($(filter $(MACHINE), apple2-system apple2enh-system),)
|
||||
MACHCONFIG += -C $(BASE_MACHINE)-system.cfg
|
||||
else
|
||||
export CC65_SUPPORTS_APPLE_SINGLE=1
|
||||
CC65_CREATE_DEP_ARG=--create-dep $(@:.o=.u)
|
||||
CC65_LIST_ARG=-l $(@:.o=.lst)
|
||||
CC65_DRV_DIR=$(CC65_HOME)/target/$(BASE_MACHINE)/drv
|
||||
|
||||
MACHCONFIG= -t $(BASE_MACHINE)
|
||||
ifneq ($(filter $(MACHINE), apple2-system apple2enh-system),)
|
||||
MACHCONFIG += -C $(BASE_MACHINE)-system.cfg
|
||||
ifeq ($(PROJECT_TYPE),ca65)
|
||||
MACHCONFIG += -C $(BASE_MACHINE)-asm.cfg
|
||||
LDFLAGS += -u __EXEHDR__
|
||||
else
|
||||
ifeq ($(PROJECT_TYPE),ca65)
|
||||
MACHCONFIG += -C $(BASE_MACHINE)-asm.cfg
|
||||
LDFLAGS += -u __EXEHDR__
|
||||
else
|
||||
MACHCONFIG += -C $(BASE_MACHINE).cfg
|
||||
endif
|
||||
endif
|
||||
MACHCONFIG += -C $(BASE_MACHINE).cfg
|
||||
endif
|
||||
endif
|
||||
|
||||
CFLAGS+=-I $(GENDIR)
|
||||
ifneq ($(DRIVERS),)
|
||||
SRCDIRS+=$(DRVDIR)
|
||||
endif
|
||||
|
||||
C_SRCS=$(patsubst ./%, %, $(wildcard $(addsuffix /*.c, $(SRCDIRS))))
|
||||
C_OBJS=$(C_SRCS:.c=.o)
|
||||
C_DEPS=$(C_SRCS:.c=.u)
|
||||
C_SRCS=$(patsubst $(GENDIR)/%, %, $(patsubst ./%, %, $(wildcard $(addsuffix /*.c, $(SRCDIRS)))))
|
||||
C_OBJS=$(patsubst %.c, $(OBJDIR)/%.o, $(C_SRCS))
|
||||
C_DEPS=$(patsubst %.c, $(OBJDIR)/%.u, $(C_SRCS))
|
||||
|
||||
ASM_SRCS=$(patsubst ./%, %, $(wildcard $(addsuffix /*.s, $(SRCDIRS))))
|
||||
ASM_OBJS=$(ASM_SRCS:.s=.o)
|
||||
ASM_LSTS=$(ASM_SRCS:.s=.lst)
|
||||
ASM_SRCS=$(patsubst $(GENDIR)/%, %, $(patsubst ./%, %, $(wildcard $(addsuffix /*.s, $(SRCDIRS)))))
|
||||
ASM_OBJS=$(patsubst %.s, $(OBJDIR)/%.o, $(ASM_SRCS))
|
||||
ASM_LSTS=$(patsubst %.s, $(OBJDIR)/%.lst, $(ASM_SRCS))
|
||||
|
||||
MAPFILE=$(PGM).map
|
||||
MAPFILE=$(TARGETDIR)/$(PGM).map
|
||||
|
||||
ifneq ($(START_ADDR),)
|
||||
# If the MACHINE is set to an option which does not support a variable
|
||||
@ -113,7 +102,7 @@ endif
|
||||
|
||||
ifeq ($(BUILD_TYPE),merlin)
|
||||
ASM_SRCS=$(patsubst ./%, %, $(wildcard $(addsuffix /*.s, $(SRCDIRS))))
|
||||
MAPFILE=_Output.txt
|
||||
MAPFILE=$(TARGETDIR)/_Output.txt
|
||||
EXECCMD=$(shell echo brun $(PGM) | tr '[a-z]' '[A-Z]')
|
||||
endif
|
||||
|
||||
@ -122,7 +111,7 @@ ifeq ($(BUILD_TYPE),basic)
|
||||
EXECCMD=$(shell echo run $(PGM) | tr '[a-z]' '[A-Z]')
|
||||
endif
|
||||
|
||||
OBJS=$(C_OBJS) $(ASM_OBJS) $(BASIC_OBJS)
|
||||
OBJS=$(C_OBJS) $(ASM_OBJS)
|
||||
|
||||
ALLTARGET=$(DISKIMAGE)
|
||||
|
||||
@ -131,13 +120,14 @@ ALLTARGET=$(DISKIMAGE)
|
||||
|
||||
build: $(ALLTARGET)
|
||||
|
||||
$(DISKIMAGE): $(PGM)
|
||||
make/createDiskImage $(AC) $(MACHINE) "$(DISKIMAGE)" "$(PGM)" "$(START_ADDR)" $(BASIC_OBJS) $(COPYDIRS)
|
||||
$(DISKIMAGE): $(TARGETDIR)/$(PGM) $(BASIC_OBJS)
|
||||
make/createDiskImage $(AC) $(MACHINE) "$(DISKIMAGE)" "$(TARGETDIR)/$(PGM)" "$(START_ADDR)" $(BASIC_OBJS) $(COPYDIRS)
|
||||
|
||||
execute: $(DISKIMAGE)
|
||||
osascript make/V2Make.scpt "$(CWD)" "$(PGM)" "$(CWD)/make/DevApple.vii" "$(EXECCMD)"
|
||||
osascript make/V2Make.scpt "$(TARGETDIR)" "$(PGM)" "$(CWD)/make/DevApple.vii" "$(EXECCMD)"
|
||||
|
||||
%.tok: %.bas
|
||||
$(TARGETDIR)/%.tok: %.bas
|
||||
$(MKDIR) `dirname $@`
|
||||
make/bt $< $(BASICFLAGS) -o $@
|
||||
|
||||
ifneq ($(DRIVERS),)
|
||||
@ -150,7 +140,7 @@ cleandrivers:
|
||||
endif
|
||||
|
||||
clean: genclean cleandrivers
|
||||
rm -f "$(PGM)" $(OBJS) $(C_DEPS) $(MAPFILE) $(ASM_LSTS) "$(DISKIMAGE)"
|
||||
rm -f "$(TARGETDIR)/$(PGM)" $(OBJS) $(BASIC_OBJS) $(C_DEPS) $(MAPFILE) $(ASM_LSTS) "$(DISKIMAGE)"
|
||||
|
||||
cleanMacCruft:
|
||||
rm -rf pkg
|
||||
@ -165,10 +155,10 @@ xcodefix:
|
||||
ifeq ($(BUILD_TYPE),basic)
|
||||
# Build rules for BASIC projects
|
||||
|
||||
$(PGM): $(OBJS)
|
||||
cp $(PGM).tok $(PGM)
|
||||
$(TARGETDIR)/$(PGM): $(BASIC_OBJS)
|
||||
cp $(TARGETDIR)/$(PGM).tok $(TARGETDIR)/$(PGM)
|
||||
|
||||
$(OBJS): Makefile
|
||||
$(BASIC_OBJS): Makefile
|
||||
|
||||
|
||||
endif
|
||||
@ -177,9 +167,10 @@ endif
|
||||
ifeq ($(BUILD_TYPE),merlin)
|
||||
# Build rules for Merlin projects
|
||||
|
||||
$(PGM): $(ASM_SRCS) Makefile
|
||||
$(MERLIN_BIN) -V $(MERLIN_LIB) linkscript.s
|
||||
rm -f _FileInformation.txt
|
||||
$(TARGETDIR)/$(PGM): $(ASM_SRCS) Makefile
|
||||
$(MKDIR) $(TARGETDIR)
|
||||
rm -f $(TARGETDIR)/$(PGM)
|
||||
$(MERLIN_ASM) linkscript.s $(PGM) $(TARGETDIR)/$(PGM)
|
||||
|
||||
endif
|
||||
|
||||
@ -187,17 +178,30 @@ endif
|
||||
ifeq ($(BUILD_TYPE),cc65)
|
||||
# Build rules for cc65 projects
|
||||
|
||||
$(PGM): $(OBJS)
|
||||
make/errorFilter.sh $(CL65) $(MACHCONFIG) --mapfile $(MAPFILE) $(LDFLAGS) -o "$(PGM)" $(OBJS)
|
||||
$(TARGETDIR)/$(PGM): $(OBJS)
|
||||
$(MKDIR) `dirname $@`
|
||||
make/errorFilter.sh $(CL65) $(MACHCONFIG) --mapfile $(MAPFILE) $(LDFLAGS) -o "$(TARGETDIR)/$(PGM)" $(OBJS)
|
||||
|
||||
$(OBJS): Makefile
|
||||
|
||||
%.o: %.c
|
||||
$(OBJDIR)/%.o: %.c
|
||||
$(MKDIR) `dirname $@`
|
||||
make/errorFilter.sh $(CL65) $(MACHCONFIG) $(CFLAGS) $(CC65_CREATE_DEP_ARG) -c -o $@ $<
|
||||
sed -i .bak 's/\.s:/.o:/' $(@:.o=.u)
|
||||
rm -f $(@:.o=.u).bak
|
||||
|
||||
%.o: %.s
|
||||
$(OBJDIR)/%.o: $(GENDIR)/%.c
|
||||
$(MKDIR) `dirname $@`
|
||||
make/errorFilter.sh $(CL65) $(MACHCONFIG) $(CFLAGS) $(CC65_CREATE_DEP_ARG) -c -o $@ $<
|
||||
sed -i .bak 's/\.s:/.o:/' $(@:.o=.u)
|
||||
rm -f $(@:.o=.u).bak
|
||||
|
||||
$(OBJDIR)/%.o: %.s
|
||||
$(MKDIR) `dirname $@`
|
||||
make/errorFilter.sh $(CL65) $(MACHCONFIG) --cpu $(CPU) $(ASMFLAGS) $(CC65_LIST_ARG) -c -o $@ $<
|
||||
|
||||
$(OBJDIR)/%.o: $(GENDIR)/%.s
|
||||
$(MKDIR) `dirname $@`
|
||||
make/errorFilter.sh $(CL65) $(MACHCONFIG) --cpu $(CPU) $(ASMFLAGS) $(CC65_LIST_ARG) -c -o $@ $<
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user