Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive
1 change: 1 addition & 0 deletions mak/COPY
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ COPY=\
\
$(IMPDIR)\core\thread\fiber.d \
$(IMPDIR)\core\thread\osthread.d \
$(IMPDIR)\core\thread\context.d \
$(IMPDIR)\core\thread\package.d \
\
$(IMPDIR)\etc\linux\memoryerror.d
1 change: 1 addition & 0 deletions mak/DOCS
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ DOCS=\
\
$(DOCDIR)\core_thread_fiber.html \
$(DOCDIR)\core_thread_osthread.html \
$(DOCDIR)\core_thread_context.html \
\
$(DOCDIR)\core_internal_array_capacity.html \
\
Expand Down
1 change: 1 addition & 0 deletions mak/SRCS
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ SRCS=\
\
src\core\thread\fiber.d \
src\core\thread\osthread.d \
src\core\thread\context.d \
src\core\thread\package.d \
\
src\gc\bits.d \
Expand Down
3 changes: 3 additions & 0 deletions mak/WINDOWS
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,9 @@ $(IMPDIR)\core\thread\fiber.d : src\core\thread\fiber.d
$(IMPDIR)\core\thread\osthread.d : src\core\thread\osthread.d
copy $** $@

$(IMPDIR)\core\thread\context.d : src\core\thread\context.d
copy $** $@

$(IMPDIR)\core\thread\package.d : src\core\thread\package.d
copy $** $@

Expand Down
Loading