mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 22:15:55 +02:00
stop creating installer, if building fpc failed.
git-svn-id: trunk@6327 -
This commit is contained in:
parent
d03bd1a6ad
commit
1e8b298e17
@ -57,6 +57,10 @@ SET PATH=%FPCBINDIR%
|
||||
%EXPORTCVS% %FPCCVSDIR%\packages %BUILDDIR%\fpcsrc\packages >> %LOGFILE%
|
||||
|
||||
call build-fpc.bat
|
||||
|
||||
:: exit if no compiler has been made
|
||||
if not exist %BUILDDIR%\pp\bin\i386-win32\ppc386.exe goto END
|
||||
|
||||
%CP% %FPCBINDIR%\*.* %BUILDDIR%\pp\bin\i386-win32 >> %LOGFILE%
|
||||
samplecfg.vbs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user