mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
dfa9eb6204
- 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
16 lines
511 B
Ruby
16 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>
|