mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
Build DEBUG version of ICU when asked to do it in MSVC7 build
This commit is contained in:
parent
686930d755
commit
3762cbd200
@ -57,7 +57,7 @@ if errorlevel 1 call :ERROR Release build failed
|
||||
if "%VS_VER%"=="msvc6" (
|
||||
@msdev %ROOT_PATH%\extern\icu\source\allinone\allinone.dsw /MAKE "all - Win32 Debug" %CLEAN% /OUT make_icu.log
|
||||
) else (
|
||||
@devenv %ROOT_PATH%\extern\icu\source\allinone\allinone.sln %CLEAN% release /OUT make_icu.log
|
||||
@devenv %ROOT_PATH%\extern\icu\source\allinone\allinone.sln %CLEAN% debug /OUT make_icu.log
|
||||
)
|
||||
if errorlevel 1 call :ERROR Debug build failed
|
||||
@goto :EOF
|
||||
|
@ -76,7 +76,7 @@
|
||||
|
||||
@echo.
|
||||
@echo Completed Preparations for build
|
||||
@echo You may now run make_icu.bat [CLEAN]
|
||||
@echo You may now run make_icu.bat [DEBUG] [CLEAN]
|
||||
@echo You may now run make_boot.bat [DEBUG] [CLEAN]
|
||||
@echo.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user