reactos/rostests/win32/cmd/cmd_test.rbuild
Colin Finck dfa9eb6204 [General]
- Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common". Also fix the indentation in some files.

svn path=/trunk/; revision=44368
2009-12-02 20:32:16 +00:00

17 lines
511 B
Ruby

<module name="cmd_test" type="test">
<include base="rtshared">.</include>
<include base="ReactOS">include/reactos/wine</include>
<include base="cmd">.</include>
<define name="ANONYMOUSUNIONS" />
<redefine name="_WIN32_WINNT">0x501</redefine>
<library>rtshared</library>
<library>regtests</library>
<library>cmd_base</library>
<library>advapi32</library>
<library>cmd_base</library>
<library>pseh</library>
<library>ntdll</library>
<file>setup.c</file>
<xi:include href="stubs.rbuild" />
</module>