mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
16 lines
501 B
Text
16 lines
501 B
Text
![]() |
<?xml version="1.0"?>
|
||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||
|
<module name="rosautotest" type="win32cui" installbase="system32" installname="rosautotest.exe" unicode="yes">
|
||
|
<include base="rosautotest">.</include>
|
||
|
<library>advapi32</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>user32</library>
|
||
|
<library>wininet</library>
|
||
|
<file>main.c</file>
|
||
|
<file>shutdown.c</file>
|
||
|
<file>tools.c</file>
|
||
|
<file>webservice.c</file>
|
||
|
<file>winetests.c</file>
|
||
|
<pch>precomp.h</pch>
|
||
|
</module>
|