From 0404ded146664118dbe34c8e5ccd5c2129edc314 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 17 Feb 1999 17:51:56 +0000 Subject: Updated README file in the lib directory for DLL info. git-svn-id: file:///fltk/svn/fltk/trunk@284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- lib/README.lib | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'lib/README.lib') diff --git a/lib/README.lib b/lib/README.lib index 30c6360e6..480431527 100644 --- a/lib/README.lib +++ b/lib/README.lib @@ -2,9 +2,12 @@ README.lib ---------- This README file is a placeholder for library files on your system. -Under Microsoft Windows a successful build will contain debug -(fltkd.lib and fltkd.dll) and release (fltk.lib fltk.dll) libraries for -you to link to. Both are built using the multi-threaded settings. +Under Microsoft Windows a successful build of all projects and +configurations will contain debug (fltkd.lib and fltkdlld.lib) and +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 -built. +Under UNIX a single library file (libfltk.a, libfltk.sl, or libfltk.so) +will be built. -- cgit v1.2.3