The real, definitive, Visual C++ support branch. Accept no substitutes
[reactos.git] / dll / 3rdparty / dxtn / dxtn.rbuild
1 <module name="dxtn" type="win32dll" entrypoint="0" installbase="system32" installname="dxtn.dll" allowwarnings="true">
2 <importlibrary definition="dxtn.def" />
3 <include base="dxtn">.</include>
4 <define name="__USE_W32API" />
5
6 <library>msvcrt</library>
7
8 <file>fxt1.c</file>
9 <file>dxtn.c</file>
10 <file>wrapper.c</file>
11 <file>texstore.c</file>
12 </module>