mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
-fix 2nd stage setup
svn path=/trunk/; revision=27928
This commit is contained in:
parent
7cf2fea853
commit
3b6565d0fb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<module name="version" type="win32dll" baseaddress="${BASEADDRESS_VERSION}" installbase="system32" installname="version.dll" allowwarnings="true">
|
<module name="version" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_VERSION}" installbase="system32" installname="version.dll" allowwarnings="true">
|
||||||
<importlibrary definition="version.spec.def" />
|
<importlibrary definition="version.spec.def" />
|
||||||
<include base="version">.</include>
|
<include base="version">.</include>
|
||||||
<include base="ReactOS">include/reactos/wine</include>
|
<include base="ReactOS">include/reactos/wine</include>
|
||||||
|
|
Loading…
Reference in a new issue