mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added -D_MSVCRT_LIB_ to TARGET_CFLAGS and ntdll.a to TARGET_SDKLIBS.
Ntdll.a is needed to import DbgPrint for DPRINT macros. svn path=/trunk/; revision=3857
This commit is contained in:
parent
c8662b4cab
commit
14d77e9c63
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.51 2002/11/29 15:58:59 robd Exp $
|
||||
# $Id: makefile,v 1.52 2002/12/09 20:09:24 hbirr Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -14,7 +14,9 @@ TARGET_BASE = 0x77630000
|
|||
|
||||
TARGET_LFLAGS = -nostartfiles
|
||||
|
||||
TARGET_SDKLIBS = kernel32.a
|
||||
TARGET_CFLAGS = -D_MSVCRT_LIB_
|
||||
|
||||
TARGET_SDKLIBS = kernel32.a ntdll.a
|
||||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||
|
||||
|
|
Loading…
Reference in a new issue