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

Commit

Permalink
cannot build un for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 1, 2011
1 parent 162f885 commit f24cfa3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ 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 @@ -741,9 +740,6 @@ $(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 f24cfa3

Please sign in to comment.