SvarDOS package adjustments

This commit is contained in:
Bernd Boeckmann
2023-11-12 15:35:05 +01:00
parent d53d168633
commit 6acbc00f44
2 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
del asm6502.svp
del asm6502.zip
deltree /Y appinfo
deltree /Y devel
@@ -27,3 +29,9 @@ copy ..\..\support\atarivcs\*.* devel\asm6502\support\atarivcs
copy ..\..\support\c64\*.* devel\asm6502\support\c64
zip -9rkDX asm6502.svp appinfo devel
@rem source archive
copy ..\..\src\asm6502.c asm6502.c
zip -9rkDX asm6502.zip asm6502.c
del asm6502.c

View File

@@ -13,3 +13,5 @@ the C64 and one for the Atari VCS. They contain a BUILD.BAT to generate
binaries and listing files.
Have fun!
Bernd, November 2023