# | Line 29 | Line 29 | sub ParseBuildFile { | |
---|---|---|
29 | 'ConfigurationClass' => \&OutToMakefile, | |
30 | 'AssociateGroup' => \&AssociateGroup, | |
31 | 'none' => \&OutToMakefile, | |
32 | < | 'Bin' => \&OutToMakefile, |
32 | > | 'Bin' => 'none', |
33 | 'Bin_StartTag' => \&Bin_start, | |
34 | 'ClassPath' => \&OutToMakefile, | |
35 | 'ClassPath_StartTag' => \&setBlockClassPath |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |