mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
1e3d5d70e9
svn path=/trunk/; revision=26033
24 lines
741 B
Ruby
24 lines
741 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
|
<module name="roshttpd" type="win32cui" installbase="system32" installname="roshttpd.exe" stdlib="host">
|
|
<include base="roshttpd">include</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="__USE_W32_SOCKETS" />
|
|
<define name="_WIN32_IE">0x600</define>
|
|
<define name="_WIN32_WINNT">0x501</define>
|
|
<library>kernel32</library>
|
|
<library>ws2_32</library>
|
|
<library>kernel32</library>
|
|
<file>config.cpp</file>
|
|
<file>error.cpp</file>
|
|
<file>http.cpp</file>
|
|
<file>httpd.cpp</file>
|
|
<file>roshttpd.cpp</file>
|
|
<directory name="common" >
|
|
<file>list.cpp</file>
|
|
<file>roshttpd.rc</file>
|
|
<file>socket.cpp</file>
|
|
<file>thread.cpp</file>
|
|
</directory>
|
|
</module>
|