2008-02-20 20:58:39 +00:00
|
|
|
<?xml version="1.0"?>
|
2008-04-20 09:23:29 +00:00
|
|
|
<!DOCTYPE module SYSTEM "../tools/rbuild/project.dtd">
|
2008-04-20 12:29:19 +00:00
|
|
|
<group>
|
2008-02-20 20:58:39 +00:00
|
|
|
<module name="frag" type="win32gui" installbase="system32" installname="frag.exe" unicode="yes">
|
|
|
|
<include base="frag">.</include>
|
|
|
|
<library>kernel32</library>
|
|
|
|
<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>kernel32</library>
|
|
|
|
<library>advapi32</library>
|
|
|
|
<library>ntdll</library>
|
|
|
|
<file>Unfrag.cpp</file>
|
|
|
|
<file>Defragment.cpp</file>
|
|
|
|
<file>DriveVolume.cpp</file>
|
|
|
|
</module>
|
2008-04-20 12:29:19 +00:00
|
|
|
</group>
|