Skip to content

Commit

Permalink
build-chm.bat の順番を逆にする
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Mar 23, 2019
1 parent 7623a57 commit 3b80c68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build-all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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 ----
Expand Down

0 comments on commit 3b80c68

Please sign in to comment.