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.
1 parent 7a45f1e commit aec7f56Copy full SHA for aec7f56
win32.mak
@@ -30,11 +30,6 @@ d.chm : chm\d.chm
30
chm-nav-release.json : $(DDOC) std.ddoc spec\spec.ddoc modlist-release.ddoc changelog\changelog.ddoc chm-nav.dd
31
$(DMD) -o- -c -Df$@ $**
32
33
-d.tag : chmgen.exe $(TARGETS)
34
- chmgen --only-tags
35
-
36
-d-tags.json : d.tag
37
38
modlist-release.ddoc : modlist.d
39
# need + to run as sub-cmd, redirect doesn't work otherwise
40
+$(DMD) -run modlist.d ..\druntime ..\phobos $(MOD_EXCLUDES_RELEASE) >$@
0 commit comments