mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 02:00:16 +02:00
windows installer builder: clean the RTL after make cycle; with fpc 2.5.1 the RTL is compiled with WPO for the ppcXXX, so it must be rebuild before using it for other executables
git-svn-id: trunk@21372 -
This commit is contained in:
parent
a655747b6d
commit
ca41e74fc2
@ -29,6 +29,7 @@ FOR /F %%L IN ('%SOURCE_DIR%\compiler\utils\fpc.exe -PB') DO SET COMPILER=%SOURC
|
||||
FOR /F %%L IN ('%COMPILER% -iV') DO SET FPCVERSION=%%L
|
||||
FOR /F %%L IN ('%COMPILER% -iW') DO SET FPCFULLVERSION=%%L
|
||||
|
||||
%MAKEEXE% rtl_clean PP=%COMPILER% >> %LOGFILE%
|
||||
%MAKEEXE% rtl packages PP=%COMPILER% OPT="-Ur -CX" >> %LOGFILE%
|
||||
|
||||
%MAKEEXE% utils PP=%COMPILER% OPT="-CX -XX -Xs" DATA2INC=%SOURCE_DIR%\utils\data2inc >> %LOGFILE%
|
||||
|
Loading…
Reference in New Issue
Block a user