fix Windows build

This commit is contained in:
Peter Ferrie 2019-07-20 22:53:51 -07:00
parent e92f56a435
commit 48028d85f0
8 changed files with 12 additions and 6 deletions

0
res/demo/SPCARTOON.1. → res/demo/SPCARTOON.11 Executable file → Normal file
View File

0
res/demo/SPCARTOON.2. → res/demo/SPCARTOON.22 Executable file → Normal file
View File

0
res/demo/SPCARTOON.3. → res/demo/SPCARTOON.33 Executable file → Normal file
View File

0
res/demo/SPCARTOON.4. → res/demo/SPCARTOON.44 Executable file → Normal file
View File

0
res/demo/SPCARTOON.5. → res/demo/SPCARTOON.55 Executable file → Normal file
View File

0
res/demo/SPCARTOON.6. → res/demo/SPCARTOON.66 Executable file → Normal file
View File

View File

@ -124,12 +124,12 @@ SPARE.CHANGE.K=Type(F1),AuxType(9600),Access(C3)
SPARE.CHANGE.L=Type(F1),AuxType(9600),Access(C3)
SPARE.CHANGE.S=Type(F1),AuxType(9600),Access(C3)
SPARE.CHANGE.Z=Type(F1),AuxType(B400),Access(C3)
SPCARTOON.1.=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.2.=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.3.=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.4.=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.5.=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.6.=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.11=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.22=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.33=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.44=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.55=Type(06),AuxType(02D0),Access(C3)
SPCARTOON.66=Type(06),AuxType(02D0),Access(C3)
SPIDER.RAID=Type(06),AuxType(0300),Access(C3)
SPIDER.RAID.1=Type(F1),AuxType(0000),Access(C3)
SPY.HUNTER=Type(06),AuxType(0B87),Access(C3)

View File

@ -150,6 +150,12 @@ echo y|1>nul 2>nul del /s build\X\.DS_Store
echo y|1>nul 2>nul del /s build\X\PRODOS
echo y|1>nul 2>nul del /s build\X\LOADER.SYSTEM
%CADIUS% ADDFOLDER "build\%DISK%" "/%VOLUME%/X" "build/X" >>build\log
%CADIUS% RENAMEFILE "build\%DISK%" "/%VOLUME%/DEMO/SPCARTOON.11" "SPCARTOON.1." >>build\log
%CADIUS% RENAMEFILE "build\%DISK%" "/%VOLUME%/DEMO/SPCARTOON.22" "SPCARTOON.2." >>build\log
%CADIUS% RENAMEFILE "build\%DISK%" "/%VOLUME%/DEMO/SPCARTOON.33" "SPCARTOON.3." >>build\log
%CADIUS% RENAMEFILE "build\%DISK%" "/%VOLUME%/DEMO/SPCARTOON.44" "SPCARTOON.4." >>build\log
%CADIUS% RENAMEFILE "build\%DISK%" "/%VOLUME%/DEMO/SPCARTOON.55" "SPCARTOON.5." >>build\log
%CADIUS% RENAMEFILE "build\%DISK%" "/%VOLUME%/DEMO/SPCARTOON.66" "SPCARTOON.6." >>build\log
cscript /nologo bin\changebootloader.js "build\%DISK%" res\proboothd
goto :EOF
)