Dynamically reconfiguring for Mac vs. Windows (untested in Windows/Cygwin). Still have personal paths hard-coded.

This commit is contained in:
Rob Greene 2016-01-19 22:09:51 -06:00
parent ced4a6b55d
commit 8fef02e60a
1 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
# External programs:
ASM = Merlin32.exe -V ~/Merlin32_v1.0/Merlin32_v1.0//Library/
AC = java -jar "C:\Users\Rob\From DOODLE4\Java Applications\AppleCommander releases\AppleCommander-1.3.5.14-ac.jar"
ifeq ($(OS),Windows_NT)
ASM = Merlin32.exe -V ~/Merlin32_v1.0/Merlin32_v1.0//Library/
AC = java -jar "C:\Users\Rob\From DOODLE4\Java Applications\AppleCommander releases\AppleCommander-1.3.5.14-ac.jar"
else ($(OS),Mac_OSX)
ASM = Merlin32 -V /usr/local/lib/Merlin32_v1.0/Library/
AC = java -jar /Applications/AppleCommander.app/Contents/Resources/Java/AppleCommander.jar
else
echo $(OS)
endif
# Local stuff:
PGM = afscanner