mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 05:28:14 +00:00

- 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
7 lines
232 B
Ruby
7 lines
232 B
Ruby
<module name="appwiz.exe" type="win32cui" installbase="system32" installname="appwiz.exe">
|
|
<library>advapi32</library>
|
|
<library>user32</library>
|
|
<library>shell32</library>
|
|
<file>appwiz.c</file>
|
|
<file>appwiz.rc</file>
|
|
</module>
|