Skip to content

Commit

Permalink
Use WinVista as part of output archive name for Win32 and Win64
Browse files Browse the repository at this point in the history
  • Loading branch information
heckflosse committed Apr 17, 2017
1 parent 931db7a commit ba002b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions UpdateInfo.cmake
Expand Up @@ -91,17 +91,15 @@ if (WIN32)
set(ARCHITECTURE_ALLOWED "x86 x64 ia64")
# installing in 32 bits mode even on 64 bits OS and architecture
set(INSTALL_MODE "")
# set part of the output archive name
set(SYSTEM_NAME "WinXP")
elseif (BIT_DEPTH EQUAL 8)
set(BUILD_BIT_DEPTH 64)
# Restricting the 64 bits builds to 64 bits systems only
set(ARCHITECTURE_ALLOWED "x64 ia64")
# installing in 64 bits mode for all 64 bits processors, even for itanium architecture
set(INSTALL_MODE "x64 ia64")
# set part of the output archive name
set(SYSTEM_NAME "WinVista")
endif (BIT_DEPTH EQUAL 4)
# set part of the output archive name
set(SYSTEM_NAME "WinVista")

configure_file ("${PROJECT_SOURCE_DIR}/tools/win/InnoSetup/WindowsInnoSetup.iss.in" "${CMAKE_BINARY_DIR}/rtdata/WindowsInnoSetup.iss")
endif (WIN32)
Expand Down

0 comments on commit ba002b1

Please sign in to comment.