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

git-svn-id: trunk@32952 -
This commit is contained in:
vincents 2011-10-18 10:55:41 +00:00
parent 1fd34c798e
commit 63ee142ec8

View File

@ -4,7 +4,7 @@ SET OLDCURDIR=%CD%
%BUILDDRIVE%
cd %BUILDDIR%
%MAKEEXE% clean PP=%COMPILER% >> %LOGFILE%
%MAKEEXE% packager/registration OPT="-gl -Ur" PP=%COMPILER% >> %LOGFILE%
%MAKEEXE% lazutils OPT="-gl -Ur" PP=%COMPILER% >> %LOGFILE%
%MAKEEXE% lcl OPT="-gl -Ur" PP=%COMPILER% >> %LOGFILE%
IF NOT "%FPCTARGETOS%"=="win32" GOTO BUILDIDE