Remove ntdll library and link to getopt.

svn path=/trunk/; revision=48263
This commit is contained in:
Sylvain Petreolle 2010-07-25 20:57:38 +00:00
parent d713d0e533
commit 949283de1e

View file

@ -1,6 +1,6 @@
<module name="touch" type="win32cui" installbase="system32" installname="touch.exe">
<include base="touch">.</include>
<library>ntdll</library>
<library>getopt</library>
<file>err.c</file>
<file>touch.c</file>
<file>touch.rc</file>