[DDK] Move rtl byteswap functions to wdm.h and add intrinsic definitions
[reactos.git] / reactos / dll / 3rdparty / dxtn / dxtn.rbuild
1 <module name="dxtn" type="win32dll" entrypoint="0" installbase="system32" installname="dxtn.dll" allowwarnings="true" crt="msvcrt">
2 <importlibrary definition="dxtn.def" />
3 <include base="dxtn">.</include>
4 <define name="__USE_W32API" />
5 <file>fxt1.c</file>
6 <file>dxtn.c</file>
7 <file>wrapper.c</file>
8 <file>texstore.c</file>
9 </module>