mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MORE]: Remove an unused library import (user32).
svn path=/trunk/; revision=75964
This commit is contained in:
@@ -6,6 +6,6 @@ include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
||||
add_executable(more more.c more.rc)
|
||||
set_module_type(more win32cui UNICODE)
|
||||
target_link_libraries(more conutils ${PSEH_LIB})
|
||||
add_importlibs(more advapi32 user32 msvcrt kernel32)
|
||||
add_importlibs(more advapi32 msvcrt kernel32)
|
||||
set_target_properties(more PROPERTIES SUFFIX ".com")
|
||||
add_cd_file(TARGET more DESTINATION reactos/system32 FOR all)
|
||||
|
||||
Reference in New Issue
Block a user