mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 02:37:15 +01:00
Installer, Windows: Fix cross build script
git-svn-id: trunk@65244 -
This commit is contained in:
parent
70e776f427
commit
b9d3913b60
@ -178,6 +178,14 @@ IF ERRORLEVEL 1 GOTO CLEANUP
|
||||
gmkdir -p %BUILDDIR%\image\components\lazutils
|
||||
cp -pr %BUILDDIR%\components\lazutils\lib %BUILDDIR%\image\components\lazutils\lib
|
||||
|
||||
%SVN% export -q %LAZSVNDIR%\components\freetype %BUILDDIR%\components\freetype
|
||||
%BUILDDRIVE%
|
||||
cd %BUILDDIR%\components\freetype
|
||||
%MAKEEXE% FPC=%compiler%
|
||||
IF ERRORLEVEL 1 GOTO CLEANUP
|
||||
gmkdir -p %BUILDDIR%\image\components\freetype
|
||||
cp -pr %BUILDDIR%\components\freetype\lib %BUILDDIR%\image\components\freetype\lib
|
||||
|
||||
%SVN% export -q %LAZSVNDIR%\lcl %BUILDDIR%\lcl
|
||||
%BUILDDRIVE%
|
||||
cd %BUILDDIR%\lcl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user