From 3441590a1d79185336a0a046b6dba2a90340ff14 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 26 Feb 2015 12:57:18 +0000 Subject: 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 --- lib/README | 16 ++++++++++++++++ lib/README.lib | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 lib/README delete mode 100644 lib/README.lib (limited to 'lib') 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. diff --git a/lib/README.lib b/lib/README.lib deleted file mode 100644 index 61779843f..000000000 --- a/lib/README.lib +++ /dev/null @@ -1,16 +0,0 @@ -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. -- cgit v1.2.3