mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
use tabs in rbuild file (copied from trunk)
svn path=/trunk/; revision=44590
This commit is contained in:
parent
b1d866fc48
commit
7a9ae1c567
1 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
<module name="nddeapi" type="win32dll" baseaddress="${BASEADDRESS_NDDEAPI}" installbase="system32" installname="nddeapi.dll" allowwarnings="true" entrypoint="0">
|
||||
<importlibrary definition="nddeapi.spec" />
|
||||
<include base="nddeapi">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="__WINESRC__" />
|
||||
<library>wine</library>
|
||||
<library>ntdll</library>
|
||||
<file>nddeapi.c</file>
|
||||
<importlibrary definition="nddeapi.spec" />
|
||||
<include base="nddeapi">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="__WINESRC__" />
|
||||
<library>wine</library>
|
||||
<library>ntdll</library>
|
||||
<file>nddeapi.c</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue