mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fixed dependencies. Now ntdll.dll depends on ntdll.def too.
svn path=/trunk/; revision=422
This commit is contained in:
parent
241b23c24d
commit
278a6c540b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ ntdll.coff: ntdll.rc ../../include/reactos/resource.h
|
|||
ntdll.a: $(OBJECTS)
|
||||
$(AR) csr ntdll.a $(OBJECTS)
|
||||
|
||||
ntdll.dll: $(DLLMAIN) $(OBJECTS)
|
||||
ntdll.dll: $(DLLMAIN) $(OBJECTS) def/ntdll.def
|
||||
$(LD) -r $(DLLMAIN) $(OBJECTS) -o ntdll.o
|
||||
$(DLLTOOL) --dllname ntdll.dll --def def/ntdll.def \
|
||||
--output-lib ntdll.a --add-stdcall-alias \
|
||||
|
|
Loading…
Reference in a new issue