mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 05:18:16 +02:00
windows cross installer: fixed errors in build script after the addition of lazutils
git-svn-id: trunk@32957 -
This commit is contained in:
parent
a9fc743264
commit
bb1375f347
@ -108,6 +108,14 @@ IF ERRORLEVEL 1 GOTO CLEANUP
|
||||
gmkdir -p %BUILDDIR%\image\packager\units
|
||||
cp -pr %BUILDDIR%\packager\units\%FPCFULLTARGET% %BUILDDIR%\image\packager\units\%FPCFULLTARGET%
|
||||
|
||||
gmkdir -p %BUILDDIR%\components
|
||||
%SVN% export %LAZSVNDIR%\components\lazutils %BUILDDIR%\components\lazutils
|
||||
cd %BUILDDIR%\components\lazutils
|
||||
%MAKEEXE% FPC=%compiler%
|
||||
IF ERRORLEVEL 1 GOTO CLEANUP
|
||||
gmkdir -p %BUILDDIR%\image\components\lazutils
|
||||
cp -pr %BUILDDIR%\components\lazutils\lib %BUILDDIR%\image\components\lazutils\lib
|
||||
|
||||
%SVN% export %LAZSVNDIR%\lcl %BUILDDIR%\lcl
|
||||
%BUILDDRIVE%
|
||||
cd %BUILDDIR%\lcl
|
||||
|
Loading…
Reference in New Issue
Block a user