Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 1, 2011
1 parent 08687bd commit 162f885
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ MANIFEST= \
src\core\sys\posix\sys\time.d \
src\core\sys\posix\sys\types.d \
src\core\sys\posix\sys\uio.d \
src\core\sys\posix\sys\un.d \
src\core\sys\posix\sys\wait.d \
\
src\core\sys\windows\dbghelp.d \
Expand Down Expand Up @@ -453,6 +454,7 @@ IMPORTS=\
$(IMPDIR)\core\sys\posix\sys\time.di \
$(IMPDIR)\core\sys\posix\sys\types.di \
$(IMPDIR)\core\sys\posix\sys\uio.di \
$(IMPDIR)\core\sys\posix\sys\un.di \
$(IMPDIR)\core\sys\posix\sys\wait.di \
\
$(IMPDIR)\core\sys\windows\dbghelp.di \
Expand Down Expand Up @@ -739,6 +741,9 @@ $(IMPDIR)\core\sys\posix\sys\types.di : src\core\sys\posix\sys\types.d
$(IMPDIR)\core\sys\posix\sys\uio.di : src\core\sys\posix\sys\uio.d
$(DMD) -c -d -o- -Isrc -Iimport -Hf$@ $**

$(IMPDIR)\core\sys\posix\sys\un.di : src\core\sys\posix\sys\un.d
$(DMD) -c -d -o- -Isrc -Iimport -Hf$@ $**

$(IMPDIR)\core\sys\posix\sys\wait.di : src\core\sys\posix\sys\wait.d
$(DMD) -c -d -o- -Isrc -Iimport -Hf$@ $**

Expand Down

0 comments on commit 162f885

Please sign in to comment.