Thread overview
[dmd-internals] dmd commit, revision 559
Jun 24, 2010
dsource.org
Jun 25, 2010
Masahiro Nakagawa
Jun 25, 2010
Walter Bright
June 24, 2010
dmd commit, revision 559


user: walter

msg:
bugzilla 4080 Patch for building dynamic libraries on Mac OS X

http://www.dsource.org/projects/dmd/changeset/559

June 25, 2010
Line 245 in link.c:

     ex = FileName::forceExt(ex, global.dll)->toChars();

The second argument of forceExt is global.params.dll?


Masahiro

On Fri, 25 Jun 2010 06:27:43 +0900, dsource.org <noreply at dsource.org> wrote:

> dmd commit, revision 559
>
>
> user: walter
>
> msg:
> bugzilla 4080 Patch for building dynamic libraries on Mac OS X
>
> http://www.dsource.org/projects/dmd/changeset/559
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals

June 24, 2010
Actually, should be global.dll_ext

Masahiro Nakagawa wrote:
> Line 245 in link.c:
>
>     ex = FileName::forceExt(ex, global.dll)->toChars();
>
> The second argument of forceExt is global.params.dll?
>
>
> Masahiro
>
> On Fri, 25 Jun 2010 06:27:43 +0900, dsource.org <noreply at dsource.org> wrote:
>
>> dmd commit, revision 559
>>
>>
>> user: walter
>>
>> msg:
>> bugzilla 4080 Patch for building dynamic libraries on Mac OS X
>>
>> http://www.dsource.org/projects/dmd/changeset/559
>>
>> _______________________________________________
>> dmd-internals mailing list
>> dmd-internals at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
>