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 |
112 |
|
#$fileclass=$toolbox->getclass($file); |
113 |
|
#$toolbox->maketargets("exe",$fileclass, $$hashref{name}, $file ); |
114 |
|
print GNUmakefile "bin::$$hashref{name}\n"; |
115 |
+ |
print GNUmakefile "bin_debug::$$hashref{name}\n"; |
116 |
|
print GNUmakefile "$$hashref{name}::$$hashref{file}\n"; |
117 |
|
} |
118 |
|
|