reactos/dll/3rdparty/dxtn/dxtn.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

9 lines
309 B
Ruby

<module name="dxtn" type="win32dll" entrypoint="0" installbase="system32" installname="dxtn.dll" allowwarnings="true" crt="msvcrt">
<importlibrary definition="dxtn.spec" />
<include base="dxtn">.</include>
<file>fxt1.c</file>
<file>dxtn.c</file>
<file>wrapper.c</file>
<file>texstore.c</file>
</module>