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

Commit

Permalink
add netdb to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jun 27, 2011
1 parent bc7885d commit 2fcd169
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 @@ -87,6 +87,7 @@ MANIFEST= \
src\core\sys\posix\fcntl.d \
src\core\sys\posix\inttypes.d \
src\core\sys\posix\net\if_.d \
src\core\sys\posix\netdb.d \
src\core\sys\posix\poll.d \
src\core\sys\posix\pthread.d \
src\core\sys\posix\pwd.d \
Expand Down Expand Up @@ -421,6 +422,7 @@ IMPORTS=\
$(IMPDIR)\core\sys\posix\dlfcn.di \
$(IMPDIR)\core\sys\posix\fcntl.di \
$(IMPDIR)\core\sys\posix\inttypes.di \
$(IMPDIR)\core\sys\posix\netdb.di \
$(IMPDIR)\core\sys\posix\poll.di \
$(IMPDIR)\core\sys\posix\pthread.di \
$(IMPDIR)\core\sys\posix\pwd.di \
Expand Down Expand Up @@ -670,6 +672,9 @@ $(IMPDIR)\core\sys\posix\fcntl.di : src\core\sys\posix\fcntl.d
$(IMPDIR)\core\sys\posix\inttypes.di : src\core\sys\posix\inttypes.d
$(DMD) -c -d -o- -Isrc -Iimport -Hf$@ $**

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

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

Expand Down

0 comments on commit 2fcd169

Please sign in to comment.