简体   繁体   中英

build a delphi 7 project with MSBuild

我尝试使用MSBuild来构建delphi项目,但是问题在于在delphi的版本7中,没有扩展名为.dproj的文件,是否有任何解决方案可以让我使用MSBuild来构建它?

Delphi 7 did not produce the XML project files used by MS-Build. In order to use MS-Build to build Delphi 7 projects, you'd have to generate your own .dproj file in the proper format.

It also did not come with the Borland assemblies necessary for use with MS-Build (which were placed in the %WINDIR%\\assembly\\GAC_MSIL folder in more recent Delphi installations), so you'd have to create your own schema that calls the Delphi compiler (both code and resource).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM