mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 11:18:10 +02:00
Win Installer: fixed order of calls to make / disabled gtk2/qt (previously blocked by wrong make order)
git-svn-id: trunk@37984 -
This commit is contained in:
parent
43fc2ac8ab
commit
15dab33d75
@ -4,12 +4,13 @@ SET OLDCURDIR=%CD%
|
||||
%BUILDDRIVE%
|
||||
cd %BUILDDIR%
|
||||
%MAKEEXE% clean PP=%COMPILER% >> %LOGFILE%
|
||||
%MAKEEXE% registration OPT="-Xs -XX" 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
|
||||
%MAKEEXE% lcl OPT="-gl -Ur" PP=%COMPILER% LCL_PLATFORM=gtk2 >> %LOGFILE%
|
||||
%MAKEEXE% lcl OPT="-gl -Ur" PP=%COMPILER% LCL_PLATFORM=qt >> %LOGFILE%
|
||||
rem %MAKEEXE% lcl OPT="-gl -Ur" PP=%COMPILER% LCL_PLATFORM=gtk2 >> %LOGFILE%
|
||||
rem %MAKEEXE% lcl OPT="-gl -Ur" PP=%COMPILER% LCL_PLATFORM=qt >> %LOGFILE%
|
||||
|
||||
:BUILDIDE
|
||||
IF "%IDE_WIDGETSET%"=="" SET IDE_WIDGETSET=win32
|
||||
|
Loading…
Reference in New Issue
Block a user