mirror of
https://github.com/reactos/reactos.git
synced 2025-05-04 05:03:22 +00:00
[FTP] Always link agains oldnames
This commit is contained in:
parent
8ee88d3bd5
commit
6fcd9f3184
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-Dlint)
|
||||
|
||||
list(APPEND SOURCE
|
||||
cmds.c
|
||||
cmdtab.c
|
||||
|
@ -12,12 +10,14 @@ list(APPEND SOURCE
|
|||
precomp.h)
|
||||
|
||||
add_executable(ftp ${SOURCE} ftp.rc)
|
||||
target_compile_definitions(ftp PRIVATE lint)
|
||||
|
||||
set_module_type(ftp win32cui)
|
||||
add_importlibs(ftp ws2_32 iphlpapi msvcrt kernel32)
|
||||
target_link_libraries(ftp oldnames)
|
||||
add_pch(ftp precomp.h SOURCE)
|
||||
|
||||
if(MSVC)
|
||||
target_link_libraries(ftp oldnames)
|
||||
add_importlibs(ftp ntdll)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue