reactos/dll/win32/netevent/netevent.rbuild
Timo Kreuzer e279aa2082 Sync to trunk (r47832)
svn path=/branches/reactos-yarotows/; revision=47833
2010-06-23 16:21:41 +00:00

8 lines
386 B
Ruby

<module name="netevent" type="win32dll" baseaddress="${BASEADDRESS_NETEVENT}" installbase="system32" installname="netevent.dll" unicode="true">
<importlibrary definition="netevent.spec" />
<include base="netevent">.</include>
<include base="neteventmsg" root="intermediate">.</include>
<dependency>neteventmsg</dependency>
<file>netevent.c</file>
<file>netevt.rc</file>
</module>