add time.o and memcpy.o

svn path=/trunk/; revision=243
This commit is contained in:
jean 1999-02-16 12:41:57 +00:00
parent 32835c2a47
commit 276842493c

View file

@ -1,7 +1,8 @@
all: ntdll.a
OBJECTS = napi.o stubs/stubs.o string/wstring.o stdio/vsprintf.o \
rtl/unicode.o rtl/namespc.o string/ctype.o string/strlen.o
rtl/unicode.o rtl/namespc.o string/ctype.o string/strlen.o \
rtl/time.o string/memcpy.o
ntdll.a: $(OBJECTS)
$(AR) vcsr ntdll.a $(OBJECTS)