mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 14:18:17 +02:00
Version 0.9.8 for fpc 2.0.0
git-svn-id: trunk@7195 -
This commit is contained in:
parent
c75840a847
commit
d8322892c3
@ -1,19 +1,20 @@
|
||||
:: This setting need to change for every build
|
||||
SET LAZVERSION=0.9.7
|
||||
SET LAZVERSION=0.9.8
|
||||
|
||||
:: These settings are dependent on the configuration of the build machine
|
||||
:: Path to the Inno Setup Compiler
|
||||
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-1.9.8
|
||||
SET FPCCVSDIR=c:\lazarus\source\fpc-2.0.0
|
||||
|
||||
:: Path to the lazarus sources checked out of cvs
|
||||
SET LAZCVSDIR=c:\lazarus\source\lazcvs
|
||||
SET LAZCVSDIR=c:\lazarus\source\lazsource
|
||||
::SET LAZCVSDIR=c:\lazarus\source\lazarus
|
||||
|
||||
:: Path to fpc 1.0.10 compiler
|
||||
SET RELEASE_PPC=c:\fpc\bin\ppc386-release.exe
|
||||
::SET RELEASE_PPC=c:\fpc\1.9.6\bin\i386-win32\ppc386.exe
|
||||
::SET RELEASE_PPC=c:\fpc\1.9.8\bin\i386-win32\ppc386.exe
|
||||
|
||||
:: Path to the directory containing some third party utilities used by fpc
|
||||
:: it will be copied completely to the pp\bin\win32 directory
|
||||
|
Loading…
Reference in New Issue
Block a user