mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
11 lines
165 B
Makefile
11 lines
165 B
Makefile
all: ntdll.a
|
|
|
|
OBJECTS = napi.o stubs/stubs.o string/wstring.o stdio/vsprintf.o
|
|
|
|
ntdll.a: $(OBJECTS)
|
|
$(AR) vcsr ntdll.a $(OBJECTS)
|
|
|
|
dummy:
|
|
|
|
include ../../rules.mak
|