mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 12:18:17 +02:00
wince installer build: really fix building with fpc 2.5.1
git-svn-id: trunk@21475 -
This commit is contained in:
parent
69d16d6c32
commit
fa28f55c4d
@ -59,11 +59,11 @@ rm -rf %FPCSVNDIR%\fpcsrc\compiler\*.exe
|
||||
%MAKEEXE% compiler_cycle FPC=%RELEASE_PPC%
|
||||
|
||||
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
|
||||
|
||||
:: rebuild the rtl without WPO information
|
||||
%MAKEEXE% rtl_clean rtl PP=%COMPILER%
|
||||
%MAKEEXE% -C utils/fpcm all FPC=%COMPILER%
|
||||
|
||||
%MAKEEXE% compiler FPC=%COMPILER% PPC_TARGET=%TARGETCPU% EXENAME=%PPCNAME%
|
||||
|
Loading…
Reference in New Issue
Block a user