mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-05 00:04:46 +00:00
Switched from DOS3.3 to ProDOS for IP65demo.dsk
With ProDOS 2.4.1 there's now a nice universal ProDOS - and testing/showcasing compatibility with 'Uther II Drive' requires ProDOS...
This commit is contained in:
parent
12909ff163
commit
24ab67ce26
@ -141,9 +141,9 @@ ip65.atr: com
|
||||
httpd-slotscan.bin: IP65LIB = ../ip65/ip65_tcp.lib
|
||||
|
||||
ip65demo.dsk: httpd.bin httpd-slotscan.bin
|
||||
cp dos33.dsk $@
|
||||
java -jar $(AC) -cc65 $@ webserver-slot3 B < httpd.bin
|
||||
java -jar $(AC) -cc65 $@ webserver-slotscan B < httpd-slotscan.bin
|
||||
cp prodos.dsk $@
|
||||
java -jar $(AC) -cc65 $@ httpd.slot3 bin < httpd.bin
|
||||
java -jar $(AC) -cc65 $@ httpd.slotscan bin < httpd-slotscan.bin
|
||||
|
||||
clean:
|
||||
make -C ../ip65 clean
|
||||
|
Loading…
Reference in New Issue
Block a user