mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:59:31 +02:00
ldw and asw are not needed anymore
git-svn-id: trunk@9110 -
This commit is contained in:
parent
79d61cc68b
commit
c2d94e53a0
@ -5,17 +5,11 @@ SET SOURCE_DIR=%FPCSVNDIR%
|
||||
SET INSTALL_BASE=%BUILDDIR%\pp
|
||||
SET INSTALL_BINDIR=%INSTALL_BASE%\bin\i386-win32
|
||||
|
||||
copy %FPCBINDIR%\as.exe %FPCBINDIR%\asw.exe
|
||||
copy %FPCBINDIR%\ld.exe %FPCBINDIR%\ldw.exe
|
||||
|
||||
%SOURCE_DIR:~,2%
|
||||
cd %SOURCE_DIR%
|
||||
%MAKEEXE% clean PP=%RELEASE_PPC% >> %LOGFILE% 2>&1
|
||||
%MAKEEXE% compiler_cycle PP=%RELEASE_PPC% >> %LOGFILE% 2>&1
|
||||
|
||||
del %FPCBINDIR%\asw.exe
|
||||
del %FPCBINDIR%\ldw.exe
|
||||
|
||||
set COMPILER=%SOURCE_DIR%/compiler/ppc386
|
||||
|
||||
%MAKEEXE% -C rtl clean PP=%COMPILER% >> %LOGFILE%
|
||||
|
Loading…
Reference in New Issue
Block a user