mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-04-03 22:47:32 +03:00
djgpp: drop forced shared
This commit is contained in:
parent
88f60630c1
commit
00d4906b28
@ -70,11 +70,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||||||
MESSAGE(STATUS "[UMSKT] macOS has no static library - Shared library forced on")
|
MESSAGE(STATUS "[UMSKT] macOS has no static library - Shared library forced on")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (DJGPP_WATT32)
|
|
||||||
SET(BUILD_SHARED_LIBS ON)
|
|
||||||
MESSAGE(STATUS "[UMSKT] DOS has no static library - Shared library forced on")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# if we're compiling with MSVC, respect the DEBUG compile option
|
# if we're compiling with MSVC, respect the DEBUG compile option
|
||||||
IF(MSVC)
|
IF(MSVC)
|
||||||
SET(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
SET(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user