mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:25:52 +00:00
[CALC] We don't need mingwex anymore. CORE-11799
svn path=/trunk/; revision=72123
This commit is contained in:
parent
5c9fcf98d1
commit
60c0a0a00d
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@ add_executable(calc ${SOURCE} resource.rc)
|
||||||
set_module_type(calc win32gui UNICODE)
|
set_module_type(calc win32gui UNICODE)
|
||||||
add_importlibs(calc advapi32 user32 shell32 gdi32 msvcrt kernel32)
|
add_importlibs(calc advapi32 user32 shell32 gdi32 msvcrt kernel32)
|
||||||
|
|
||||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
if(MSVC)
|
||||||
target_link_libraries(calc mingwex)
|
|
||||||
elseif(MSVC)
|
|
||||||
add_importlibs(calc ntdll)
|
add_importlibs(calc ntdll)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue