mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 11:52:41 +02:00
windows installer builder: build package registration before lcl.
git-svn-id: trunk@30158 -
This commit is contained in:
parent
22963e0372
commit
1e4a2226e9
@ -4,6 +4,7 @@ SET OLDCURDIR=%CD%
|
||||
%BUILDDRIVE%
|
||||
cd %BUILDDIR%
|
||||
%MAKEEXE% clean PP=%COMPILER% >> %LOGFILE%
|
||||
%MAKEEXE% packager/registration 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