mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +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
26 lines
827 B
Ruby
26 lines
827 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="frag" type="win32gui" installbase="system32" installname="frag.exe" unicode="yes">
|
|
<include base="frag">.</include>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
<library>comctl32</library>
|
|
<library>msvcrt</library>
|
|
<file>Fraginator.cpp</file>
|
|
<file>MainDialog.cpp</file>
|
|
<file>Defragment.cpp</file>
|
|
<file>DriveVolume.cpp</file>
|
|
<file>ReportDialog.cpp</file>
|
|
<file>Unfrag.cpp</file>
|
|
</module>
|
|
|
|
<module name="unfrag" type="win32cui" installbase="system32" installname="unfrag.exe" unicode="yes">
|
|
<include base="unfrag">.</include>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
<file>Unfrag.cpp</file>
|
|
<file>Defragment.cpp</file>
|
|
<file>DriveVolume.cpp</file>
|
|
</module>
|
|
</group>
|