[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

@ -100,7 +100,7 @@ set(baseaddress_cryptdlg 0x768c0000)
set(baseaddress_cryptdll 0x76880000)
set(baseaddress_cryptext 0x76840000)
set(baseaddress_cryptnet 0x767f0000)
set(baseaddress_custom 0x767b0000)
set(baseaddress_msi_custom 0x767b0000)
set(baseaddress_d3d8 0x76710000)
set(baseaddress_d3d8thk 0x766f0000)
set(baseaddress_d3d9 0x76630000)