Thread overview
[Issue 18233] building with -m64 doesn't work with sc.ini from the zip distribution and VS2017
Jan 12, 2018
Rainer Schuetze
January 12, 2018
https://issues.dlang.org/show_bug.cgi?id=18233

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/dlang/dmd/pull/7686

--
January 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18233

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e9b2864e1b0f59415045533423c64447b3e468aa fix issue 18233 - building with -m64 doesn't work with sc.ini from the zip distribution and VS2017

remove sc.ini entries for sections Environment64 and Environment32mscoff, these are automatically detected by DMD

https://github.com/dlang/dmd/commit/a81d286dd69dafb6d8c2605804602b19e98634dd Merge pull request #7686 from rainers/cleanup_ini

fix issue 18233 - building with -m64 doesn't work with sc.ini from zip merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

--
January 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18233

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
January 16, 2018
https://issues.dlang.org/show_bug.cgi?id=18233

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e9b2864e1b0f59415045533423c64447b3e468aa fix issue 18233 - building with -m64 doesn't work with sc.ini from the zip distribution and VS2017

https://github.com/dlang/dmd/commit/a81d286dd69dafb6d8c2605804602b19e98634dd Merge pull request #7686 from rainers/cleanup_ini

--