Trass3r wrote:
Maybe he is looking for a way to pass some custom arguments to DMD and couldn't find a way to do so via xfBuild?

compiler arguments are passed just as normal.

For example:
writefln("Hello");
Wasn't having any effect. Seems to be working now though.

But now I have other problems. If I put..
Start source:
module xft;

import std.stdio;

void main() {
        writefln("Hello xfbuild World!");
}
Finish source.
>>
C:\Jpro\dpro\small>xfbuild xft.d
Thread 1: compiling 1 modules
Thread 0: compiling 0 modules
Error: unrecognized switch '-deps=xft.moduleDeps'
Build failed: "dmd @xfbuild.1660e00.rsp" returned 1
<<

And with Tango, using my one source code file and with the option +o it doesn't work. But every thing works with a bigger program, (only tried one though).

Reply via email to