2008-05-25 11:50:56 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2008-12-21 03:58:19 +00:00
|
|
|
<module name="usrmgr" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_USRMGR}" installbase="system32" installname="usrmgr.cpl" unicode="yes" crt="msvcrt">
|
2009-01-25 10:26:37 +00:00
|
|
|
<importlibrary definition="usrmgr.spec" />
|
2008-05-25 11:50:56 +00:00
|
|
|
<include base="usrmgr">.</include>
|
2008-06-07 22:31:24 +00:00
|
|
|
<library>advapi32</library>
|
2008-05-25 11:50:56 +00:00
|
|
|
<library>user32</library>
|
|
|
|
<library>gdi32</library>
|
|
|
|
<library>comctl32</library>
|
|
|
|
<library>ntdll</library>
|
|
|
|
<library>netapi32</library>
|
|
|
|
<file>extra.c</file>
|
2008-05-31 19:48:44 +00:00
|
|
|
<file>groupprops.c</file>
|
2008-05-25 11:50:56 +00:00
|
|
|
<file>groups.c</file>
|
|
|
|
<file>misc.c</file>
|
|
|
|
<file>userprops.c</file>
|
|
|
|
<file>users.c</file>
|
|
|
|
<file>usrmgr.c</file>
|
|
|
|
<file>usrmgr.rc</file>
|
|
|
|
</module>
|