mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Install rpcrt4.dll, samlib.dll, and setup.exe
svn path=/branches/xmlbuildsystem/; revision=15313
This commit is contained in:
parent
64b6731731
commit
a7b4b8b3ec
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue