mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[MORE]: Remove an unused library import (user32).
svn path=/trunk/; revision=75964
This commit is contained in:
parent
c72889ae3d
commit
236b03f729
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue