Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>We are about to embark on setting this up for Delphi 2010 ourselves. We previously (and indeed currently) have exactly this setup for our FinalBuilder automated builds with Delphi 2006.</p> <p>In that case all we did was take a copy of the contents of the installation folder of Delphi 2006 itself (Program Files\Borland\BDS\4.0). That is everything, Bin, Lib... the lot (i.e. exactly as we have on our dev machines).</p> <p>The only difference between the dev machines and the build machine is that Delphi isn't actually INSTALLED on that machine, but this does not affect the ability to run the command line compiler (which is what we use in our automated builds).</p> <p>The only other thing we had to do was to manually create some registry entries so that FinalBuilder would detect and recognise the presence of Delphi 2006 on the machine and provide the required library paths etc. This we did by exporting the necessary keys/values from a dev machine and importing to the registry of the build machine (the resultant .reg file is also part of our build config within the repository).</p> <p>I cannot say what the <em>minimum</em> set of files is because we were not concerned with conserving disk space and simply took everything "just in case". You may be able to save a few MB's by trimming off some fat, but in comparison with the disk consumption of an automated build environment (source, intermediate and compilation products etc etc) I suspect the savings will be negligible and not worth the hassle.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload