|
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 - [Issue 646] New: GDC does not set version(Windows) by default.
http://d.puremagic.com/issues/show_bug.cgi?id=646 Summary: GDC does not set version(Windows) by default. Product: GDC Version: unspecified Platform: PC OS/Version: Windows Status: NEW Severity: blocker Priority: P5 Component: glue layer AssignedTo: dvdfrdmn users.sf.net ReportedBy: default_357-line yahoo.de GDC does not set version(Windows) by default (Win32 however it does). It also (as of the current version as well as svn) does not allow you to set -fversion(Windows), claiming Windows is reserved and cannot be set. This forces users to change the standard headers (to use version(Win32), which is curiously set) in order to use phobos at all. See also http://lists.puremagic.com/pipermail/d.gnu/2006-November/000492.html -- Dec 04 2006
GDC does not set version(Windows) by default (Win32 however it does). It also (as of the current version as well as svn) does not allow you to set -fversion(Windows), claiming Windows is reserved and cannot be set. This forces users to change the standard headers (to use version(Win32), which is curiously set) in order to use phobos at all. Dec 04 2006
|