"bz2/" -> "bz2\"
git-svn-id: https://svn.code.sf.net/p/kolmck/code@75 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
@@ -341,13 +341,13 @@ const
|
|||||||
);
|
);
|
||||||
|
|
||||||
{************** BZip constants **********************************************}
|
{************** BZip constants **********************************************}
|
||||||
{$L bz2/blocks~1.obj} //blocksort
|
{$L bz2\blocks~1.obj} //blocksort
|
||||||
{$L bz2/huffman.obj}
|
{$L bz2\huffman.obj}
|
||||||
{$L bz2/compress.obj}
|
{$L bz2\compress.obj}
|
||||||
{$L bz2/decomp~1.obj} //decompress
|
{$L bz2\decomp~1.obj} //decompress
|
||||||
{$L bz2/bzlib.obj}
|
{$L bz2\bzlib.obj}
|
||||||
{ $L bz2/crctable.obj}
|
{ $L bz2\crctable.obj}
|
||||||
{ $L bz2/randtable.obj}
|
{ $L bz2\randtable.obj}
|
||||||
|
|
||||||
procedure _BZ2_hbMakeCodeLengths; external;
|
procedure _BZ2_hbMakeCodeLengths; external;
|
||||||
procedure _BZ2_blockSort; external;
|
procedure _BZ2_blockSort; external;
|
||||||
|
|||||||
Reference in New Issue
Block a user