Add missing entrypoint="0" directive in rbuild files [Part 1/2]

svn path=/trunk/; revision=24008
This commit is contained in:
Hervé Poussineau
2006-09-09 22:33:07 +00:00
parent bc6649b746
commit ae5f6b945d
34 changed files with 59 additions and 48 deletions
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="notifyhook" type="win32dll" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
<module name="notifyhook" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_NOTIFYHOOK}" installbase="system32" installname="notifyhook.dll">
<importlibrary definition="notifyhook.def" />
<include base="notifyhook">.</include>
<define name="__USE_W32API" />