- give tickcount a rbuild file

svn path=/trunk/; revision=24498
This commit is contained in:
Johannes Anderwald 2006-10-13 09:16:34 +00:00
parent d200d605f4
commit d3e4805f4d
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<module name="tickcount" type="win32cui" installbase="bin" installname="tickcount.exe" unicode="true" >
<define name="__USE_W32API" />
<define name="UNICODE" />
<define name="_UNICODE" />
<library>msvcrt</library>
<library>kernel32</library>
<library>ntdll</library>
<file>tickcount.c</file>
</module>

View file

@ -5,4 +5,7 @@
<directory name="rosperf">
<xi:include href="rosperf/rosperf.rbuild" />
</directory>
<directory name="tickcount">
<xi:include href="tickcount/tickcount.rbuild" />
</directory>
</group>