mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
33 lines
1.1 KiB
Ruby
33 lines
1.1 KiB
Ruby
<?xml version="1.0"?>
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<module name="frag" type="win32gui" installbase="system32" installname="frag.exe" unicode="yes">
|
|
<include base="frag">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="WINVER">0x0501</define>
|
|
<define name="_WIN32_IE">0x0600</define>
|
|
<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>
|
|
<define name="__USE_W32API" />
|
|
<define name="WINVER">0x0501</define>
|
|
<define name="_WIN32_IE">0x0600</define>
|
|
<library>kernel32</library>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
<file>Unfrag.cpp</file>
|
|
<file>Defragment.cpp</file>
|
|
<file>DriveVolume.cpp</file>
|
|
</module>
|
|
</group>
|