Convert all line-endings to LF first in StringOut before passing the strings to print...
[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 <include base="rosautotest">.</include>
5 <library>advapi32</library>
6 <library>kernel32</library>
7 <library>user32</library>
8 <library>wininet</library>
9 <file>main.c</file>
10 <file>shutdown.c</file>
11 <file>tools.c</file>
12 <file>webservice.c</file>
13 <file>winetests.c</file>
14 <pch>precomp.h</pch>
15 </module>