Visual Studio makefile solution to build Apple II projects with Merlin32
Go to file
Olivier Guinart e18c3baaec First commit 2016-12-28 15:12:02 -08:00
.gitignore Initial commit 2016-12-28 14:41:12 -08:00
HelloWorld.s First commit 2016-12-28 15:12:02 -08:00
HelloWorld.sln First commit 2016-12-28 15:12:02 -08:00
HelloWorld.vcxproj First commit 2016-12-28 15:12:02 -08:00
LICENSE Initial commit 2016-12-28 14:41:12 -08:00
MAKEFILE First commit 2016-12-28 15:12:02 -08:00
Merlin32BuildSolution.gif First commit 2016-12-28 15:12:02 -08:00
README.md First commit 2016-12-28 15:12:02 -08:00

README.md

Merlin32BuildSolution

Visual Studio makefile solution to build Apple II projects with Merlin32.

This is a boilerplate VS solution to jumpstart Merlin32 projects development. The most important file is MAKEFILE: this is where you set your paths to your local tools, e.g. AppleWin, prodos.dsk, Merlin32, AppleCommander, GSPort, etc...