mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 01:49:25 +00:00
force clean on Windows dsk build
This commit is contained in:
parent
79b6cd7066
commit
ab916752c9
@ -29,6 +29,7 @@ rem version 3.1.0 or later
|
|||||||
set EXOMIZER=exomizer mem -q -P23 -lnone
|
set EXOMIZER=exomizer mem -q -P23 -lnone
|
||||||
|
|
||||||
if "%1" equ "dsk" (
|
if "%1" equ "dsk" (
|
||||||
|
call :clean
|
||||||
call :index
|
call :index
|
||||||
if "%2". equ "". (
|
if "%2". equ "". (
|
||||||
call :asmproboot
|
call :asmproboot
|
||||||
@ -73,6 +74,7 @@ if "%1" equ "clean" (
|
|||||||
if "%2". neq "". (
|
if "%2". neq "". (
|
||||||
1>nul move build\%DISK%
|
1>nul move build\%DISK%
|
||||||
)
|
)
|
||||||
|
:clean
|
||||||
echo y|1>nul 2>nul rd build /s
|
echo y|1>nul 2>nul rd build /s
|
||||||
if "%2". neq "". (
|
if "%2". neq "". (
|
||||||
md build
|
md build
|
||||||
|
Loading…
Reference in New Issue
Block a user