added some base addresses to the list

svn path=/trunk/; revision=11416
This commit is contained in:
Thomas Bluemel
2004-10-24 13:05:53 +00:00
parent cb1bf2ae32
commit 4bd798e343
4 changed files with 11 additions and 8 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
# $Id: baseaddress.cfg,v 1.21 2004/10/17 21:25:43 gvg Exp $
# $Id: baseaddress.cfg,v 1.22 2004/10/24 13:05:52 weiden Exp $
#
# Please try to keep this up2date. Please clean up
# after yourself.
@@ -13,8 +13,10 @@ TARGET_BASE_LIB_GLU32 =0x50000000
TARGET_BASE_LIB_MMDRV =0x50000000
TARGET_BASE_LIB_OPENGL32 =0x50000000
TARGET_BASE_LIB_CPL_SYSDM =0x58760000
TARGET_BASE_LIB_PSAPI =0x68f70000
TARGET_BASE_LIB_EXT_SLAYER =0x5C7E0000
TARGET_BASE_LIB_HID =0x688F0000
TARGET_BASE_PSX_LIB_PSXDLL =0x68eb0000
TARGET_BASE_LIB_PSAPI =0x68f70000
TARGET_BASE_LIB_MSIMG32 =0x69cc0000
TARGET_BASE_LIB_UNICODE =0x6b200000
TARGET_BASE_VGA_DISPLAY =0x70000000
@@ -25,6 +27,7 @@ TARGET_BASE_LIB_MSWSOCK =0x71a30000
TARGET_BASE_LIB_WSOCK32 =0x71ab0000
TARGET_BASE_LIB_ACLEDIT =0x71b70000
TARGET_BASE_LIB_NETAPI32 =0x71c00000
TARGET_BASE_LIB_WINFAX =0x722C0000
TARGET_BASE_LIB_DEVMGR =0x72a90000
TARGET_BASE_LIB_COREDLL =0x73d80000
TARGET_BASE_LIB_LZEXPAND =0x73d80000
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 2004/07/12 15:08:43 weiden Exp $
# $Id: Makefile,v 1.2 2004/10/24 13:05:53 weiden Exp $
PATH_TO_TOP = ../..
@@ -8,7 +8,7 @@ TARGET_NAME = hid
TARGET_INSTALLDIR = system32
TARGET_BASE = $(TARGET_BASE_LIB_ACLEDIT)
TARGET_BASE = $(TARGET_BASE_LIB_HID)
TARGET_CFLAGS = \
-D_WIN32_IE=0x0600 \
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 2004/09/26 10:43:00 weiden Exp $
# $Id: Makefile,v 1.3 2004/10/24 13:05:53 weiden Exp $
PATH_TO_TOP = ../../..
@@ -8,7 +8,7 @@ TARGET_NAME = slayer
TARGET_INSTALLDIR = system32
TARGET_BASE = 0x5C7E0000
TARGET_BASE = $(TARGET_BASE_LIB_EXT_SLAYER)
TARGET_CFLAGS = \
-DUNICODE \
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 2004/10/02 16:43:05 weiden Exp $
# $Id: Makefile,v 1.2 2004/10/24 13:05:53 weiden Exp $
PATH_TO_TOP = ../..
@@ -8,7 +8,7 @@ TARGET_NAME = winfax
TARGET_INSTALLDIR = system32
TARGET_BASE = $(TARGET_BASE_LIB_ACLUI)
TARGET_BASE = $(TARGET_BASE_LIB_WINFAX)
TARGET_CFLAGS = \
-D__USE_W32API \