Skip to content

Commit

Permalink
Merge pull request #1957 from MartinNowak/fixup_release_build_win32
Browse files Browse the repository at this point in the history
fixup chmgen release build on win32
  • Loading branch information
wilzbach committed Dec 12, 2017
2 parents 14cd8e7 + 6607e1d commit 2666b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions win32.mak
Expand Up @@ -605,16 +605,16 @@ chm : d.chm
chmgen.exe : chmgen.d
$(DMD) -g chmgen

chm\d.hhp chm\d.hhc chm\d.hhk : chmgen.exe chm-nav.json $(TARGETS)
chmgen
chm\d.hhp chm\d.hhc chm\d.hhk : chmgen.exe chm-nav-release.json $(TARGETS)
chmgen --target release

chm\d.chm : chm\d.hhp chm\d.hhc chm\d.hhk
-cmd /C "cd chm && "$(HHC)" d.hhp"

d.chm : chm\d.chm
copy /Y chm\d.chm d.chm

chm-nav.json : $(DDOC) std.ddoc spec\spec.ddoc modlist-release.ddoc changelog\changelog.ddoc chm-nav.dd
chm-nav-release.json : $(DDOC) std.ddoc spec\spec.ddoc modlist-release.ddoc changelog\changelog.ddoc chm-nav.dd
$(DMD) -o- -c -Df$@ $**

d.tag : chmgen.exe $(TARGETS)
Expand Down

0 comments on commit 2666b27

Please sign in to comment.