From 48028d85f0cdaab126f0697c77143d1166e39e0d Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Sat, 20 Jul 2019 22:53:51 -0700 Subject: [PATCH] fix Windows build --- res/demo/{SPCARTOON.1. => SPCARTOON.11} | Bin res/demo/{SPCARTOON.2. => SPCARTOON.22} | Bin res/demo/{SPCARTOON.3. => SPCARTOON.33} | Bin res/demo/{SPCARTOON.4. => SPCARTOON.44} | Bin res/demo/{SPCARTOON.5. => SPCARTOON.55} | Bin res/demo/{SPCARTOON.6. => SPCARTOON.66} | Bin res/demo/_FileInformation.txt | 12 ++++++------ winmake.bat | 6 ++++++ 8 files changed, 12 insertions(+), 6 deletions(-) rename res/demo/{SPCARTOON.1. => SPCARTOON.11} (100%) mode change 100755 => 100644 rename res/demo/{SPCARTOON.2. => SPCARTOON.22} (100%) mode change 100755 => 100644 rename res/demo/{SPCARTOON.3. => SPCARTOON.33} (100%) mode change 100755 => 100644 rename res/demo/{SPCARTOON.4. => SPCARTOON.44} (100%) mode change 100755 => 100644 rename res/demo/{SPCARTOON.5. => SPCARTOON.55} (100%) mode change 100755 => 100644 rename res/demo/{SPCARTOON.6. => SPCARTOON.66} (100%) mode change 100755 => 100644 diff --git a/res/demo/SPCARTOON.1. b/res/demo/SPCARTOON.11 old mode 100755 new mode 100644 similarity index 100% rename from res/demo/SPCARTOON.1. rename to res/demo/SPCARTOON.11 diff --git a/res/demo/SPCARTOON.2. b/res/demo/SPCARTOON.22 old mode 100755 new mode 100644 similarity index 100% rename from res/demo/SPCARTOON.2. rename to res/demo/SPCARTOON.22 diff --git a/res/demo/SPCARTOON.3. b/res/demo/SPCARTOON.33 old mode 100755 new mode 100644 similarity index 100% rename from res/demo/SPCARTOON.3. rename to res/demo/SPCARTOON.33 diff --git a/res/demo/SPCARTOON.4. b/res/demo/SPCARTOON.44 old mode 100755 new mode 100644 similarity index 100% rename from res/demo/SPCARTOON.4. rename to res/demo/SPCARTOON.44 diff --git a/res/demo/SPCARTOON.5. b/res/demo/SPCARTOON.55 old mode 100755 new mode 100644 similarity index 100% rename from res/demo/SPCARTOON.5. rename to res/demo/SPCARTOON.55 diff --git a/res/demo/SPCARTOON.6. b/res/demo/SPCARTOON.66 old mode 100755 new mode 100644 similarity index 100% rename from res/demo/SPCARTOON.6. rename to res/demo/SPCARTOON.66 diff --git a/res/demo/_FileInformation.txt b/res/demo/_FileInformation.txt index 1f41d71b1..7cf2d329d 100644 --- a/res/demo/_FileInformation.txt +++ b/res/demo/_FileInformation.txt @@ -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) diff --git a/winmake.bat b/winmake.bat index b19123241..5db252397 100644 --- a/winmake.bat +++ b/winmake.bat @@ -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 )