4 modified files
reactos
diff -u -r1.21 -r1.22
--- baseaddress.cfg 17 Oct 2004 21:25:43 -0000 1.21
+++ baseaddress.cfg 24 Oct 2004 13:05:52 -0000 1.22
@@ -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_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_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
reactos/lib/hid
diff -u -r1.1 -r1.2
--- Makefile 12 Jul 2004 15:08:43 -0000 1.1
+++ Makefile 24 Oct 2004 13:05:53 -0000 1.2
@@ -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_INSTALLDIR = system32
-TARGET_BASE = $(TARGET_BASE_LIB_ACLEDIT)
+TARGET_BASE = $(TARGET_BASE_LIB_HID)
TARGET_CFLAGS = \
-D_WIN32_IE=0x0600 \
reactos/lib/shellext/slayer
diff -u -r1.2 -r1.3
--- Makefile 26 Sep 2004 10:43:00 -0000 1.2
+++ Makefile 24 Oct 2004 13:05:53 -0000 1.3
@@ -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_INSTALLDIR = system32
-TARGET_BASE = 0x5C7E0000
+TARGET_BASE = $(TARGET_BASE_LIB_EXT_SLAYER)
TARGET_CFLAGS = \
-DUNICODE \
reactos/lib/winfax
diff -u -r1.1 -r1.2
--- Makefile 2 Oct 2004 16:43:05 -0000 1.1
+++ Makefile 24 Oct 2004 13:05:53 -0000 1.2
@@ -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_INSTALLDIR = system32
-TARGET_BASE = $(TARGET_BASE_LIB_ACLUI)
+TARGET_BASE = $(TARGET_BASE_LIB_WINFAX)
TARGET_CFLAGS = \
-D__USE_W32API \
CVSspam 0.2.8