"Nick Sabalausky" <[email protected]> wrote in message
news:[email protected]...
>
>
>> rdmd --chatty test.d
> dmd -v -o- "test.d" >test.d.deps
> Compile Time
>
> md
> -of"C:\DOCUME~1\NICKSA~1\LOCALS~1\Temp\.rdmd\test-d-A8FD055311F603E847689B6FC07BFF23.exe"
>
>
> -od"C:\DOCUME~1\NICKSA~1\LOCALS~1\Temp\.rdmd\rdmd-test.d-A8FD055311F603E847689B6FC07BFF23""test.d"CompileTimeRuntime>
> rdmd --chatty test.ddmd -v -o- "test.d" >test.d.depsCompileTimeRuntime>That
> got messed up, trying again (and note that I'm on windows, hence the">"
> prompt):// test.dimport std.stdio;pragma(msg, "Compile Time");void main(){
> writeln("Runtime");}> rdmd --chatty test.ddmd -v -o- "test.d"
> >test.d.depsCompile Timedmd
> -of"C:\DOCUME~1\NICKSA~1\LOCALS~1\Temp\.rdmd\test-d-A8FD055311F603E847689B6FC07BFF23.exe"
>
> -od"C:\DOCUME~1\NICKSA~1\LOCALS~1\Temp\.rdmd\rdmd-test.d-A8FD055311F603E847689B6FC07BFF23"
> "test.d"Compile TimeRuntime> rdmd --chatty test.ddmd -v -o- "test.d"
> >test.d.depsCompile TimeRuntime