Set disk tool variables to defaults.

If the user fails to set the disk tool variable(s) he now doesn't get syntactically wrong commands but rather file-not-founds. Maybe he even chooses to drop tool(s) into the current directory or add the disk tool path(s) to the PATH variable...
This commit is contained in:
Oliver Schmidt 2019-07-15 12:28:27 +02:00
parent bcff253678
commit a25ed5051f
2 changed files with 18 additions and 0 deletions

View File

@ -27,6 +27,15 @@ C64_DRIVERLIB = ../drivers/ip65_c64.lib
A2_DRIVERLIB = ../drivers/ip65_apple2.lib
ATR_DRIVERLIB = ../drivers/ip65_atari.lib
# See http://vice-emu.sourceforge.net/
C1541 ?= c1541
# See https://applecommander.github.io/
AC ?= ac.jar
# See https://www.horus.com/~hias/atari/
DIR2ATR ?= dir2atr
UDP =\
date65

View File

@ -25,6 +25,15 @@ else
VICDRIVERLIB = ../drivers/vic20rrnet.lib
endif
# See http://vice-emu.sourceforge.net/
C1541 ?= c1541
# See https://applecommander.github.io/
AC ?= ac.jar
# See https://www.horus.com/~hias/atari/
DIR2ATR ?= dir2atr
UDP =\
dns \
dottedquad \