mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
ecc6804976
Convert dciman32api, user32api and wa2_32 into wine style tests svn path=/trunk/; revision=48619
18 lines
482 B
Ruby
18 lines
482 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="ws2_32_apitest" type="win32cui" installbase="bin" installname="ws2_32_apitest.exe">
|
|
<include base="ws2_32_apitest">.</include>
|
|
<library>wine</library>
|
|
<library>gdi32</library>
|
|
<library>user32</library>
|
|
<library>pseh</library>
|
|
<library>ws2_32</library>
|
|
<file>testlist.c</file>
|
|
<file>helpers.c</file>
|
|
|
|
<file>ioctlsocket.c</file>
|
|
<file>recv.c</file>
|
|
|
|
</module>
|
|
</group>
|