started compiling-gf

This commit is contained in:
aarne
2006-10-18 08:46:44 +00:00
parent cbedfd152a
commit 7dea021ece
4 changed files with 147 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ gfc -> gf11 [label = " PrintGFC", style = "solid"];
gf11 [label = "file.gfc", style = "solid", shape = "ellipse"];
gfcc [label = "file.gfcc", style = "solid", shape = "ellipse"];
gfc -> gfcc [label = " CanonToGFCC", style = "solid"];
mcfg [label = "file.gfcm", style = "dashed", shape = "ellipse"];
gfc -> mcfg [label = " PrintGFC", style = "dashed"];