mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00

Revert incorrect auto import change and use proper definitions instead. svn path=/branches/cmake-bringup/; revision=49476
17 lines
No EOL
263 B
CMake
17 lines
No EOL
263 B
CMake
add_definitions(-D_DLL -D__USE_CRTIMP)
|
|
|
|
add_executable(ftp
|
|
cmds.c
|
|
cmdtab.c
|
|
domacro.c
|
|
fake.c
|
|
ftp.c
|
|
main.c
|
|
ruserpass.c
|
|
ftp.rc)
|
|
|
|
set_module_type(ftp win32cui)
|
|
|
|
add_importlibs(ftp ws2_32 iphlpapi msvcrt kernel32)
|
|
|
|
add_cab_target(ftp 1) |