소스 검색

DRAGEXT64* and WITH_DRAGEXT64 variables are no longer used

Source commit: 466652c946fcdcee0164b3a59759fe157dc5807e
Martin Prikryl 9 년 전
부모
커밋
6840e3f7ca
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      build.bat

+ 0 - 4
build.bat

@@ -2,11 +2,7 @@
 rem See 'readme' file
 if "%PROCESSOR_ARCHITECTURE%"=="x86" set BDS=%ProgramFiles%\Embarcadero\Studio\14.0
 if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set BDS=%ProgramFiles(x86)%\Embarcadero\Studio\14.0
-set WITH_DRAGEXT64=0
 set WITH_DOTNET=1
-rem set DRAGEXT64CL=<path to x64 cl.exe>
-rem set DRAGEXT64INCL=<path to x64 includes>
-rem set DRAGEXT64LIB=<path to x64 libraries>
 if "%BUILD_TARGET%"=="" set BUILD_TARGET=Build
 if "%BUILD_CONFIG%"=="" set BUILD_CONFIG=Release