2006-02-23 00:01:01 +00:00
|
|
|
<?xml version="1.0"?>
|
2007-09-14 17:07:53 +00:00
|
|
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
|
|
|
<module name="servman" type="win32gui" installbase="system32" installname="servman.exe" unicode="yes">
|
|
|
|
<include base="servman">.</include>
|
|
|
|
<define name="_WIN32_IE">0x600</define>
|
|
|
|
<define name="_WIN32_WINNT">0x501</define>
|
|
|
|
<library>kernel32</library>
|
|
|
|
<library>user32</library>
|
|
|
|
<library>gdi32</library>
|
|
|
|
<library>advapi32</library>
|
|
|
|
<library>version</library>
|
|
|
|
<library>comctl32</library>
|
|
|
|
<library>shell32</library>
|
|
|
|
<library>comdlg32</library>
|
|
|
|
<compilationunit name="unit.c">
|
|
|
|
<file>about.c</file>
|
|
|
|
<file>control.c</file>
|
|
|
|
<file>create.c</file>
|
|
|
|
<file>delete.c</file>
|
|
|
|
<file>export.c</file>
|
|
|
|
<file>listview.c</file>
|
|
|
|
<file>mainwnd.c</file>
|
|
|
|
<file>misc.c</file>
|
|
|
|
<file>progress.c</file>
|
|
|
|
<file>propsheet.c</file>
|
|
|
|
<file>query.c</file>
|
|
|
|
<file>servman.c</file>
|
|
|
|
<file>start.c</file>
|
2007-10-11 09:07:38 +00:00
|
|
|
<file>stop.c</file>
|
2007-09-14 17:07:53 +00:00
|
|
|
</compilationunit>
|
|
|
|
<file>servman.rc</file>
|
|
|
|
<pch>precomp.h</pch>
|
|
|
|
</module>
|