www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 21435] New: The window .win64 make file for visual studio

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: nobody puremagic.com
          Reporter: alexanderheistermann gmail.com

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?

--
Nov 27 2020