2007-11-29 11:02:32 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2008-01-14 15:39:30 +00:00
|
|
|
<group>
|
2006-02-17 00:04:10 +00:00
|
|
|
<module name="netapi32" type="win32dll" baseaddress="${BASEADDRESS_NETAPI32}" installbase="system32" installname="netapi32.dll" allowwarnings="true">
|
2008-10-21 13:51:49 +00:00
|
|
|
<importlibrary definition="netapi32.spec" />
|
2006-02-17 00:04:10 +00:00
|
|
|
<include base="netapi32">.</include>
|
2006-02-17 22:59:15 +00:00
|
|
|
<include base="ReactOS">include/reactos/wine</include>
|
2007-07-27 09:46:28 +00:00
|
|
|
<define name="__WINESRC__" />
|
2006-02-17 00:04:10 +00:00
|
|
|
<file>access.c</file>
|
|
|
|
<file>apibuf.c</file>
|
|
|
|
<file>browsr.c</file>
|
|
|
|
<file>ds.c</file>
|
2007-07-27 09:46:28 +00:00
|
|
|
<file>local_group.c</file>
|
2006-02-17 00:04:10 +00:00
|
|
|
<file>nbcmdqueue.c</file>
|
|
|
|
<file>nbnamecache.c</file>
|
|
|
|
<file>nbt.c</file>
|
|
|
|
<file>netapi32.c</file>
|
|
|
|
<file>netbios.c</file>
|
2007-07-27 09:46:28 +00:00
|
|
|
<file>share.c</file>
|
2006-02-17 00:04:10 +00:00
|
|
|
<file>wksta.c</file>
|
2008-04-04 13:51:01 +00:00
|
|
|
<library>wine</library>
|
|
|
|
<library>iphlpapi</library>
|
|
|
|
<library>ws2_32</library>
|
|
|
|
<library>advapi32</library>
|
|
|
|
<library>kernel32</library>
|
|
|
|
<library>ntdll</library>
|
2006-02-17 00:04:10 +00:00
|
|
|
</module>
|
2008-01-14 15:39:30 +00:00
|
|
|
</group>
|