reactos/rostests/tests/dirdlg/dirdlg.rbuild
KJK::Hyperion 8667b162b1 modified regtests/crt/crt_regtest.rbuild
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
2009-11-11 11:12:55 +00:00

13 lines
366 B
Ruby

<module name="dirdlg" type="win32gui" installbase="bin" installname="dirdlg.exe">
<include base="dirdlg">.</include>
<!-- FIXME: workarounds until we have a proper oldnames library -->
<define name="chdir">_chdir</define>
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<file>dirdlg.c</file>
<file>dirdlg.rc</file>
</module>