From bc421281715a472a4e03001c6bce0cbf476b65c4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 1 Aug 2020 21:13:42 +0300 Subject: Add TODO file --- TODO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..6ca67fb --- /dev/null +++ b/TODO @@ -0,0 +1,19 @@ +On the revision: + +- Make the .map and .def files prerequisites of the libs type target and only + on the respective OSes. + +- Fix the switch statements in the buildfiles, replacing 'switch $c.class, + $tsys' with 'switch $c.class'. + +- Canonicalize the license in the package manifest. + +- Disable the success build emails. + +- Make libz/LICENSE a symlink to the file in the project root directory. + +On the release: + +- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc). + + Note that this requires bumping build2 version requirement to 0.13.0. -- cgit v1.1