Skip to content

Commit

Permalink
Merge pull request #4226 from CyberShadow/pull-20160421-053643
Browse files Browse the repository at this point in the history
Fix std.experimental.typecons omissions in Windows makefiles
  • Loading branch information
schveiguy committed Apr 21, 2016
2 parents ce567fe + 4f9fa6c commit 175e7d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions win32.mak
Expand Up @@ -1069,6 +1069,9 @@ $(DOC)\std_experimental_allocator_typed.html : $(STDDOC) std\experimental\alloca
$(DOC)\std_experimental_allocator.html : $(STDDOC) std\experimental\allocator\package.d
$(DMD) -c -o- $(DDOCFLAGS) -Df$(DOC)\std_experimental_allocator.html $(STDDOC) std\experimental\allocator\package.d

$(DOC)\std_experimental_typecons.html : $(STDDOC) std\experimental\typecons.d
$(DMD) -c -o- $(DDOCFLAGS) -Df$(DOC)\std_experimental_typecons.html $(STDDOC) std\experimental\typecons.d

$(DOC)\std_experimental_ndslice_iteration.html : $(STDDOC) std\experimental\ndslice\iteration.d
$(DMD) -c -o- $(DDOCFLAGS) -Df$(DOC)\std_experimental_ndslice_iteration.html $(STDDOC) std\experimental\ndslice\iteration.d

Expand Down
3 changes: 3 additions & 0 deletions win64.mak
Expand Up @@ -1047,6 +1047,9 @@ $(DOC)\std_experimental_allocator_typed.html : $(STDDOC) std\experimental\alloca
$(DOC)\std_experimental_allocator.html : $(STDDOC) std\experimental\allocator\package.d
$(DMD) -c -o- $(DDOCFLAGS) -Df$(DOC)\std_experimental_allocator.html $(STDDOC) std\experimental\allocator\package.d

$(DOC)\std_experimental_typecons.html : $(STDDOC) std\experimental\typecons.d
$(DMD) -c -o- $(DDOCFLAGS) -Df$(DOC)\std_experimental_typecons.html $(STDDOC) std\experimental\typecons.d

$(DOC)\std_experimental_ndslice_iteration.html : $(STDDOC) std\experimental\ndslice\iteration.d
$(DMD) -c -o- $(DDOCFLAGS) -Df$(DOC)\std_experimental_ndslice_iteration.html $(STDDOC) std\experimental\ndslice\iteration.d

Expand Down

0 comments on commit 175e7d1

Please sign in to comment.