[HEADERS]
[reactos.git] / rosapps / applications / fraginator / fraginator.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../tools/rbuild/project.dtd">
3 <group>
4 <module name="frag" type="win32gui" installbase="system32" installname="frag.exe" unicode="yes">
5 <include base="frag">.</include>
6 <library>advapi32</library>
7 <library>ntdll</library>
8 <library>comctl32</library>
9 <library>msvcrt</library>
10 <file>Fraginator.cpp</file>
11 <file>MainDialog.cpp</file>
12 <file>Defragment.cpp</file>
13 <file>DriveVolume.cpp</file>
14 <file>ReportDialog.cpp</file>
15 <file>Unfrag.cpp</file>
16 </module>
17
18 <module name="unfrag" type="win32cui" installbase="system32" installname="unfrag.exe" unicode="yes">
19 <include base="unfrag">.</include>
20 <library>advapi32</library>
21 <library>ntdll</library>
22 <file>Unfrag.cpp</file>
23 <file>Defragment.cpp</file>
24 <file>DriveVolume.cpp</file>
25 </module>
26 </group>