"zlib/" -> "zlib\"
git-svn-id: https://svn.code.sf.net/p/kolmck/code@74 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
@ -245,16 +245,16 @@ const
|
|||||||
{** link zlib 1.2.1 *********************************************************}
|
{** link zlib 1.2.1 *********************************************************}
|
||||||
{** bcc32 flags: -c -6 -O2 -Ve -X- -pr -a8 -b -d -k- -vi -tWM -r -RT- }
|
{** bcc32 flags: -c -6 -O2 -Ve -X- -pr -a8 -b -d -k- -vi -tWM -r -RT- }
|
||||||
|
|
||||||
{$L zlib/adler32.obj}
|
{$L zlib\adler32.obj}
|
||||||
{$L zlib/compress.obj}
|
{$L zlib\compress.obj}
|
||||||
{.$L zlib/crc32.obj}
|
{.$L zlib\crc32.obj}
|
||||||
{$L zlib/deflate.obj}
|
{$L zlib\deflate.obj}
|
||||||
{$L zlib/infback.obj}
|
{$L zlib\infback.obj}
|
||||||
{$L zlib/inffast.obj}
|
{$L zlib\inffast.obj}
|
||||||
{$L zlib/inflate.obj}
|
{$L zlib\inflate.obj}
|
||||||
{$L zlib/inftrees.obj}
|
{$L zlib\inftrees.obj}
|
||||||
{$L zlib/trees.obj}
|
{$L zlib\trees.obj}
|
||||||
{$L zlib/uncompr.obj}
|
{$L zlib\uncompr.obj}
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
* note: do not reorder the above -- doing so will result in external *
|
* note: do not reorder the above -- doing so will result in external *
|
||||||
|
Reference in New Issue
Block a user