Build tools.

Alexander Panek a.panek at brainsware.org
Sat Oct 13 02:18:18 PDT 2007


Michel Fortin wrote:
> The plugin only needs to tell Xcode which files depend on which files. 
> The rest of the build process is handled by Xcode, with the help of a 
> few other settings the plugin provide.

The easiest way to achieve the imports/dependencies is to parse the 
output of `dmd -v file1.d file2.d', and grep for "^semantic <fileX>" + 
following "^import".. just take a look yourself, I'm sure it's easier 
than using the frontend itself.

Apart from that, how does the Xcode build process work? Can't you just 
call a binary from inside Xcode?



More information about the Digitalmars-d mailing list