DConf 2014 Day 2 Talk 4: Reducing D Bugs by Vladimir Panteleev

Trass3r via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Jul 13 11:43:42 PDT 2014


> You can add the compiler to the make command line with some 
> magic quoting.
>
> My build script calls
>
> druntime:
> make -f win64.mak DMD=../windows/bin/dmd.exe 
> "CC=\"c:\l\vc10\bin64\cl.exe\"" target
>
> phobos:
> make -f win64.mak DMD=../windows/bin/dmd.exe 
> "CC=\"c:\l\vc10\bin64\cl.exe\"" MAKE=c:\l\dmc\bin\make 
> "AR=\"c:/l/vc10/bin64/lib.exe\"" LIB=..\lib64\phobos64.lib

Isn't the make call hardcoded in Digger?


More information about the Digitalmars-d-announce mailing list