mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 17:16:58 +00:00
12 lines
338 B
Text
12 lines
338 B
Text
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||
|
<group>
|
||
|
<module name="crt_regtest" type="win32cui" installbase="bin" installname="crt_regtest.exe">
|
||
|
<include base="crt_regtest">.</include>
|
||
|
<library>wine</library>
|
||
|
<file>iofuncs.c</file>
|
||
|
<file>testlist.c</file>
|
||
|
<file>time.c</file>
|
||
|
</module>
|
||
|
</group>
|