From 2b3470b3aae158277c190a09012853ab5e427b87 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 18 Jan 2022 22:14:41 +0400 Subject: [PATCH] build info for lists. --- lists.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lists.json b/lists.json index 4762836..f4d0431 100644 --- a/lists.json +++ b/lists.json @@ -8,5 +8,14 @@ "type": "git", "path": "https://github.com/norayr/lists", "tag" : "0.1" + }, + "Build": + { + "voc -s": "src/lDefs.Mod", + "voc -s": "src/strutils.Mod", + "voc -s": "src/List.Mod", + "voc -s": "src/StringList.Mod", + "voc -m": "tst/TestList.Mod", + "voc -m": "tst/TestStrutils.Mod" } }