- Globalize ReactOS target version (there are a few overrides for our abuse of RegDel...
[reactos.git] / reactos / 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>kernel32</library>
8 <library>user32</library>
9 <file>notifyhook.c</file>
10 <file>notifyhook.rc</file>
11 </module>