Merged revision(s) 52135 #20b217461a from trunk:

add 32 bit windres in 64bit build. issue #29698
........

git-svn-id: branches/fixes_1_6@52172 -
This commit is contained in:
maxim 2016-04-11 22:17:50 +00:00
parent 239d5cee9e
commit 99eddfea46

View File

@ -143,6 +143,8 @@ call build-fpc.bat
:: INSTALL_BINDIR is set by build-fpc.bat
%SVN% export -q %FPCBINDIR% %BUILDDIR%\fpcbins >> %LOGFILE%
IF %ERRORLEVEL% NEQ 0 GOTO SVNERR
:: copy from 32 bit, missing in 64ibt
for %%T in ( cpp.exe gcc.exe windres.exe ) DO copy %FPCSVNDIR%\install\binw32\%%T %INSTALL_BINDIR%\
mv %BUILDDIR%\fpcbins\*.* %INSTALL_BINDIR%
%FPCBINDIR%\rm -rf %BUILDDIR%\fpcbins
del %INSTALL_BINDIR%\gdb.exe