reactos/dll/directx/msdmo/msdmo.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

15 lines
556 B
Ruby

<module name="msdmo" type="win32dll" baseaddress="${BASEADDRESS_MSDMO}" installbase="system32" installname="msdmo.dll" allowwarnings="true" entrypoint="0">
<importlibrary definition="msdmo.spec" />
<include base="msdmo">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<file>dmoreg.c</file>
<file>dmort.c</file>
<file>rsrc.rc</file>
<library>wine</library>
<library>uuid</library>
<library>ole32</library>
<library>user32</library>
<library>advapi32</library>
<library>ntdll</library>
</module>