- Remove useless USE_W32API define from .rbuilds
[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 <define name="_WIN32_IE">0x600</define>
7 <define name="_WIN32_WINNT">0x501</define>
8 <library>kernel32</library>
9 <library>ws2_32</library>
10 <library>user32</library>
11 <file>config.cpp</file>
12 <file>error.cpp</file>
13 <file>http.cpp</file>
14 <file>httpd.cpp</file>
15 <file>roshttpd.cpp</file>
16 <directory name="common" >
17 <file>list.cpp</file>
18 <file>roshttpd.rc</file>
19 <file>socket.cpp</file>
20 <file>thread.cpp</file>
21 </directory>
22 </module>