Set explicit base address for notifyhook.dll so it won't get relocated

svn path=/trunk/; revision=10428
This commit is contained in:
Gé van Geldorp 2004-08-08 20:26:43 +00:00
parent 28676c56c8
commit 823ef8a298
2 changed files with 3 additions and 1 deletions

View file

@ -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_MSVCRT =0x78000000
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

View file

@ -5,6 +5,7 @@ TARGET_CFLAGS := -D__USE_W32API -D_WIN32_IE=0x0600 -Wall -D_NOTIFYHOOK_IMPL
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