mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 11:18:10 +02:00
wince installer build: fixed building with fpc 2.5.1
git-svn-id: trunk@21474 -
This commit is contained in:
parent
f00ccb43dd
commit
69d16d6c32
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user