summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-02-17 17:51:56 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-02-17 17:51:56 +0000
commit0404ded146664118dbe34c8e5ccd5c2129edc314 (patch)
tree2ae40cdbb085ef78dca48b6ce96af007bf568fad /lib
parent36417b2fffb3bc6ec5e8fdeffb57b0e52b65f8b8 (diff)
Updated README file in the lib directory for DLL info.
git-svn-id: file:///fltk/svn/fltk/trunk@284 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'lib')
-rw-r--r--lib/README.lib13
1 files changed, 8 insertions, 5 deletions
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.