mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 11:42:42 +02:00
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:
parent
239d5cee9e
commit
99eddfea46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user