mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-18 07:21:09 +00:00
MSVC: Add support for Windows XP platform
This commit is contained in:
parent
f7e69a1037
commit
ebc9fa55b1
@ -8,6 +8,9 @@ if(MSVC)
|
||||
if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /NODEFAULTLIB:LIBCMT")
|
||||
endif()
|
||||
|
||||
# Add support for Windows XP
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MACHINE:X86 /SUBSYSTEM:WINDOWS,5.01")
|
||||
endif(MSVC)
|
||||
|
||||
# Libraries in this directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user