# | Line 174 | Line 174 | sub Use_start { | |
---|---|---|
174 | print GNUmakefile "local__$$hashref{name}=true\n"; | |
175 | } | |
176 | ||
177 | < | sub CheckBuildFile($directory) { |
177 | > | sub CheckBuildFile { |
178 | my $classdir=shift; | |
179 | $ClassName=""; | |
180 | $thisfile="$classdir/$buildfile"; | |
# | Line 205 | Line 205 | sub AssociateGroup { | |
205 | } | |
206 | ||
207 | # Split up the Class Block String into a useable array | |
208 | < | sub _CutBlock($string) { |
208 | > | sub _CutBlock { |
209 | my $string= shift @_; | |
210 | @BlockClassA = split /\//, $string; | |
211 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |