2009-01-05 12:41:34 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
|
|
<module name="rosautotest" type="win32cui" installbase="system32" installname="rosautotest.exe" unicode="yes">
|
2009-06-18 22:16:49 +00:00
|
|
|
<compilerflag compiler="cxx" compilerset="gcc">-fno-rtti</compilerflag>
|
2009-01-05 12:41:34 +00:00
|
|
|
<include base="rosautotest">.</include>
|
|
|
|
<library>advapi32</library>
|
|
|
|
<library>kernel32</library>
|
2009-03-21 01:39:04 +00:00
|
|
|
<library>shell32</library>
|
2009-01-05 12:41:34 +00:00
|
|
|
<library>user32</library>
|
|
|
|
<library>wininet</library>
|
2009-03-21 01:39:04 +00:00
|
|
|
<file>CConfiguration.cpp</file>
|
|
|
|
<file>CFatalException.cpp</file>
|
|
|
|
<file>CInvalidParameterException.cpp</file>
|
|
|
|
<file>CJournaledTestList.cpp</file>
|
|
|
|
<file>CProcess.cpp</file>
|
|
|
|
<file>CSimpleException.cpp</file>
|
|
|
|
<file>CTest.cpp</file>
|
|
|
|
<file>CTestInfo.cpp</file>
|
|
|
|
<file>CTestList.cpp</file>
|
|
|
|
<file>CVirtualTestList.cpp</file>
|
|
|
|
<file>CWebService.cpp</file>
|
|
|
|
<file>CWineTest.cpp</file>
|
|
|
|
<file>main.cpp</file>
|
|
|
|
<file>shutdown.cpp</file>
|
|
|
|
<file>tools.cpp</file>
|
2009-01-05 12:41:34 +00:00
|
|
|
<pch>precomp.h</pch>
|
|
|
|
</module>
|