mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
8 lines
386 B
Ruby
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>
|