From 3b80c68f2f6b085abd6412fa261834539bf8e348 Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Sat, 23 Mar 2019 17:18:22 +0900 Subject: [PATCH] =?UTF-8?q?build-chm.bat=20=E3=81=AE=E9=A0=86=E7=95=AA?= =?UTF-8?q?=E3=82=92=E9=80=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-all.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-all.bat b/build-all.bat index 646af4779d..6ac2820c9f 100644 --- a/build-all.bat +++ b/build-all.bat @@ -26,6 +26,11 @@ if "%configuration%" == "Release" ( @echo CONFIGURATION %CONFIGURATION% @echo. +@echo ---- start build-chm.bat ---- +call build-chm.bat || (echo error build-chm.bat && exit /b 1) +@echo ---- end build-chm.bat ---- +@echo. + if "%platform%" == "MinGW" ( @echo call build-gnu.bat %PLATFORM% %CONFIGURATION% call build-gnu.bat %PLATFORM% %CONFIGURATION% || (echo error build-gnu.bat && exit /b 1) @@ -37,11 +42,6 @@ call build-sln.bat %PLATFORM% %CONFIGURATION% || (echo error build-sln.bat @echo ---- end build-sln.bat ---- @echo. -@echo ---- start build-chm.bat ---- -call build-chm.bat || (echo error build-chm.bat && exit /b 1) -@echo ---- end build-chm.bat ---- -@echo. - @echo ---- start build-installer.bat ---- call build-installer.bat %PLATFORM% %CONFIGURATION% || (echo error build-installer.bat && exit /b 1) @echo ---- end build-installer.bat ----