فهرست منبع

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 -------------------------------------------------------------------------