DMD 1.036 and 2.020 releases

Bill Baxter wbaxter at gmail.com
Mon Oct 20 17:47:42 PDT 2008


On Tue, Oct 21, 2008 at 9:45 AM, Walter Bright
<newshound1 at digitalmars.com> wrote:
> 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"

Actually it doesn't work for me with the whole string as one big
quote.  I had to split it into two quotes like I posted it before:

    DFLAGS="-I%@P%\..\src\phobos"  "-I%@P%\..\src\druntime\import"

--bb


More information about the Digitalmars-d-announce mailing list