We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e40f180 + ea90c1a commit 6926d7dCopy full SHA for 6926d7d
2 files changed
win32.mak
@@ -59,9 +59,10 @@ MAKE=make
59
60
## D compiler
61
62
-DMD=$(DIR)\bin\dmd
63
-#DMD=..\dmd
64
-DMD=dmd
+DMD_DIR=..\dmd
+BUILD=release
+OS=windows
65
+DMD=$(DMD_DIR)\generated\$(OS)\$(BUILD)\$(MODEL)\dmd
66
67
## Location of where to write the html documentation files
68
win64.mak
@@ -63,9 +63,10 @@ MAKE=make
69
70
71
72
0 commit comments