wince installer build: fixed building with fpc 2.5.1

git-svn-id: trunk@21474 -
This commit is contained in:
vincents 2009-08-28 07:46:03 +00:00
parent f00ccb43dd
commit 69d16d6c32

View File

@ -57,9 +57,10 @@ cd %FPCSVNDIR%\fpcsrc
rm -rf %FPCSVNDIR%\fpcsrc\compiler\*.exe
:: create a native compiler + utils
%MAKEEXE% compiler_cycle FPC=%RELEASE_PPC%
%MAKEEXE% rtl_clean rtl PP=%COMPILER% >> %LOGFILE%
FOR /F %%L IN ('%FPCSVNDIR%\fpcsrc\compiler\utils\fpc.exe -PB') DO SET COMPILER=%FPCSVNDIR%\fpcsrc\compiler\%%L
%MAKEEXE% rtl_clean rtl PP=%COMPILER% >> %LOGFILE%
FOR /F %%L IN ('%COMPILER% -iSO') DO SET FPCSourceOS=%%L
FOR /F %%L IN ('%FPCSVNDIR%\fpcsrc\compiler\utils\fpc.exe -P%TARGETCPU% -PB') DO SET PPCNAME=%%L