mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Minor updates. Hope to use in the build system at some point.
svn path=/trunk/; revision=2742
This commit is contained in:
parent
25ca1a385c
commit
5edcdad825
1 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
# Please try to keep this up2date. Please clean up
|
||||
# after yourself.
|
||||
|
||||
REACTOS
|
||||
|
||||
lib/advapi32 TARGET_BASE=0x77dc0000
|
||||
|
@ -18,7 +21,7 @@ lib/ws2_32 TARGET_BASE=0x77780000
|
|||
services/dd/vga/display TARGET_BASE=0x70000000
|
||||
services/net/wshtcpip TARGET_BASE=0x777c0000
|
||||
subsys/psx/lib/psxdll TARGET_BASE=0x68EB0000
|
||||
subsys/psx/lib/psxx //TARGET_BASE=0x77dc0000
|
||||
subsys/psx/lib/psxx # TARGET_BASE=0x77dc0000
|
||||
subsys/win32k TARGET_BASE=0x0
|
||||
|
||||
|
||||
|
@ -28,9 +31,10 @@ WINE
|
|||
dlls/comctl32 TARGET_BASE=0x76160000
|
||||
dlls/commdlg TARGET_BASE=0x76200000
|
||||
dlls/ddraw TARGET_BASE=0x76240000
|
||||
dlls/dinput TARGET_BASE=0x76270000
|
||||
dlls/dplay TARGET_BASE=0x76290000
|
||||
dlls/dinput TARGET_BASE=0x76280000
|
||||
dlls/dplay TARGET_BASE=0x76320000
|
||||
dlls/dplayx TARGET_BASE=0x76310000
|
||||
dlls/mapi32 TARGET_BASE=0x76430000
|
||||
dlls/ole32 TARGET_BASE=0x76010000
|
||||
dlls/oleaut32 TARGET_BASE=0x76040000
|
||||
dlls/olecli TARGET_BASE=0x76070000
|
||||
|
@ -38,6 +42,8 @@ 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
|
||||
|
@ -46,4 +52,4 @@ dlls/shell32 TARGET_BASE=0x76090000
|
|||
dlls/shfolder TARGET_BASE=0x76180000
|
||||
dlls/shlwapi TARGET_BASE=0x76120000
|
||||
dlls/winspool TARGET_BASE=0x76380000
|
||||
unicode TARGET_BASE=0x76520000 #Do not use
|
||||
unicode/wine_unicode TARGET_BASE=0x76590000 #Do not use
|
Loading…
Reference in a new issue