reactos/rosapps/applications/cmdutils/touch/touch.rbuild
Sylvain Petreolle 949283de1e [TOUCH]
Remove ntdll library and link to getopt.

svn path=/trunk/; revision=48263
2010-07-25 20:57:38 +00:00

7 lines
212 B
Ruby

<module name="touch" type="win32cui" installbase="system32" installname="touch.exe">
<include base="touch">.</include>
<library>getopt</library>
<file>err.c</file>
<file>touch.c</file>
<file>touch.rc</file>