DConf 2014 Day 2 Talk 4: Reducing D Bugs by Vladimir Panteleev
Trass3r via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Mon Jul 14 04:58:51 PDT 2014
> 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
That works?
So it probably doesn't need the includes set in the makefile.
More information about the Digitalmars-d-announce
mailing list