mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
cross win32: update to fpc 2.4
git-svn-id: trunk@29847 -
This commit is contained in:
parent
4c46a2a795
commit
4e812d832f
@ -84,7 +84,7 @@ if [ $BuildCrossFPC = "yes" ]; then
|
||||
fi
|
||||
|
||||
if [ "x$Params" != "x" ]; then
|
||||
Params="$Params targets=i386-win32"
|
||||
Params="$Params targets=$Targets"
|
||||
echo "calling update_cross_fpc.sh $Params ..."
|
||||
./update_cross_fpc.sh $Params || exit
|
||||
fi
|
||||
@ -122,7 +122,7 @@ if [ $BuildCrossWin32DEB = "yes" ]; then
|
||||
Arch=i386
|
||||
PackageName=fpc_crosswin32
|
||||
ResourceDir=$CurDir/debian_crosswin32
|
||||
FPCBuildDir=/tmp/fpc_build
|
||||
FPCBuildDir=~/tmp/fpc_build
|
||||
FPCDeb=$CurDir/${PackageName}_${FPCVersion}-${FPCRelease}_$Arch.deb
|
||||
DebianInstallDir=$FPCBuildDir/usr
|
||||
DebianRulezDir=$FPCBuildDir/DEBIAN/
|
||||
|
@ -191,8 +191,8 @@ if [ $DownloadFPC = "yes" ]; then
|
||||
svn up
|
||||
cd -
|
||||
else
|
||||
echo "SVN checkout for FPC 2.2 ..."
|
||||
svn co http://svn.freepascal.org/svn/fpc/branches/fixes_2_2 fpc
|
||||
echo "SVN checkout for FPC 2.4 ..."
|
||||
svn co http://svn.freepascal.org/svn/fpc/branches/fixes_2_4 fpc
|
||||
fi
|
||||
if [ -d install ]; then
|
||||
cd install
|
||||
@ -201,8 +201,8 @@ if [ $DownloadFPC = "yes" ]; then
|
||||
svn up
|
||||
cd -
|
||||
else
|
||||
echo "SVN checkout for FPC 2.2 install ..."
|
||||
svn co http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_2/install install
|
||||
echo "SVN checkout for FPC 2.4 install ..."
|
||||
svn co http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_4/install install
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user