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

Commit

Permalink
Finish conversion from critical.c and monitor.d to their .d versions
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Feb 7, 2011
1 parent eddc043 commit 031f65b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 520 deletions.
10 changes: 5 additions & 5 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ MANIFEST= \
src/rt/compiler.d \
src/rt/complex.c \
src/rt/cover.d \
src/rt/critical.c \
src/rt/critical_.d \
src/rt/deh.d \
src/rt/deh2.d \
src/rt/dmain2.d \
Expand All @@ -163,12 +163,11 @@ MANIFEST= \
src/rt/invariant_.d \
src/rt/lifetime.d \
src/rt/llmath.d \
src/rt/mars.h \
src/rt/memory.d \
src/rt/memory_osx.c \
src/rt/memset.d \
src/rt/minit.asm \
src/rt/monitor.c \
src/rt/monitor_.d \
src/rt/obj.d \
src/rt/qsort.d \
src/rt/qsort2.d \
Expand Down Expand Up @@ -283,6 +282,7 @@ SRC_D_MODULES = \
rt/cast_ \
rt/cmath2 \
rt/cover \
rt/critical_ \
rt/deh2 \
rt/dmain2 \
rt/invariant \
Expand All @@ -291,6 +291,7 @@ SRC_D_MODULES = \
rt/llmath \
rt/memory \
rt/memset \
rt/monitor_ \
rt/obj \
rt/qsort \
rt/switch_ \
Expand Down Expand Up @@ -343,8 +344,7 @@ SRC_D_MODULES = \
# NOTE: a pre-compiled minit.obj has been provided in dmd for Win32 and
# minit.asm is not used by dmd for Linux

OBJS= $(OBJDIR)/errno_c.o $(OBJDIR)/threadasm.o $(OBJDIR)/complex.o \
$(OBJDIR)/critical.o $(OBJDIR)/memory_osx.o $(OBJDIR)/monitor.o
OBJS= $(OBJDIR)/errno_c.o $(OBJDIR)/threadasm.o $(OBJDIR)/complex.o $(OBJDIR)/memory_osx.o

DOCS=\
$(DOCDIR)/object.html \
Expand Down
176 changes: 0 additions & 176 deletions src/rt/critical.c

This file was deleted.

107 changes: 0 additions & 107 deletions src/rt/mars.h

This file was deleted.

Loading

0 comments on commit 031f65b

Please sign in to comment.