[TOUCH]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Sun, 25 Jul 2010 20:57:38 +0000 (20:57 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Sun, 25 Jul 2010 20:57:38 +0000 (20:57 +0000)
Remove ntdll library and link to getopt.

svn path=/trunk/; revision=48263

rosapps/applications/cmdutils/touch/touch.rbuild

index 44d6a88..954acbf 100644 (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>