[TLIST]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 22 Jul 2010 09:20:35 +0000 (09:20 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 22 Jul 2010 09:20:35 +0000 (09:20 +0000)
link to getopt library

svn path=/trunk/; revision=48182

rosapps/applications/sysutils/tlist/tlist.rbuild

index 85797f3..07ccd18 100644 (file)
@@ -1,6 +1,7 @@
 <module name="tlist" type="win32cui" installbase="system32" installname="tlist.exe">
        <library>epsapi</library>
        <!-- <library>tgetopt</library> -->
 <module name="tlist" type="win32cui" installbase="system32" installname="tlist.exe">
        <library>epsapi</library>
        <!-- <library>tgetopt</library> -->
+       <library>getopt</library>
        <library>user32</library>
        <library>ntdll</library>
        <file>tlist.c</file>
        <library>user32</library>
        <library>ntdll</library>
        <file>tlist.c</file>