Install rpcrt4.dll, samlib.dll, and setup.exe

svn path=/branches/xmlbuildsystem/; revision=15313
This commit is contained in:
Casper Hornstrup 2005-05-15 14:30:35 +00:00
parent 64b6731731
commit a7b4b8b3ec
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<module name="rpcrt4" type="win32dll" baseaddress="${BASEADDRESS_RPCRT4}" warnings="true">
<module name="rpcrt4" type="win32dll" baseaddress="${BASEADDRESS_RPCRT4}" installbase="system32" installname="rpcrt4.dll" warnings="true">
<importlibrary definition="rpcrt4.spec.def" />
<include base="rpcrt4">.</include>
<include base="ReactOS">include/wine</include>

View file

@ -1,4 +1,4 @@
<module name="samlib" type="win32dll" baseaddress="${BASEADDRESS_SAMLIB}">
<module name="samlib" type="win32dll" baseaddress="${BASEADDRESS_SAMLIB}" installbase="system32" installname="samlib.dll">
<importlibrary definition="samlib.def" />
<include base="samlib">.</include>
<define name="_DISABLE_TIDENTS" />

View file

@ -1,4 +1,4 @@
<module name="setup" type="win32gui">
<module name="setup" type="win32gui" installbase="system32" installname="setup.exe">
<include base="setup">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0400</define>