mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:35:40 +00:00
[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:
parent
a6acc40a0c
commit
3cd624bc90
15 changed files with 133 additions and 20 deletions
19
rosapps/applications/net/roshttpd/CMakeLists.txt
Normal file
19
rosapps/applications/net/roshttpd/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue