Installer, Win: allow workaround for make2.8.0 issues (allow replacing make in final installer)

git-svn-id: trunk@42769 -
This commit is contained in:
martin 2013-09-13 11:06:16 +00:00
parent f14eea56a3
commit f544c5cfe0

View File

@ -187,6 +187,9 @@ SET OutputFileName=%OutputFileName::=_%
:: %LAZBUILD_HOOK_DIR% is a directory, that can contain scripts to be hooked into the build process. Further hooks can be defined the same way
if not [%LAZBUILD_HOOK_DIR%]==[] if exist %LAZBUILD_HOOK_DIR%\lazhook_before_iscc.bat call %LAZBUILD_HOOK_DIR%\lazhook_before_iscc.bat
if not [%LAZBUILD_MAKE282_SRC%]==[] if exist %LAZBUILD_MAKE282_SRC% copy %LAZBUILD_MAKE282_SRC% %INSTALL_BINDIR%\make.exe
%ISCC% lazarus.iss >> installer.log
:: do not delete build dir, if installer failed.