8
0
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:
asfernandes 2006-05-16 19:17:54 +00:00
parent 686930d755
commit 3762cbd200
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.