Commit in reactos/lib/ntdll on MAIN | |||
makefile | +2 | -2 | 1.100 -> 1.101 |
- Moved the definition of all dll base addresses to baseaddress.cfg.
diff -u -r1.100 -r1.101 --- makefile 13 May 2004 21:01:14 -0000 1.100 +++ makefile 29 May 2004 21:55:09 -0000 1.101 @@ -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_GCCLIBS = gcc
-TARGET_BASE = 0x77f80000
+TARGET_BASE = $(TARGET_BASE_LIB_NTDLL)
TARGET_PATH = def