Building the *.LIB interface file 15 September 1996 (C) Yves Roumazeilles


Most developpers may wonder where the *.LIB file is for this YGrep
Search Engine. Others may have found the YGREP32.LIB file and wonder why
it does not work with their Borland or other compiler.

The *.LIB file is not needed. Only declare the appropriate IMPORTs in
the *.DEF file of your application. Anyhow, for the various possible
users, here are a few informations you can exploit usefully (I hope).

MSC 7.x		use IMPLIB YGREP.DLL in order to build a YGREP.LIB
		file for your compiler.
Visual C++ 2.x	use IMPLIB YGREP32.DLL in order to build a YGREP32.LIB
		file for your compiler.
Visual C++ 4.x	the LIB file is OK for you.
Borland C++ v4.xx
		use IMPLIB YGREP32.DLL in order to build a YGREP32.LIB
		file for your compiler.
Visual Basic 4.0
		use YGrep32.Bas interface file.
Turbo Pascal and Delphi
		use YGrepInt.Pas interface file.
