mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 15:49:27 +02:00
win32 cross installer: fixed setting source os
git-svn-id: trunk@10850 -
This commit is contained in:
parent
52f9a8581e
commit
738b5d15f0
@ -53,7 +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 ('%COMPILER% -iSO') DO SET FPCSourceOS=%%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%
|
||||
|
@ -6,7 +6,6 @@ EnableISX=true
|
||||
#define FPCSourceOS GetEnv('FPCSourceOS')
|
||||
#define FPCFullSource GetEnv('FPCFullSource')
|
||||
#define FPCFullTarget GetEnv('FPCFullTarget')
|
||||
#define FPCTargetOS GetEnv('FPCSourceOS')
|
||||
#define AppName "Lazarus"
|
||||
#define SetupDate GetEnv('DateStamp')
|
||||
#define BuildDir GetEnv('BuildDir')
|
||||
|
Loading…
Reference in New Issue
Block a user