mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added ntdll.a to TARGET_SDKLIBS. Ntdll.a is needed to import DbgPrint for DPRINT macros.
svn path=/trunk/; revision=3858
This commit is contained in:
parent
14d77e9c63
commit
cd35c38aa0
1 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.29 2002/12/05 15:30:43 robd Exp $
|
||||
# $Id: Makefile,v 1.30 2002/12/09 20:11:56 hbirr Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -12,8 +12,7 @@ TARGET_BASE = 0x78000000
|
|||
|
||||
TARGET_LFLAGS = -nostartfiles
|
||||
|
||||
TARGET_SDKLIBS = kernel32.a
|
||||
#TARGET_SDKLIBS = kernel32.a ntdll.a
|
||||
TARGET_SDKLIBS = kernel32.a ntdll.a
|
||||
|
||||
TARGET_GCCLIBS = gcc
|
||||
|
||||
|
@ -506,4 +505,8 @@ OBJECTS = \
|
|||
$(TARGET_NAME).o: $(OBJECTS)
|
||||
$(LD) -r $(OBJECTS) -o $(TARGET_NAME).o
|
||||
|
||||
|
||||
DEP_OBJECTS := $(OBJECTS)
|
||||
include $(PATH_TO_TOP)/tools/depend.mk
|
||||
|
||||
# EOF
|
||||
|
|
Loading…
Reference in a new issue