-Import tkreuzer's time implementation from AMD64 branch
[reactos.git] / rostests / rosautotest / rosautotest.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="rosautotest" type="win32cui" installbase="system32" installname="rosautotest.exe" unicode="yes">
4 <compilerflag compiler="cxx" compilerset="gcc">-fno-rtti</compilerflag>
5 <include base="rosautotest">.</include>
6 <library>advapi32</library>
7 <library>kernel32</library>
8 <library>shell32</library>
9 <library>user32</library>
10 <library>wininet</library>
11 <file>CConfiguration.cpp</file>
12 <file>CFatalException.cpp</file>
13 <file>CInvalidParameterException.cpp</file>
14 <file>CJournaledTestList.cpp</file>
15 <file>CProcess.cpp</file>
16 <file>CSimpleException.cpp</file>
17 <file>CTest.cpp</file>
18 <file>CTestInfo.cpp</file>
19 <file>CTestList.cpp</file>
20 <file>CVirtualTestList.cpp</file>
21 <file>CWebService.cpp</file>
22 <file>CWineTest.cpp</file>
23 <file>main.cpp</file>
24 <file>shutdown.cpp</file>
25 <file>tools.cpp</file>
26 <pch>precomp.h</pch>
27 </module>