A build pipeline (with sample project) for making Apple ][ software on OS X.
Go to file
Jeremy Rand beab794f5e Move to an XCode project template 2014-09-29 22:01:18 -04:00
make Move to an XCode project template 2014-09-29 22:01:18 -04:00
.gitignore Break up the Makefile into a header, footer and a user customizable body which drives the configuration of the build. This helps to hide some of the nastiness of the rules which isn’t that important to the average developer. Support more than one C file and more than one assembly file and link it all together. Put the disk image into a template file and change the rule to copy and modify it as necessary. Add a Virtual ][ machine to the repository which will (eventually) be launched by the Applescript rather than just using the top window in the app. 2014-09-05 00:10:59 -04:00
LICENSE Initial commit 2014-08-29 12:03:43 -07:00
Makefile Move to an XCode project template 2014-09-29 22:01:18 -04:00
README.md - Initial commit 2014-08-29 12:10:50 -07:00
TemplateInfo.plist Move to an XCode project template 2014-09-29 22:01:18 -04:00
main.c Move to an XCode project template 2014-09-29 22:01:18 -04:00

README.md

Apple2BuildPipeline

A build pipeline (with sample project) for making Apple ][ software on OS X.

If you have Virtual ][ installed and running, just hit Cmd-B in Xcode to see this pipeline in action.

For complete instructions and information on how it works, go to: http://quinndunki.com/blondihacks/?p=1904