summaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-02-26 12:57:18 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-02-26 12:57:18 +0000
commit3441590a1d79185336a0a046b6dba2a90340ff14 (patch)
tree9b58b90c451b746715a273a8ff3381ac2f374d8a /lib/README
parentd2663161e28ccf780398312c04241cf528f3d14b (diff)
Rename lib/README.lib to lib/README because '*.lib' is in ignored files list.
The extension '.lib' is used for Microsoft shared library stubs created in directory lib/, so it is usefule to ignore *.lib (but not the README file). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10591 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/README b/lib/README
new file mode 100644
index 000000000..61779843f
--- /dev/null
+++ b/lib/README
@@ -0,0 +1,16 @@
+README.lib
+----------
+
+This README file is a placeholder for library files on your
+system.
+
+Under Microsoft Windows a successful build of all projects and
+configurations will contain debug and release libraries for you
+to link to - all are built using the multi-threaded DLL
+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 set of library files will be built, with or
+without debug information depending on the options you provided
+to the configure script.