reactos/dll/win32/ntmarta/ntmarta.rbuild
Amine Khaldi 84291d0d72 * Bring back rbuild build to be used until bug 6372 is fixed.
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52691
2011-07-15 22:27:16 +00:00

13 lines
464 B
Ruby

<module name="ntmarta" type="win32dll" baseaddress="${BASEADDRESS_NTMARTA}" installbase="system32" installname="ntmarta.dll" unicode="yes">
<importlibrary definition="ntmarta.spec" />
<include base="ntmarta">.</include>
<define name="__WINESRC__" />
<redefine name="_WIN32_WINNT">0x600</redefine>
<library>ntdll</library>
<library>advapi32</library>
<library>user32</library>
<file>ntmarta.c</file>
<file>ntmarta.rc</file>
<pch>ntmarta.h</pch>
</module>