mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Install rpcrt4.dll, samlib.dll, and setup.exe
svn path=/branches/xmlbuildsystem/; revision=15313
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user