mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
8667b162b1
Don't link msvcrt twice, bad things happen modified tests/dirdlg/dirdlg.rbuild modified winetests/msvcrt/msvcrt.rbuild More oldnames hacks modified tests/tcpsvr/tcpsvr.c Don't use close on sockets, use closesocket svn path=/trunk/; revision=44103
12 lines
338 B
Ruby
12 lines
338 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="crt_regtest" type="win32cui" installbase="bin" installname="crt_regtest.exe">
|
|
<include base="crt_regtest">.</include>
|
|
<library>wine</library>
|
|
<file>iofuncs.c</file>
|
|
<file>testlist.c</file>
|
|
<file>time.c</file>
|
|
</module>
|
|
</group>
|