909cd62433e2d7ab734dee28bdf9b36bd28275f8
[reactos.git] / base / shell / explorer / notifyhook / notifyhook.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="notifyhook" type="win32dll" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
4 <importlibrary definition="notifyhook.def" />
5 <include base="notifyhook">.</include>
6 <define name="_NOTIFYHOOK_IMPL" />
7 <library>user32</library>
8 <file>notifyhook.c</file>
9 <file>notifyhook.rc</file>
10 </module>