reactos/dll/win32/netevent/netevent.rbuild
2011-05-24 18:40:34 +00:00

7 lines
330 B
Ruby

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