On Tue, Oct 21, 2008 at 9:45 AM, Walter Bright
<[EMAIL PROTECTED]> 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="[EMAIL PROTECTED]";\dm\lib
>> DFLAGS="[EMAIL PROTECTED] [EMAIL PROTECTED]"

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="[EMAIL PROTECTED]"  "[EMAIL PROTECTED]"

--bb

Reply via email to