mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[BZIP2]
- remove hal from libs - convert to spec svn path=/trunk/; revision=48148
This commit is contained in:
parent
924ee8d9ef
commit
6e137a3c50
3 changed files with 2 additions and 6 deletions
3
reactos/lib/3rdparty/bzip2/bzip2.rbuild
vendored
3
reactos/lib/3rdparty/bzip2/bzip2.rbuild
vendored
|
@ -1,11 +1,10 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="bzip2" type="kernelmodedll" installbase="system32/drivers" installname="unbzip2.dll">
|
<module name="bzip2" type="kernelmodedll" installbase="system32/drivers" installname="unbzip2.dll">
|
||||||
<importlibrary definition="unbzip2.def" />
|
<importlibrary definition="unbzip2.spec" />
|
||||||
<define name="BZ_NO_STDIO" />
|
<define name="BZ_NO_STDIO" />
|
||||||
<define name="BZ_DECOMPRESS_ONLY" />
|
<define name="BZ_DECOMPRESS_ONLY" />
|
||||||
<library>ntoskrnl</library>
|
<library>ntoskrnl</library>
|
||||||
<library>hal</library>
|
|
||||||
<file>bzlib.c</file>
|
<file>bzlib.c</file>
|
||||||
<file>randtable.c</file>
|
<file>randtable.c</file>
|
||||||
<file>crctable.c</file>
|
<file>crctable.c</file>
|
||||||
|
|
4
reactos/lib/3rdparty/bzip2/unbzip2.def
vendored
4
reactos/lib/3rdparty/bzip2/unbzip2.def
vendored
|
@ -1,4 +0,0 @@
|
||||||
LIBRARY unbzip2.dll
|
|
||||||
|
|
||||||
EXPORTS
|
|
||||||
BZ2_bzBuffToBuffDecompress@24
|
|
1
reactos/lib/3rdparty/bzip2/unbzip2.spec
vendored
Normal file
1
reactos/lib/3rdparty/bzip2/unbzip2.spec
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@ stdcall BZ2_bzBuffToBuffDecompress(str ptr str long long long)
|
Loading…
Reference in a new issue