mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 07:39:26 +02:00
win32 cross installer: detect source os
git-svn-id: trunk@10819 -
This commit is contained in:
parent
ad5316085f
commit
07f94a00c2
@ -53,6 +53,7 @@ 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
|
||||
FOR /F %%L IN ('%FPCSVNDIR%\fpcsrc\compiler\utils\fpc.exe -iSO') DO SET FPCSourceOS=%FPCSVNDIR%\fpcsrc\compiler\%%L
|
||||
FOR /F %%L IN ('%FPCSVNDIR%\fpcsrc\compiler\utils\fpc.exe -P%TARGETCPU% -PB') DO SET PPCNAME=%%L
|
||||
|
||||
%MAKEEXE% compiler FPC=%COMPILER% PPC_TARGET=%TARGETCPU% EXENAME=%PPCNAME%
|
||||
|
Loading…
Reference in New Issue
Block a user