[General]
[reactos.git] / rosapps / applications / net / roshttpd / roshttpd.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
3 <module name="roshttpd" type="win32cui" installbase="system32" installname="roshttpd.exe" stdlib="host">
4 <include base="roshttpd">include</include>
5 <define name="__USE_W32_SOCKETS" />
6 <library>ws2_32</library>
7 <library>user32</library>
8 <compilerflag compiler="cxx" compilerset="gcc">-Wno-non-virtual-dtor</compilerflag>
9 <file>config.cpp</file>
10 <file>error.cpp</file>
11 <file>http.cpp</file>
12 <file>httpd.cpp</file>
13 <file>roshttpd.cpp</file>
14 <directory name="common" >
15 <file>list.cpp</file>
16 <file>roshttpd.rc</file>
17 <file>socket.cpp</file>
18 <file>thread.cpp</file>
19 </directory>
20 </module>