当前位置:首页 > Windows程序 > 正文

delphi10.2 命令行编译x64脚本

标签:source   off   use   asn   inf   结构   x86   mdr   技术   

Build.bat

@echo off

@echo delphi x64编译测试
@cd /d %~dp0
@echo 设置Delphi参数信息

@set SourcePath=%~dp0.src
@set BinPath=%~dp0Bin

@echo 编译delphi x64
if exist %BinPath%Test64.exe del /q %BinPath%Test64.exe 

@set DCC64EXE="%systemdrive%Program Files (x86)EmbarcaderoStudio19.0binDCC64.exe"
if not exist 

温馨提示: 本文由杰米博客推荐,转载请保留链接: https://www.jmwww.net/file/14518.html