rainers / dlangvs

Visual Studio Solution for building DMD and its runtime library
1 stars 1 forks source link

Use nmake instead of digital mars make? #3

Open 12345swordy opened 3 years ago

12345swordy commented 3 years ago

Digital mars make no longer comes with the d compiler any more. Can this project be built using nmake only instead?

Edit: I can still build with this, but it is currently inconvenient as I have to copy the make.exe from digital mars c++ compiler.

rainers commented 3 years ago

This solution builds using the win64.mak files from druntime and phobos which only work with DM make. So I guess you will have to copy it from an older installation.

What could be possible, though, is to allow specifying the path to make.exe through an environment variable or searching it in PATH if it is not found in the dmd installation folder.