From f19129792e16c43c1dbf53b2ab9cf9dc14df158d Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Thu, 22 Mar 2018 14:23:55 -0700 Subject: [PATCH] match makefile more closely --- winmake.bat | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/winmake.bat b/winmake.bat index e4a16e4..4985ed8 100644 --- a/winmake.bat +++ b/winmake.bat @@ -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 )