1 Star 0 Fork 0

大量/mORMot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
compil.bat 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
Arnaud Bouchez 提交于 2019-10-09 19:22 . test of Fossil + Git
@echo off
cls
rem goto SkipOldDelphi
set DCC=c:\progs\delphi5\bin\dcc32.exe
set DelphiVersion=Delphi 5
call compilpil.bat
set DCC=c:\progs\delphi6\bin\dcc32.exe
set DelphiVersion=Delphi 6
call compilpil.bat
:SkipOldDelphi
set DelphiVersion=
set LVCL=LVCL
call compilpil.bat
set LVCL=
set DelphiVersion=
call compilpil.bat
set DCC="c:\progs\CodeGear\RAD Studio\5.0\bin\dcc32.exe"
if not exist %DCC% set DCC="c:\progs\Delphi2007\bin\dcc32.exe"
set DelphiVersion=Delphi 2007
call compilpil.bat
set DCC="c:\progs\Embarcadero\RAD Studio\10.0\bin\dcc32.exe"
if not exist %DCC% set DCC="c:\progs\DelphiXE3\bin\dcc32.exe"
set DelphiVersion=Delphi XE3 Win32
call compilpil.bat
set DCC="c:\progs\Embarcadero\RAD Studio\11.0\bin\dcc32.exe"
if not exist %DCC% set DCC="c:\progs\DelphiXE4\bin\dcc32.exe"
set DelphiVersion=Delphi XE4 Win32
call compilpil.bat
set DCC="c:\progs\Embarcadero\RAD Studio\11.0\bin\dcc64.exe"
if not exist %DCC% set DCC="c:\progs\DelphiXE4\bin\dcc64.exe"
set DelphiVersion=Delphi XE4 Win64
call compilpil.bat
set DCC="c:\progs\Embarcadero\Studio\14.0\bin\dcc32.exe"
if not exist %DCC% set DCC="c:\progs\DelphiXE6\bin\dcc32.exe"
set DelphiVersion=Delphi XE6 Win32
call compilpil.bat
set DCC="c:\progs\Embarcadero\Studio\14.0\bin\dcc64.exe"
if not exist %DCC% set DCC="c:\progs\DelphiXE6\bin\dcc64.exe"
set DelphiVersion=Delphi XE6 Win64
call compilpil.bat
set DCC="c:\progs\Embarcadero\XE7\bin\fastdcc32.exe"
if not exist %DCC% set DCC="c:\progs\DelphiXE7\bin\dcc32.exe"
set DelphiVersion=Delphi XE7 Win32
call compilpil.bat
set DCC="c:\progs\Embarcadero\XE7\bin\fastdcc64.exe"
if not exist %DCC% set DCC="c:\progs\DelphiXE7\bin\dcc64.exe"
set DelphiVersion=Delphi XE7 Win64
call compilpil.bat
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wzdlsoft/mORMot.git
[email protected]:wzdlsoft/mORMot.git
wzdlsoft
mORMot
mORMot
master

搜索帮助