https://issues.dlang.org/show_bug.cgi?id=21435
Issue ID: 21435
Summary: The window .win64 make file for visual studio depends
on the make.exe that is part of the dmd folder.
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
The newer versions of dmd no longer comes with the make.exe file, which causes
the Visual studio solution file for Phobos using dlangVS project to fail. I
don't know what the solution for this should be. Should the .win64 file be
modified to use a different make.exe from another folder or modify the visual
studio solution to use its own make?
--