reactos/lib/3rdparty/bzip2/bzip2.rbuild
Cameron Gutman 2b82fe44ea [WLAN-BRINGUP]
- Create a branch to drop my ndisuio work

svn path=/branches/wlan-bringup/; revision=54809
2012-01-02 20:53:24 +00:00

15 lines
484 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="bzip2" type="kernelmodedll" installbase="system32/drivers" installname="unbzip2.dll">
<importlibrary definition="unbzip2.spec" />
<define name="BZ_NO_STDIO" />
<define name="BZ_DECOMPRESS_ONLY" />
<library>ntoskrnl</library>
<file>bzlib.c</file>
<file>randtable.c</file>
<file>crctable.c</file>
<file>decompress.c</file>
<file>huffman.c</file>
<file>dllmain.c</file>
</module>