소스 검색

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

Martijn Laan 9 년 전
부모
커밋
c238aa3052
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 -------------------------------------------------------------------------