[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:
Hermès Bélusca-Maïto 2023-12-27 21:50:24 +01:00
parent 73a1c9d418
commit 6c93f3ca6b
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
5 changed files with 19 additions and 17 deletions

View file

@ -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)