History log of /reactos/sdk/cmake/baseaddress64.cmake (Results 1 – 3 of 3)
Revision Date Author Comments
# 6c93f3ca 27-Dec-2023 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[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 collision

[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.)

show more ...


# 6ca8eb5c 28-Oct-2023 Timo Kreuzer <timo.kreuzer@reactos.org>

[CMAKE] Update baseaddress cmake files


# 9cc4d899 28-Oct-2023 Timo Kreuzer <timo.kreuzer@reactos.org>

[CMAKE] Use baseaddress64.cmake for all 64 bit builds

- Rename baseaddress_msvc_x64.cmake to baseaddress64.cmake
- Include it for all compilers and 64 bit architectures