DMD 1.036 and 2.020 releases

Walter Bright newshound1 at digitalmars.com
Mon Oct 20 17:45:04 PDT 2008


Bill Baxter wrote:
> Assuming Windows, looks like DFLAGS aren't set right in dmd\bin\sc.ini.

You're right. sc.ini should be:

> [Version]
> version=7.51 Build 020
> 
> [Environment]
> LIB="%@P%\..\lib";\dm\lib
> DFLAGS="-I%@P%\..\src\phobos -I%@P%\..\src\druntime\import"
> LINKCMD=%@P%\..\..\dm\bin\link.exe

and dmd.conf should be:

> 
> [Environment]
> 
> DFLAGS=-I%@P%/../src/phobos -I%@P%/../src/runtime/import -L-L%@P%/../lib


More information about the Digitalmars-d-announce mailing list