mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
add time.o and memcpy.o
svn path=/trunk/; revision=243
This commit is contained in:
parent
32835c2a47
commit
276842493c
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue