Installer, Win: include windres.h on win64 issue #0032015

git-svn-id: trunk@58186 -
This commit is contained in:
martin 2018-06-08 14:25:10 +00:00
parent a4bf07c4cc
commit 5cafbb56ec

View File

@ -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