windows cross installer: fixed errors in build script after the addition of lazutils

git-svn-id: trunk@32957 -
This commit is contained in:
vincents 2011-10-18 11:41:17 +00:00
parent a9fc743264
commit bb1375f347

View File

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