reactos/rosapps/applications/sysutils/utils/tickcount/tickcount.rbuild

5 lines
194 B
Plaintext
Raw Normal View History

<module name="tickcount" type="win32cui" installbase="bin" installname="tickcount.exe" unicode="true" >
<library>kernel32</library>
<library>ntdll</library>
<file>tickcount.c</file>
</module>