On Saturday, 16 January 2016 at 21:51:15 UTC, Dibyendu Majumdar wrote:


Well as far as I can tell they are correct (unchanged from whatever the installer set them to):

; environment for both 32/64 bit
[Environment]
DFLAGS="-I%@P%\..\..\src\phobos" "-I%@P%\..\..\src\druntime\import"

; optlink only reads from the Environment section so we need this redundancy
; from the Environment32 section (bugzilla 11302)
LIB="%@P%\..\lib"


[Environment32]
LIB="%@P%\..\lib"
LINKCMD=%@P%\link.exe


[Environment64]
LIB="%@P%\..\lib64"

Have you verified that this is the only DMD installation on your path?

Reply via email to