Explorar o código

Don't allow DELPHI2009ROOT and DELPHIXEROOT to be both set. #217.

Martijn Laan %!s(int64=9) %!d(string=hai) anos
pai
achega
c238aa3052
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compile-unicode.bat

+ 1 - 0
compile-unicode.bat

@@ -24,6 +24,7 @@ set DELPHI2009ROOT=
 set DELPHIXEROOT=
 call .\compilesettings.bat
 if "%DELPHI2009ROOT%"=="" if "%DELPHIXEROOT%"=="" goto compilesettingserror
+if not "%DELPHI2009ROOT%"=="" if not "%DELPHIXEROOT%"=="" goto compilesettingserror
 
 rem -------------------------------------------------------------------------