diff options
| -rw-r--r-- | lib/... | 0 | ||||
| -rw-r--r-- | lib/README.lib | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lib/... b/lib/... deleted file mode 100644 index e69de29bb..000000000 --- a/lib/... +++ /dev/null diff --git a/lib/README.lib b/lib/README.lib new file mode 100644 index 000000000..5fd628d11 --- /dev/null +++ b/lib/README.lib @@ -0,0 +1,11 @@ +REAME.lib +--------- + +This README file is a placeholder for library files on your system. +Under Microsoft Windows a successful build will contain both a debug +(fltkd.lib) and release (fltk.lib) library for you to link to. Both +are built using the multi-threaded settings. Currently the Visual C++ +project files do not generate DLL libraries for FLTK. + +Under UNIX a single library file (libfltk.a or libfltk.so) will be +built. |
