From d73db829fae7a5697b87cae4e5a46913b1f95272 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Sat, 29 May 2004 21:55:09 +0000 Subject: [PATCH] - Moved the definition of all dll base addresses to baseaddress.cfg. svn path=/trunk/; revision=9555 --- reactos/lib/ntdll/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/ntdll/makefile b/reactos/lib/ntdll/makefile index 54c06d7c280..4d9bfcd3d81 100644 --- a/reactos/lib/ntdll/makefile +++ b/reactos/lib/ntdll/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.100 2004/05/13 21:01:14 navaraf Exp $ +# $Id: makefile,v 1.101 2004/05/29 21:55:09 hbirr Exp $ PATH_TO_TOP = ../.. @@ -23,7 +23,7 @@ TARGET_SDKLIBS = string.a rosrtl.a TARGET_GCCLIBS = gcc -TARGET_BASE = 0x77f80000 +TARGET_BASE = $(TARGET_BASE_LIB_NTDLL) TARGET_PATH = def