corrected image base address

svn path=/trunk/; revision=11578
This commit is contained in:
Thomas Bluemel 2004-11-07 18:41:19 +00:00
parent 3c3bf1e647
commit 5a1d86c75b
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $Id: baseaddress.cfg,v 1.24 2004/10/31 11:50:48 ekohl Exp $
# $Id: baseaddress.cfg,v 1.25 2004/11/07 18:41:19 weiden Exp $
#
# Please try to keep this up2date. Please clean up
# after yourself.
@ -37,6 +37,7 @@ TARGET_BASE_LIB_ACLEDIT =0x71b70000
TARGET_BASE_LIB_NETAPI32 =0x71c00000
TARGET_BASE_LIB_WINFAX =0x722C0000
TARGET_BASE_LIB_DEVMGR =0x72a90000
TARGET_BASE_LIB_WINSCARD =0x723D0000
TARGET_BASE_LIB_COREDLL =0x73d80000
TARGET_BASE_LIB_LZEXPAND =0x73d80000
TARGET_BASE_LIB_USERENV =0x74850000

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 2004/11/07 15:37:41 weiden Exp $
# $Id: Makefile,v 1.2 2004/11/07 18:41:19 weiden Exp $
PATH_TO_TOP = ../..
@ -8,7 +8,7 @@ TARGET_NAME = winscard
TARGET_INSTALLDIR = system32
TARGET_BASE = $(TARGET_BASE_LIB_WINFAX)
TARGET_BASE = $(TARGET_BASE_LIB_WINSCARD)
TARGET_CFLAGS = \
-D__USE_W32API \