|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - Why does GDC install C source ?These GDC-installed directories: - include/d/etc/c/recls - include/d/etc/c/stlsoft - include/d/etc/c/zlib contain C/C++ code and headers... Are they really needed for D ? I thought that "include/d" would only hold import modules for use with D itself (.d) ? Especially these two, look useless enough:/opt/gdc/include/d/etc/c/zlib/zlib.lib: Microsoft Visual C library /opt/gdc/include/d/etc/c/recls/recls.lib: Microsoft Visual C library Dec 19 2004
Anders F Björklund wrote:These GDC-installed directories: - include/d/etc/c/recls - include/d/etc/c/stlsoft - include/d/etc/c/zlib contain C/C++ code and headers... Are they really needed for D ? May 02 2005
Anders F Björklund wrote:Anders F Björklund wrote:These GDC-installed directories: - include/d/etc/c/recls - include/d/etc/c/stlsoft - include/d/etc/c/zlib contain C/C++ code and headers... Are they really needed for D ? May 04 2005
David Friedman wrote:Why does GDC install the .h headers for zlib and recls ? And not just the .d modules (etc/c/zlib.d and std/recls.d) May 05 2005
|