reactos/dll/win32/activeds/activeds.rbuild
Cameron Gutman 2b82fe44ea [WLAN-BRINGUP]
- Create a branch to drop my ndisuio work

svn path=/branches/wlan-bringup/; revision=54809
2012-01-02 20:53:24 +00:00

11 lines
404 B
Ruby

<group>
<module name="activeds" type="win32dll" baseaddress="${BASEADDRESS_ACTIVEDS}" installbase="system32" installname="activeds.dll">
<importlibrary definition="activeds.spec" />
<include base="activeds">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<library>wine</library>
<file>activeds_main.c</file>
<file>stubs.c</file>
</module>
</group>