reactos/rosapps/applications/sysutils/tlist/tlist.rbuild

9 lines
263 B
Plaintext
Raw Normal View History

<module name="tlist" type="win32cui" installbase="system32" installname="tlist.exe">
<library>epsapi</library>
<!-- <library>tgetopt</library> -->
<library>kernel32</library>
<library>user32</library>
<library>ntdll</library>
<file>tlist.c</file>
</module>