[ROSAPPS] Add "net" subfolder to build and add all stuff which was built by rbuild TOO. Remove useless include I added last time. Fix some warnings in ncftp to keep the -Wno-* at a minimum

svn path=/trunk/; revision=67419
This commit is contained in:
Daniel Reimer 2015-04-25 17:11:17 +00:00
parent a6acc40a0c
commit 3cd624bc90
15 changed files with 133 additions and 20 deletions

View file

@ -0,0 +1,19 @@
set_cpp(WITH_RUNTIME WITH_STL WITH_EXCEPTIONS)
include_directories(BEFORE include)
add_compile_flags("-D__USE_W32_SOCKETS")
list(APPEND SOURCE
config.cpp
error.cpp
http.cpp
httpd.cpp
roshttpd.cpp
common/list.cpp
common/socket.cpp
common/thread.cpp)
add_executable(roshttpd ${SOURCE} common/roshttpd.rc)
set_module_type(roshttpd win32cui)
add_importlibs(roshttpd user32 ws2_32 msvcrt kernel32)
add_cd_file(TARGET roshttpd DESTINATION reactos FOR all)