Revert Win Installer: allow builddir from env

git-svn-id: trunk@38105 -
This commit is contained in:
martin 2012-08-01 12:12:37 +00:00
parent aa0bfe811a
commit 8a784ff039

View File

@ -10,7 +10,7 @@ if [%ISCC%]==[] SET ISCC="C:\Program Files\Inno Setup 5\iscc.exe"
:: Path to build directory.
:: 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
if [%SVN%]==[] SET SVN="c:\program files\subversion\bin\svn.exe"