mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 18:50:45 +02:00
Revert Win Installer: allow builddir from env
git-svn-id: trunk@38105 -
This commit is contained in:
parent
aa0bfe811a
commit
8a784ff039
@ -10,7 +10,7 @@ if [%ISCC%]==[] SET ISCC="C:\Program Files\Inno Setup 5\iscc.exe"
|
|||||||
|
|
||||||
:: Path to build directory.
|
:: Path to build directory.
|
||||||
:: In this directory an image of the installation will be built.
|
:: In this directory an image of the installation will be built.
|
||||||
if [%BUILDDIR%]==[] SET BUILDDIR=c:\temp\lazbuild
|
SET BUILDDIR=c:\temp\lazbuild
|
||||||
|
|
||||||
:: Path to the svn executable
|
:: Path to the svn executable
|
||||||
if [%SVN%]==[] SET SVN="c:\program files\subversion\bin\svn.exe"
|
if [%SVN%]==[] SET SVN="c:\program files\subversion\bin\svn.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user