* Rbuild, our build system, has served us well so far, but its usefulness has since...
[reactos.git] / reactos / dll / win32 / ws2_32 / ws2_32.rbuild
diff --git a/reactos/dll/win32/ws2_32/ws2_32.rbuild b/reactos/dll/win32/ws2_32/ws2_32.rbuild
deleted file mode 100644 (file)
index 912b339..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<module name="ws2_32" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32.dll" unicode="yes">
-       <importlibrary definition="ws2_32.spec" />
-       <include base="ws2_32">include</include>
-       <include base="ReactOS">include/reactos/wine</include>
-       <define name="LE" />
-       <define name="WINSOCK_API_LINKAGE">DECLSPEC_EXPORT</define>
-       <library>wine</library>
-       <library>ntdll</library>
-       <library>user32</library>
-       <library>advapi32</library>
-       <library>dnsapi</library>
-       <directory name="include">
-               <pch>ws2_32.h</pch>
-       </directory>
-       <directory name="misc">
-               <file>bsd.c</file>
-               <file>catalog.c</file>
-               <file>dllmain.c</file>
-               <file>event.c</file>
-               <file>handle.c</file>
-               <file>ns.c</file>
-               <file>sndrcv.c</file>
-               <file>stubs.c</file>
-               <file>upcall.c</file>
-               <file>async.c</file>
-       </directory>
-       <file>ws2_32.rc</file>
-</module>
-