mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
Merged revision(s) 65244 #b9d3913b60 from trunk:
Installer, Windows: Fix cross build script ........ git-svn-id: branches/fixes_2_2@65245 -
This commit is contained in:
parent
0c34da7703
commit
2a9e33cf33
@ -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