From 14d77e9c6300718f3f5e5de5f3d0f58fb91e6bd2 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Mon, 9 Dec 2002 20:09:24 +0000 Subject: [PATCH] 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 --- reactos/lib/crtdll/makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reactos/lib/crtdll/makefile b/reactos/lib/crtdll/makefile index a7f767e9ac7..b771c62ef63 100644 --- a/reactos/lib/crtdll/makefile +++ b/reactos/lib/crtdll/makefile @@ -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