You are not logged in.
Pages: 1
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
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
Pages: 1