mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
[MSI_WINETEST][BASEADDRESS] Rename the 'custom' and 'selfreg' build targets.
They are renamed to 'msi_custom' and 'msi_selfreg', respectively. This is to avoid any future build target name collisions with other tests that would also use similarly-named targets. (For example, a future setupapi wine-synced commit.)
This commit is contained in:
parent
73a1c9d418
commit
6c93f3ca6b
5 changed files with 19 additions and 17 deletions
|
@ -102,7 +102,7 @@ set(baseaddress_cryptdlg 0x79c30000)
|
|||
set(baseaddress_cryptdll 0x79c10000)
|
||||
set(baseaddress_cryptext 0x79bf0000)
|
||||
set(baseaddress_cryptnet 0x79bc0000)
|
||||
set(baseaddress_custom 0x79b90000)
|
||||
set(baseaddress_msi_custom 0x79b90000)
|
||||
set(baseaddress_d3d8 0x79b50000)
|
||||
set(baseaddress_d3d8thk 0x79b30000)
|
||||
set(baseaddress_d3d9 0x79ae0000)
|
||||
|
@ -308,7 +308,7 @@ set(baseaddress_schedsvc 0x75390000)
|
|||
set(baseaddress_scrrun 0x75350000)
|
||||
set(baseaddress_seclogon 0x75330000)
|
||||
set(baseaddress_security 0x75310000)
|
||||
set(baseaddress_selfreg 0x752f0000)
|
||||
set(baseaddress_msi_selfreg 0x752f0000)
|
||||
set(baseaddress_sendmail 0x752c0000)
|
||||
set(baseaddress_serialui 0x752a0000)
|
||||
set(baseaddress_sfc 0x75280000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue