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

Commit

Permalink
Merge pull request #945 from klamonte/master
Browse files Browse the repository at this point in the history
13377 - include core/sys/posix/syslog.d
  • Loading branch information
MartinNowak authored and 9rnsr committed Sep 3, 2014
1 parent 3eb35e0 commit 2fe9887
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions mak/COPY
Expand Up @@ -87,6 +87,7 @@ COPY=\
$(IMPDIR)\core\sys\posix\signal.d \
$(IMPDIR)\core\sys\posix\stdio.d \
$(IMPDIR)\core\sys\posix\stdlib.d \
$(IMPDIR)\core\sys\posix\syslog.d \
$(IMPDIR)\core\sys\posix\termios.d \
$(IMPDIR)\core\sys\posix\time.d \
$(IMPDIR)\core\sys\posix\ucontext.d \
Expand Down
1 change: 1 addition & 0 deletions mak/MANIFEST
Expand Up @@ -119,6 +119,7 @@ MANIFEST=\
src\core\sys\posix\signal.d \
src\core\sys\posix\stdio.d \
src\core\sys\posix\stdlib.d \
src\core\sys\posix\syslog.d \
src\core\sys\posix\termios.d \
src\core\sys\posix\time.d \
src\core\sys\posix\ucontext.d \
Expand Down
3 changes: 3 additions & 0 deletions win32.mak
Expand Up @@ -398,6 +398,9 @@ $(IMPDIR)\core\sys\posix\stdio.d : src\core\sys\posix\stdio.d
$(IMPDIR)\core\sys\posix\stdlib.d : src\core\sys\posix\stdlib.d
copy $** $@

$(IMPDIR)\core\sys\posix\syslog.d : src\core\sys\posix\syslog.d
copy $** $@

$(IMPDIR)\core\sys\posix\sys\ioctl.d : src\core\sys\posix\sys\ioctl.d
copy $** $@

Expand Down
3 changes: 3 additions & 0 deletions win64.mak
Expand Up @@ -405,6 +405,9 @@ $(IMPDIR)\core\sys\posix\stdio.d : src\core\sys\posix\stdio.d
$(IMPDIR)\core\sys\posix\stdlib.d : src\core\sys\posix\stdlib.d
copy $** $@

$(IMPDIR)\core\sys\posix\syslog.d : src\core\sys\posix\syslog.d
copy $** $@

$(IMPDIR)\core\sys\posix\sys\ioctl.d : src\core\sys\posix\sys\ioctl.d
copy $** $@

Expand Down

0 comments on commit 2fe9887

Please sign in to comment.