mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 16:19:46 +02:00
updates for the lazarus svn repository
git-svn-id: trunk@7444 -
This commit is contained in:
parent
dbe17f9363
commit
9a7819a321
@ -1,7 +1,7 @@
|
||||
SET OLDCURDIR=%CD%
|
||||
SET OLDCURDRIVE=%CD:~,2%
|
||||
|
||||
SET SOURCE_DIR=%FPCCVSDIR%
|
||||
SET SOURCE_DIR=%FPCSVNDIR%
|
||||
SET INSTALL_BASE=%BUILDDIR%\pp
|
||||
SET INSTALL_BINDIR=%INSTALL_BASE%\bin\i386-win32
|
||||
|
||||
@ -24,7 +24,7 @@ set COMPILER=%SOURCE_DIR%/compiler/ppc386
|
||||
%MAKEEXE% rtl packages_base_all fcl packages_extra_all PP=%COMPILER% OPT="-g -gl -Ur" >> %LOGFILE%
|
||||
%MAKEEXE% utils PP=%COMPILER% OPT="-CX -XX -Xs" DATA2INC=%SOURCE_DIR%\utils\data2inc >> %LOGFILE%
|
||||
|
||||
%MAKEEXE% compiler_install rtl_install fcl_install packages_install utils_install INSTALL_PREFIX=%INSTALL_BASE% PP=%COMPILER% FPCMAKE=%FPCCVSDIR%\utils\fpcm\fpcmake.exe >> %LOGFILE%
|
||||
%MAKEEXE% compiler_install rtl_install fcl_install packages_install utils_install INSTALL_PREFIX=%INSTALL_BASE% PP=%COMPILER% FPCMAKE=%FPCSVNDIR%\utils\fpcm\fpcmake.exe >> %LOGFILE%
|
||||
|
||||
SET COMPILER=%INSTALL_BINDIR%\ppc386.exe
|
||||
rem %MAKEEXE% clean PP=%COMPILER% >> %LOGFILE%
|
||||
|
@ -6,7 +6,7 @@ SET LAZVERSION=0.9.8
|
||||
SET ISCC="C:\Program Files\Inno Setup 5\iscc.exe"
|
||||
|
||||
:: Path to the fpc sources checked out of cvs
|
||||
SET FPCCVSDIR=c:\lazarus\source\fpc-2.0.0
|
||||
SET FPCSVNDIR=c:\lazarus\source\fpc-2.0.0
|
||||
|
||||
:: Path to the lazarus sources checked out of cvs
|
||||
SET LAZCVSDIR=c:\lazarus\source\lazsource
|
||||
@ -57,9 +57,9 @@ SET PATH=%FPCBINDIR%
|
||||
%EXPORTCVS% %LAZCVSDIR% %BUILDDIR% >> %LOGFILE%
|
||||
|
||||
:: copy fpc source
|
||||
%EXPORTCVS% %FPCCVSDIR%\rtl %BUILDDIR%\fpcsrc\rtl >> %LOGFILE%
|
||||
%EXPORTCVS% %FPCCVSDIR%\fcl %BUILDDIR%\fpcsrc\fcl >> %LOGFILE%
|
||||
%EXPORTCVS% %FPCCVSDIR%\packages %BUILDDIR%\fpcsrc\packages >> %LOGFILE%
|
||||
%EXPORTCVS% %FPCSVNDIR%\rtl %BUILDDIR%\fpcsrc\rtl >> %LOGFILE%
|
||||
%EXPORTCVS% %FPCSVNDIR%\fcl %BUILDDIR%\fpcsrc\fcl >> %LOGFILE%
|
||||
%EXPORTCVS% %FPCSVNDIR%\packages %BUILDDIR%\fpcsrc\packages >> %LOGFILE%
|
||||
|
||||
call build-fpc.bat
|
||||
|
||||
|
@ -6,11 +6,10 @@ SET LAZVERSION=0.9.9
|
||||
SET ISCC="C:\Program Files\Inno Setup 5\iscc.exe"
|
||||
|
||||
:: Path to the fpc sources checked out of svn
|
||||
SET FPCCVSDIR=c:\lazarus\source\fpc\2.1
|
||||
SET FPCSVNDIR=c:\lazarus\source\fpc\2.1
|
||||
|
||||
:: Path to the lazarus sources checked out of cvs
|
||||
SET LAZCVSDIR=c:\lazarus\source\lazsource
|
||||
::SET LAZCVSDIR=c:\lazarus\source\lazarus
|
||||
:: Path to the lazarus sources checked out of subversion
|
||||
SET LAZSVNDIR=c:\lazarus\source\lazsource
|
||||
|
||||
:: Path to fpc 2.0.0 compiler
|
||||
SET RELEASE_PPC=c:\fpc\2.0.0\bin\i386-win32\ppc386.exe
|
||||
@ -28,9 +27,6 @@ SET GDBDIR=c:\lazarus\source\mingw
|
||||
:: In this directory an image of the installation will be built.
|
||||
SET BUILDDIR=c:\temp\lazbuild
|
||||
|
||||
:: Path to the tool to create an export using a local cvs directory
|
||||
SET EXPORTCVS=c:\lazarus\source\lazarus\tools\install\cvsexportlocal.exe
|
||||
|
||||
:: Path to the svn executable
|
||||
SET SVN="c:\program files\subversion\bin\svn.exe"
|
||||
|
||||
@ -56,13 +52,14 @@ SET OLDPATH=%PATH%
|
||||
SET PATH=%FPCBINDIR%
|
||||
|
||||
:: copy lazarus dir
|
||||
%EXPORTCVS% %LAZCVSDIR% %BUILDDIR% >> %LOGFILE%
|
||||
rmdir /s /q %BUILDDIR%
|
||||
%SVN% export %LAZSVNDIR% %BUILDDIR% >> %LOGFILE%
|
||||
|
||||
:: copy fpc source
|
||||
gmkdir -p %BUILDDIR%\fpcsrc
|
||||
%SVN% export %FPCCVSDIR%\rtl %BUILDDIR%\fpcsrc\rtl >> %LOGFILE%
|
||||
%SVN% export %FPCCVSDIR%\fcl %BUILDDIR%\fpcsrc\fcl >> %LOGFILE%
|
||||
%SVN% export %FPCCVSDIR%\packages %BUILDDIR%\fpcsrc\packages >> %LOGFILE%
|
||||
%SVN% export %FPCSVNDIR%\rtl %BUILDDIR%\fpcsrc\rtl >> %LOGFILE%
|
||||
%SVN% export %FPCSVNDIR%\fcl %BUILDDIR%\fpcsrc\fcl >> %LOGFILE%
|
||||
%SVN% export %FPCSVNDIR%\packages %BUILDDIR%\fpcsrc\packages >> %LOGFILE%
|
||||
|
||||
call build-fpc.bat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user