This is why we can't have nice things. Reverting r40538, r40539, due to RosBE differe...
[reactos.git] / reactos / dll / win32 / ntmarta / ntmarta.rbuild
1 <module name="ntmarta" type="win32dll" baseaddress="${BASEADDRESS_NTMARTA}" installbase="system32" installname="ntmarta.dll" unicode="yes">
2 <importlibrary definition="ntmarta.spec" />
3 <include base="ntmarta">.</include>
4 <define name="__WINESRC__" />
5 <define name="_WIN32_WINNT">0x600</define>
6 <library>ntdll</library>
7 <library>kernel32</library>
8 <library>advapi32</library>
9 <library>user32</library>
10 <file>ntmarta.c</file>
11 <file>ntmarta.rc</file>
12 <pch>ntmarta.h</pch>
13 </module>