diff options
Diffstat (limited to 'lib/README.lib')
| -rw-r--r-- | lib/README.lib | 13 |
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. |
