mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user