mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
add time.o and memcpy.o
svn path=/trunk/; revision=243
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user