cross win32: update to fpc 2.4

git-svn-id: trunk@29847 -
This commit is contained in:
mattias 2011-03-15 04:24:00 +00:00
parent 4c46a2a795
commit 4e812d832f
2 changed files with 6 additions and 6 deletions

View File

@ -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/

View File

@ -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