mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 08:09:26 +02:00
windows installer:
* install utils for binw64 on win64 * copy gdbdir only on win32 git-svn-id: trunk@11458 -
This commit is contained in:
parent
4001c812f6
commit
98452cf204
@ -63,7 +63,7 @@ rmdir /s /q %BUILDDIR%
|
||||
call build-fpc.bat
|
||||
|
||||
:: INSTALL_BINDIR is set by build-fpc.bat
|
||||
%SVN% export %FPCSVNDIR%\install\binw32 %BUILDDIR%\fpcbins >> %LOGFILE%
|
||||
%SVN% export %FPCBINDIR% %BUILDDIR%\fpcbins >> %LOGFILE%
|
||||
mv %BUILDDIR%\fpcbins\*.* %INSTALL_BINDIR%
|
||||
%FPCBINDIR%\rm -rf %BUILDDIR%\fpcbins
|
||||
del %INSTALL_BINDIR%\gdb.exe
|
||||
@ -83,7 +83,7 @@ if not exist %BUILDDIR%\lazarus.exe goto END
|
||||
if not exist %BUILDDIR%\startlazarus.exe goto END
|
||||
|
||||
:: copy gdb into build dir
|
||||
%CP% -pr %GDBDIR% %BUILDDIR%
|
||||
if exist %GDBDIR% %CP% -pr %GDBDIR% %BUILDDIR%
|
||||
|
||||
:: create the installer
|
||||
%ISCC% lazarus.iss >> installer.log
|
||||
|
Loading…
Reference in New Issue
Block a user