reactos
diff -u -r1.18 -r1.19
--- baseaddress.cfg 23 Jul 2004 21:54:53 -0000 1.18
+++ baseaddress.cfg 8 Aug 2004 20:26:42 -0000 1.19
@@ -1,4 +1,4 @@
-# $Id: baseaddress.cfg,v 1.18 2004/07/23 21:54:53 chorns Exp $
+# $Id: baseaddress.cfg,v 1.19 2004/08/08 20:26:42 gvg Exp $
#
# Please try to keep this up2date. Please clean up
# after yourself.
@@ -41,6 +41,7 @@
TARGET_BASE_LIB_MSVCRT20 =0x78000000
TARGET_BASE_LIB_MSWSOCK =0x71a30000
TARGET_BASE_LIB_NETAPI32 =0x71C00000
+TARGET_BASE_LIB_NOTIFYHOOK =0x08000000
TARGET_BASE_LIB_NTDLL =0x77f80000
TARGET_BASE_LIB_ODBC32 =0x76660000
TARGET_BASE_LIB_OLE32 =0x77a50000
reactos/subsys/system/explorer/notifyhook
diff -u -r1.1 -r1.2
--- Makefile 2 Aug 2004 15:04:24 -0000 1.1
+++ Makefile 8 Aug 2004 20:26:43 -0000 1.2
@@ -5,6 +5,7 @@
TARGET_NORC := yes
TARGET_DEFONLY := yes
TARGET_OBJECTS := notifyhook.o
+TARGET_BASE = $(TARGET_BASE_LIB_NOTIFYHOOK)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk