#1 2015-12-23 09:33:54

esmondb
Member
From: London
Registered: 2010-07-20
Posts: 299

Delphi Build

Hi AB,

Could I make a request for a blog post?

I've noticed your post in this forum: http://delphicodemonkey.blogspot.co.uk/ … -deux.html

What I would like is a KISS example of how to build delphi projects with a ms batch file. I've looked at MSBuild and got confused.

Offline

#2 2015-12-23 18:14:24

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,183
Website

Re: Delphi Build

Just look at the .bat files available at the root folder of our source code repository.

See e.g. https://github.com/synopse/mORMot/blob/ … pilpil.bat

IMHO it is easy to follow it...
Compiling a Delphi project is as easy as

%DCC% MongoDBTests.dpr %Switches%

Once you set the %DCC% and %Switches% variables.

Offline

Board footer

Powered by FluxBB