mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +02:00
fpc-crosswin32 deb: updates and copying tools like windres
git-svn-id: trunk@12492 -
This commit is contained in:
parent
d8ccab9aa5
commit
ebef050781
@ -25,10 +25,10 @@
|
||||
</RunParams>
|
||||
<RequiredPackages Count="2">
|
||||
<Item1>
|
||||
<PackageName Value="LazOpenGLContext"/>
|
||||
<PackageName Value="LCL"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="LCL"/>
|
||||
<PackageName Value="LazOpenGLContext"/>
|
||||
</Item2>
|
||||
</RequiredPackages>
|
||||
<Units Count="2">
|
||||
|
@ -180,6 +180,13 @@ if [ $BuildCrossWin32DEB = "yes" ]; then
|
||||
cp -a $BuildRoot/binutils/cross/destination/$FPCLibDir/$Target $DestDir
|
||||
done
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# copy tools (windres)
|
||||
#----------------------------------------------------------------------------
|
||||
FPCLibDir=lib/fpc/$CompilerVersionStr # !!! no / at end
|
||||
DestDir=$FPCBuildDir/usr/$FPCLibDir
|
||||
cp -p $BuildRoot/bin/* $DestDir/
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# create rulez and files
|
||||
|
||||
|
@ -12,7 +12,7 @@ if [ ! -d "$BuildRoot" ]; then
|
||||
fi
|
||||
|
||||
# the binutils version to download
|
||||
BinutilsVersion=2.16
|
||||
BinutilsVersion=2.18
|
||||
BinutilsDownloadPath=http://ftp.gnu.org/gnu/binutils/
|
||||
|
||||
# the FPC targets
|
||||
@ -191,8 +191,8 @@ if [ $DownloadFPC = "yes" ]; then
|
||||
svn up
|
||||
cd -
|
||||
else
|
||||
echo "SVN checkout for FPC 2.0 ..."
|
||||
svn co http://svn.freepascal.org/svn/fpc/branches/fixes_2_0 fpc
|
||||
echo "SVN checkout for FPC 2.2 ..."
|
||||
svn co http://svn.freepascal.org/svn/fpc/branches/fixes_2_2 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.0 install ..."
|
||||
svn co http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_0/install install
|
||||
echo "SVN checkout for FPC 2.2 install ..."
|
||||
svn co http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_2/install install
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user