mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
- give tickcount a rbuild file
svn path=/trunk/; revision=24498
This commit is contained in:
parent
d200d605f4
commit
d3e4805f4d
2 changed files with 12 additions and 0 deletions
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue