json format changed a little.

This commit is contained in:
Norayr Chilingarian 2024-02-02 03:03:04 +04:00
parent ed99e3ef03
commit 567a4de59e
23 changed files with 125 additions and 105 deletions

View file

@ -18,15 +18,15 @@
"skprJson": "0.1"
},
"Build":
{
"voc -s": "src/mnshList.Mod",
"voc -s": "src/mnshUnix.Mod",
"voc -s": "src/mnshDefs.Mod",
"voc -s": "src/mnshCrt.Mod",
"voc -s": "src/mnshStorage.Mod",
"voc -s": "src/mnshExtTools.Mod",
"voc -s": "src/mnshTerm.Mod",
"voc -s": "src/mnshInput.Mod",
"voc -M": "src/manush.Mod"
}
[
{"command": "voc -s", "file": "src/mnshList.Mod"},
{"command": "voc -s", "file": "src/mnshUnix.Mod"},
{"command": "voc -s", "file": "src/mnshDefs.Mod"},
{"command": "voc -s", "file": "src/mnshCrt.Mod"},
{"command": "voc -s", "file": "src/mnshStorage.Mod"},
{"command": "voc -s", "file": "src/mnshExtTools.Mod"},
{"command": "voc -s", "file": "src/mnshTerm.Mod"},
{"command": "voc -s", "file": "src/mnshInput.Mod"},
{"command": "voc -M", "file": "src/manush.Mod"}
]
}