mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:47:59 +02:00
windows installer: fixed errors in build script after the addition of lazutils
git-svn-id: trunk@32952 -
This commit is contained in:
parent
1fd34c798e
commit
63ee142ec8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user