Thread overview
[Issue 16392] drop win32.mak
Aug 15, 2016
Lodovico Giaretta
August 15, 2016
https://issues.dlang.org/show_bug.cgi?id=16392

Lodovico Giaretta <lodovico@giaretart.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lodovico@giaretart.net

--- Comment #1 from Lodovico Giaretta <lodovico@giaretart.net> ---
(In reply to greensunny12 from comment #0)
> 2) just drop win32.mak (windows 10 includes a full ubuntu bash anyways)

I don't think this is really an option. Windows 10 bash produces posix executables, not windows ones. So it is only ok if posix.mak can be used to cross-compile for windows. Even if that is the case, the Windows 10 bash currently has some limitations that make it not production-ready.

--
December 15, 2017
https://issues.dlang.org/show_bug.cgi?id=16392

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

https://github.com/dlang/dlang.org/commit/7cde786406269c19bcc91d81605453ce817f4fdc Fix Issue 16392 - Remove deprecated Windows targets

Support for Windows has been abandoned for more than a year.
It's dangerous to leave unmaintained scripts in the official repository
as it can easily lead to a frustrating experience.

This leaves the CHM generation as that's the sole part still being actively used.

See also: https://github.com/dlang/dlang.org/pull/1957#issuecomment-351302277

https://github.com/dlang/dlang.org/commit/4d6452a48659d48309612117d3b26a48a2198094 Merge pull request #1976 from wilzbach/remove-windows-targets

Fix Issue 16392 - Remove deprecated Windows targets

--
December 15, 2017
https://issues.dlang.org/show_bug.cgi?id=16392

github-bugzilla@puremagic.com changed:

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

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=16392

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

https://github.com/dlang/dlang.org/commit/7cde786406269c19bcc91d81605453ce817f4fdc Fix Issue 16392 - Remove deprecated Windows targets

https://github.com/dlang/dlang.org/commit/4d6452a48659d48309612117d3b26a48a2198094 Merge pull request #1976 from wilzbach/remove-windows-targets

--