From 745828154547e0dbd635afb9fae469eac37a255a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 10 Dec 2018 16:50:56 +0100 Subject: Rename README files to README.txt (and several similar files). Files without '.txt' suffix can't be handled well by Windows (users), hence renaming such text files to *.txt makes FLTK more "Windows-friendly". There are a few exceptions (this is intentional): README and other files in bundled libraries (maintained upstream) are not changed. --- lib/README | 16 ---------------- lib/README.txt | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 lib/README create mode 100644 lib/README.txt (limited to 'lib') diff --git a/lib/README b/lib/README deleted file mode 100644 index 61779843f..000000000 --- a/lib/README +++ /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. diff --git a/lib/README.txt b/lib/README.txt new file mode 100644 index 000000000..61779843f --- /dev/null +++ b/lib/README.txt @@ -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. -- cgit v1.2.3