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

Commit

Permalink
update makefile for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
deadalnix committed Nov 18, 2012
1 parent 4d6d306 commit 8fa3cc6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions win32.mak
Expand Up @@ -234,7 +234,9 @@ MANIFEST= \
src\rt\util\console.d \
src\rt\util\hash.d \
src\rt\util\string.d \
src\rt\util\utf.d
src\rt\util\utf.d \
\
src\etc\linux\memoryerror.d

SRCS= \
src\object_.d \
Expand Down Expand Up @@ -494,7 +496,9 @@ COPY=\
$(IMPDIR)\core\sys\windows\dll.d \
$(IMPDIR)\core\sys\windows\stacktrace.d \
$(IMPDIR)\core\sys\windows\threadaux.d \
$(IMPDIR)\core\sys\windows\windows.d
$(IMPDIR)\core\sys\windows\windows.d \
\
$(IMPDIR)\etc\linux\memoryerror.d

######################## Doc .html file generation ##############################

Expand Down Expand Up @@ -596,6 +600,7 @@ copydir: $(IMPDIR)
mkdir $(IMPDIR)\core\sys\osx\mach
mkdir $(IMPDIR)\core\sys\freebsd\sys
mkdir $(IMPDIR)\core\sys\linux\sys
mkdir $(IMPDIR)\etc\linux
mkdir $(IMPDIR)\core\stdc

copy: $(COPY)
Expand Down
9 changes: 7 additions & 2 deletions win64.mak
Expand Up @@ -241,7 +241,9 @@ MANIFEST= \
src\rt\util\console.d \
src\rt\util\hash.d \
src\rt\util\string.d \
src\rt\util\utf.d
src\rt\util\utf.d \
\
src\etc\linux\memoryerror.d

SRCS= \
src\object_.d \
Expand Down Expand Up @@ -503,7 +505,9 @@ COPY=\
$(IMPDIR)\core\sys\windows\dll.d \
$(IMPDIR)\core\sys\windows\stacktrace.d \
$(IMPDIR)\core\sys\windows\threadaux.d \
$(IMPDIR)\core\sys\windows\windows.d
$(IMPDIR)\core\sys\windows\windows.d \
\
$(IMPDIR)\etc\linux\memoryerror.d

######################## Doc .html file generation ##############################

Expand Down Expand Up @@ -605,6 +609,7 @@ copydir: $(IMPDIR)
mkdir $(IMPDIR)\core\sys\osx\mach
mkdir $(IMPDIR)\core\sys\freebsd\sys
mkdir $(IMPDIR)\core\sys\linux\sys
mkdir $(IMPDIR)\etc\linux
mkdir $(IMPDIR)\core\stdc

copy: $(COPY)
Expand Down

0 comments on commit 8fa3cc6

Please sign in to comment.