- Create KD branch. All debugging support is removed in this branch (no symbols,...
[reactos.git] / reactos / lib / 3rdparty / bzip2 / bzip2.rbuild
1 <module name="bzip2" type="kernelmodedll" entrypoint="0" installbase="system32/drivers" installname="bzip2.dll">
2 <importlibrary definition="unbzip2.def" />
3 <define name="BZ_NO_STDIO" />
4 <define name="BZ_DECOMPRESS_ONLY" />
5 <define name="__USE_W32API" />
6 <linkerflag>-lgcc</linkerflag>
7 <library>ntoskrnl</library>
8 <library>hal</library>
9 <file>bzlib.c</file>
10 <file>randtable.c</file>
11 <file>crctable.c</file>
12 <file>decompress.c</file>
13 <file>huffman.c</file>
14 <file>dllmain.c</file>
15 </module>