mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
nth
This commit is contained in:
parent
dff47dc004
commit
d36843e1f4
3 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
MODULE vpkInstaller;
|
||||
IMPORT StringList, vpkResolver, vpkdepTree, vpkDot;
|
||||
IMPORT StringList, vpkResolver, vpkdepTree, vpkDot, vpkSettings;
|
||||
|
||||
PROCEDURE install*(VAR unit: ARRAY OF CHAR);
|
||||
VAR
|
||||
|
|
@ -8,7 +8,7 @@ VAR
|
|||
BEGIN
|
||||
tree := vpkResolver.resolve(unit);
|
||||
lst := vpkDot.tree2dot(tree);
|
||||
|
||||
lst.Dump(lst, vpkSettings.graphName);
|
||||
END install;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue