From a45170ea27d9e323e85e1d22f3dd0f77e52945b8 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Mon, 1 Apr 2002 21:33:27 +0000 Subject: [PATCH] Added ntdll.a to TARGET_SDKLIBS svn path=/trunk/; revision=2794 --- reactos/lib/msvcrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/msvcrt/Makefile b/reactos/lib/msvcrt/Makefile index 55d6dfad327..1d79fffeec6 100644 --- a/reactos/lib/msvcrt/Makefile +++ b/reactos/lib/msvcrt/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 2001/08/21 20:13:06 chorns Exp $ +# $Id: Makefile,v 1.21 2002/04/01 21:33:27 hbirr Exp $ PATH_TO_TOP = ../.. @@ -10,7 +10,7 @@ TARGET_NAME = msvcrt TARGET_LFLAGS = -nostartfiles -TARGET_SDKLIBS = kernel32.a +TARGET_SDKLIBS = kernel32.a ntdll.a TARGET_GCCLIBS = gcc