mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- give tickcount a rbuild file
svn path=/trunk/; revision=24498
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user