mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2024-11-04 17:06:02 +00:00
match makefile more closely
This commit is contained in:
parent
a5b7271e39
commit
f19129792e
@ -49,9 +49,7 @@ call :dsk
|
||||
:txt
|
||||
2>nul md build\text
|
||||
cscript /nologo //e:jscript %~f0
|
||||
cd build
|
||||
cadius ADDFOLDER "%DISK%" "/PITCH.DARK/TEXT" text
|
||||
cd ..
|
||||
cd build & cadius ADDFOLDER "%DISK%" "/PITCH.DARK/TEXT" text & cd ..
|
||||
if not "%1" equ "" set DISK=
|
||||
goto :EOF
|
||||
)
|
||||
@ -60,10 +58,8 @@ if "%1" equ "artwork" (
|
||||
call :dsk
|
||||
:artwork
|
||||
1>nul xcopy /q /y /i res\artwork build\artwork
|
||||
cd build
|
||||
cadius ADDFOLDER "%DISK%" "/PITCH.DARK/ARTWORK" artwork
|
||||
cd build & cadius ADDFOLDER "%DISK%" "/PITCH.DARK/ARTWORK" artwork & cd ..
|
||||
cadius ADDFILE "build\%DISK%" "/PITCH.DARK/ARTWORK/" "res\DHRSLIDE.SYSTEM"
|
||||
cd ..
|
||||
if not "%1" equ "" set DISK=
|
||||
goto :EOF
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user