mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed base addresses and exports.
svn path=/trunk/; revision=7895
This commit is contained in:
parent
a3c1e6c8c7
commit
f6966e84c8
10 changed files with 33 additions and 35 deletions
|
@ -4,20 +4,32 @@
|
|||
REACTOS
|
||||
|
||||
lib/advapi32 TARGET_BASE=0x77dc0000
|
||||
lib/comctl32 TARGET_BASE=0x76160000
|
||||
lib/comdlg32 TARGET_BASE=0x76200000
|
||||
lib/cabinet TARGET_BASE=0x75120000
|
||||
lib/crtdll TARGET_BASE=0x77630000
|
||||
lib/fmifs TARGET_BASE=0x76df0000
|
||||
lib/gdi32 TARGET_BASE=0x77ed0000
|
||||
lib/imagehlp TARGET_BASE=0x76c90000
|
||||
lib/imm32 TARGET_BASE=0x75e60000
|
||||
lib/kernel32 TARGET_BASE=0x77f00000
|
||||
lib/lzexpand TARGET_BASE=0x73d80000
|
||||
lib/msafd TARGET_BASE=0x777a0000
|
||||
lib/msvcrt TARGET_BASE=0x78000000
|
||||
lib/mswsock TARGET_BASE=0x71a30000
|
||||
lib/ntdll TARGET_BASE=0x77f60000
|
||||
lib/ole32 TARGET_BASE=0x77a50000
|
||||
lib/oleaut32 TARGET_BASE=0x76260000
|
||||
lib/oledlg TARGET_BASE=0x74d00000
|
||||
lib/psapi TARGET_BASE=0x68F70000
|
||||
lib/richedit TARGET_BASE=0x76340000
|
||||
lib/rpcrt4 TARGET_BASE=0x76000000
|
||||
lib/samlib TARGET_BASE=0x777e0000
|
||||
lib/secur32 TARGET_BASE=0x10000000
|
||||
lib/setupapi TARGET_BASE=0x76660000
|
||||
lib/shell32 TARGET_BASE=0x77260000
|
||||
lib/syssetup TARGET_BASE=0x74A30000
|
||||
lib/shlwapi TARGET_BASE=0x76120000
|
||||
lib/syssetup TARGET_BASE=0x74A30000
|
||||
lib/user32 TARGET_BASE=0x77e70000
|
||||
lib/userenv TARGET_BASE=0x74850000
|
||||
lib/version TARGET_BASE=0x77a90000
|
||||
|
@ -30,33 +42,19 @@ subsys/psx/lib/psxdll TARGET_BASE=0x68EB0000
|
|||
subsys/psx/lib/psxx # TARGET_BASE=0x77dc0000
|
||||
subsys/win32k TARGET_BASE=0x0
|
||||
|
||||
|
||||
|
||||
WINE
|
||||
|
||||
dlls/comctl32 TARGET_BASE=0x76160000
|
||||
dlls/commdlg TARGET_BASE=0x76200000
|
||||
dlls/ddraw TARGET_BASE=0x76240000
|
||||
dlls/dinput TARGET_BASE=0x76280000
|
||||
dlls/dplay TARGET_BASE=0x76320000
|
||||
dlls/dplayx TARGET_BASE=0x76310000
|
||||
dlls/imm32 TARGET_BASE=0x75e60000
|
||||
dlls/mapi32 TARGET_BASE=0x76430000
|
||||
dlls/ole32 TARGET_BASE=0x76010000
|
||||
dlls/oleaut32 TARGET_BASE=0x76040000
|
||||
dlls/olecli TARGET_BASE=0x76070000
|
||||
dlls/oledlg TARGET_BASE=0x76050000
|
||||
dlls/olepro32 TARGET_BASE=0x76060000
|
||||
dlls/olesvr TARGET_BASE=0x76080000
|
||||
dlls/psapi TARGET_BASE=0x76330000
|
||||
dlls/url TARGET_BASE=0x76530000
|
||||
dlls/urlmon TARGET_BASE=0x76730000
|
||||
dlls/richedit TARGET_BASE=0x76340000
|
||||
dlls/rpcrt4 TARGET_BASE=0x76000000
|
||||
dlls/serialui TARGET_BASE=0x76370000
|
||||
dlls/shdocvw TARGET_BASE=0x76190000
|
||||
dlls/shell32 TARGET_BASE=0x76090000
|
||||
dlls/shfolder TARGET_BASE=0x76180000
|
||||
dlls/shlwapi TARGET_BASE=0x76120000
|
||||
dlls/winspool TARGET_BASE=0x76380000
|
||||
unicode/wine_unicode TARGET_BASE=0x76590000 #Do not use
|
||||
unicode/wine_unicode TARGET_BASE=0x76590000 #Do not use
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.ros-template,v 1.1 2004/01/14 01:47:46 sedwards Exp $
|
||||
# $Id: Makefile.ros-template,v 1.2 2004/01/28 19:34:44 navaraf Exp $
|
||||
|
||||
TARGET_NAME = cabinet
|
||||
|
||||
|
@ -8,7 +8,7 @@ TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
|
|||
|
||||
TARGET_SDKLIBS = @IMPORTS@ libwine.a wine_uuid.a ntdll.a
|
||||
|
||||
TARGET_BASE = 0x76160000
|
||||
TARGET_BASE = 0x75120000
|
||||
|
||||
TARGET_RC_SRCS = @RC_SRCS@
|
||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
||||
|
|
|
@ -7,7 +7,7 @@ TARGET_CFLAGS = -D__REACTOS__ @EXTRADEFS@
|
|||
|
||||
TARGET_SDKLIBS = @IMPORTS@ libwine.a libwine_unicode.a wine_uuid.a ntdll.a winspool.a
|
||||
|
||||
TARGET_BASE = 0x77a50000
|
||||
TARGET_BASE = 0x76200000
|
||||
|
||||
TARGET_RC_SRCS = @RC_SRCS@
|
||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
||||
|
|
|
@ -36,7 +36,7 @@ TARGET_LFLAGS = -nostartfiles -nostdlib
|
|||
|
||||
TARGET_SDKLIBS = libwine.a ntdll.a kernel32.a
|
||||
|
||||
TARGET_BASE = 0x76160000
|
||||
TARGET_BASE = 0x76C90000
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
debug.o \
|
||||
|
|
|
@ -5,7 +5,7 @@ TARGET_TYPE = dynlink
|
|||
|
||||
TARGET_NAME = imm32
|
||||
|
||||
TARGET_BASE=0x76380000
|
||||
TARGET_BASE=0x75e60000
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS -D__USE_W32API
|
||||
|
|
|
@ -5,7 +5,7 @@ TARGET_TYPE = dynlink
|
|||
|
||||
TARGET_NAME = lz32
|
||||
|
||||
TARGET_BASE=0x76380000
|
||||
TARGET_BASE=0x73D80000
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.ros-template,v 1.1 2004/01/14 01:55:00 sedwards Exp $
|
||||
# $Id: Makefile.ros-template,v 1.2 2004/01/28 19:34:45 navaraf Exp $
|
||||
|
||||
TARGET_NAME = oledlg
|
||||
|
||||
|
@ -8,7 +8,7 @@ TARGET_CFLAGS = @EXTRADEFS@
|
|||
|
||||
TARGET_SDKLIBS = @IMPORTS@ libwine.a wine_uuid.a ntdll.a
|
||||
|
||||
TARGET_BASE = 0x76160000
|
||||
TARGET_BASE = 0x74D00000
|
||||
|
||||
TARGET_RC_SRCS = @RC_SRCS@
|
||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
||||
|
|
|
@ -5,7 +5,7 @@ TARGET_TYPE = dynlink
|
|||
|
||||
TARGET_NAME = rpcrt4
|
||||
|
||||
TARGET_BASE=0x76380000
|
||||
TARGET_BASE=0x76000000
|
||||
|
||||
TARGET_CFLAGS = \
|
||||
-Wall \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.ros-template,v 1.1 2004/01/24 15:39:18 sedwards Exp $
|
||||
# $Id: Makefile.ros-template,v 1.2 2004/01/28 19:34:45 navaraf Exp $
|
||||
|
||||
TARGET_NAME = setupapi
|
||||
|
||||
|
@ -8,7 +8,7 @@ TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
|
|||
|
||||
TARGET_SDKLIBS = @IMPORTS@ libwine.a ntdll.a libwine_unicode.a
|
||||
|
||||
TARGET_BASE = 0x76160000
|
||||
TARGET_BASE = 0x76660000
|
||||
|
||||
TARGET_RC_SRCS = @RC_SRCS@
|
||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
||||
|
|
|
@ -7,17 +7,17 @@ PlaySoundA=PlaySoundA@12 @18
|
|||
CloseDriver=CloseDriver@12 @2
|
||||
DefDriverProc=DefDriverProc@20 @5
|
||||
DriverCallback=DriverCallback@28 @6
|
||||
DrvClose@12=CloseDriver@12 @7
|
||||
DrvDefDriverProc@20=DefDriverProc@20 @8
|
||||
DrvGetModuleHandle@4=GetDriverModuleHandle@4 @9
|
||||
DrvOpen@12=OpenDriverW@12 @10
|
||||
DrvOpenA@12=OpenDriverA@12 @11
|
||||
DrvSendMessage@16=SendDriverMessage@16 @12
|
||||
DrvClose=CloseDriver@12 @7
|
||||
DrvDefDriverProc=DefDriverProc@20 @8
|
||||
DrvGetModuleHandle=GetDriverModuleHandle@4 @9
|
||||
DrvOpen=OpenDriverW@12 @10
|
||||
DrvOpenA=OpenDriverA@12 @11
|
||||
DrvSendMessage=SendDriverMessage@16 @12
|
||||
GetDriverFlags=GetDriverFlags@4 @13
|
||||
GetDriverModuleHandle=GetDriverModuleHandle@4 @14
|
||||
OpenDriver@12=OpenDriverW@12 @15
|
||||
OpenDriver=OpenDriverW@12 @15
|
||||
OpenDriverA=OpenDriverA@12 @16
|
||||
PlaySound@12=PlaySoundA@12 @17
|
||||
PlaySound=PlaySoundA@12 @17
|
||||
PlaySoundW=PlaySoundW@12 @19
|
||||
SendDriverMessage=SendDriverMessage@16 @20
|
||||
auxGetDevCapsA=auxGetDevCapsA@12 @21
|
||||
|
|
Loading…
Reference in a new issue