mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 11:29:29 +02:00
Installer, Win: include windres.h on win64 issue #0032015
git-svn-id: trunk@58186 -
This commit is contained in:
parent
a4bf07c4cc
commit
5cafbb56ec
@ -143,11 +143,11 @@ 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
|
||||
:: copy from 32 bit, missing in 64bit
|
||||
for %%T in ( cpp.exe gcc.exe windres.exe windres.h ) DO if not exist %INSTALL_BINDIR%\%%T copy %FPCSVNDIR%\install\binw32\%%T %INSTALL_BINDIR%\
|
||||
|
||||
:: exit if no compiler has been made
|
||||
if not exist %INSTALL_BINDIR%\fpc.exe goto WARNING_NO_COMPILER_MADE
|
||||
|
Loading…
Reference in New Issue
Block a user