1
0
forked from GitHub/gf-core

drop the GF.Command.* dependencies in the library

This commit is contained in:
krasimir
2008-05-29 16:53:24 +00:00
parent a65be9ef42
commit cb374f5617
2 changed files with 56 additions and 11 deletions

View File

@@ -39,11 +39,6 @@ library
GF.GFCC.Parsing.FCFG.Active
GF.GFCC.Parsing.FCFG
GF.GFCC.Raw.ConvertGFCC
GF.Command.LexGFShell
GF.Command.AbsGFShell
GF.Command.PrintGFShell
GF.Command.ParGFShell
GF.Command.PPrTree
GF.Data.RedBlackSet
GF.Data.GeneralDeduction
GF.Data.Utilities
@@ -62,7 +57,8 @@ executable gf3
directory,
random,
old-time,
process
process,
pretty
if os(windows)
build-depends: Win32
else