[CALC] We don't need mingwex anymore. CORE-11799

svn path=/trunk/; revision=72123
This commit is contained in:
Amine Khaldi 2016-08-06 08:26:54 +00:00
parent 5c9fcf98d1
commit 60c0a0a00d

View file

@ -15,9 +15,7 @@ add_executable(calc ${SOURCE} resource.rc)
set_module_type(calc win32gui UNICODE)
add_importlibs(calc advapi32 user32 shell32 gdi32 msvcrt kernel32)
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
target_link_libraries(calc mingwex)
elseif(MSVC)
if(MSVC)
add_importlibs(calc ntdll)
endif()