Updated README file in the lib directory for DLL info.

git-svn-id: file:///fltk/svn/fltk/trunk@284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1999-02-17 17:51:56 +00:00
parent 36417b2fff
commit 0404ded146
+8 -5
View File
@@ -2,9 +2,12 @@ README.lib
---------- ----------
This README file is a placeholder for library files on your system. This README file is a placeholder for library files on your system.
Under Microsoft Windows a successful build will contain debug Under Microsoft Windows a successful build of all projects and
(fltkd.lib and fltkd.dll) and release (fltk.lib fltk.dll) libraries for configurations will contain debug (fltkd.lib and fltkdlld.lib) and
you to link to. Both are built using the multi-threaded settings. release (fltk.lib fltkdll.lib) libraries for you to link to. Both are
built using the multi-threaded settings. The DLL files (fltkdll.dll
and fltkdlld.dll) required for a complete DLL-based binary distribution
are located in the "visualc" directory.
Under UNIX a single library file (libfltk.a or libfltk.so) will be Under UNIX a single library file (libfltk.a, libfltk.sl, or libfltk.so)
built. will be built.