Relocate seed disk images to make them less tempting

This commit is contained in:
David Schmidt 2019-01-14 17:09:52 -05:00
parent aee1034b4b
commit 1b5efa40ef
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<property name="acJar" value="AppleCommander-${acJarVersion}.jar" />
<property name="sysUtilDiskImage" value="Focus3SystemUtilities.dsk" />
<property name="basicDiskImage" value="Focus3BusinessBASIC.dsk" />
<property name="baseImagePath" value="${projdir}/dsk" />
<property name="baseImagePath" value="${projdir}/build/dsk" />
<taskdef name="appleCommander" classname="com.webcodepro.applecommander.ui.AntTask" classpath="${acJarPath}/${acJar}"/>
<target name="all" description="Bulid everything." depends="wipe, prep, assemble, link, builddsk, clean">
</target>
@ -67,8 +67,8 @@
<appleCommander command="d" imagename="${projdir}/out/${sysUtilDiskImage}" filename="SOS.DRIVER" failonerror="false"/>
<appleCommander command="d" imagename="${projdir}/out/${basicDiskImage}" filename="SOS.DRIVER" failonerror="false"/>
<echo message="Putting updated SOS.DRIVER back on disk images..."/>
<appleCommander command="p" input="${projdir}/out/SOS.DRIVER#0c0000" imagename="${projdir}/out/${sysUtilDiskImage}" filename="SOS.DRIVER" type="$0000" />
<appleCommander command="p" input="${projdir}/out/SOS.DRIVER#0c0000" imagename="${projdir}/out/${basicDiskImage}" filename="SOS.DRIVER" type="$0000" />
<appleCommander command="p" input="${projdir}/out/SOS.DRIVER#0c0000" imagename="${projdir}/out/${sysUtilDiskImage}" filename="SOS.DRIVER" type="SOS" />
<appleCommander command="p" input="${projdir}/out/SOS.DRIVER#0c0000" imagename="${projdir}/out/${basicDiskImage}" filename="SOS.DRIVER" type="SOS" />
</target>
<target name="clean">
<!--