mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-01 06:29:23 +00:00
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:
parent
bcff253678
commit
a25ed5051f
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user