Can dmd compile with my own runtime library?
Alexander Panek
alexander.panek at brainsware.org
Thu Aug 23 05:56:54 PDT 2007
Huang F Guan wrote:
> Alexander Panek Wrote:
>> You can use Tango's object.d[i] almost directly and provide the
>> necessary functions in your code, like malloc and friends.
>>
>
> I have Tango's source code, I only found the file object.di, but it is a declaration file, and not a implementaion file. How can I use this file?
>
You actually don't need more (to make it compile). The implementation
file itself is somewhere in [tango/]lib/compiler/<yourcompiler>/ IIRC.
More information about the Digitalmars-d
mailing list