# | Line 404 | Line 404 | sub LibType_Start { | |
---|---|---|
404 | $switch->checkparam($hashref, $name, 'type'); | |
405 | ||
406 | print GNUmakefile "# Specify Library Type\n"; | |
407 | – | print GNUmakefile "ifneq (\$(strip \$(files)),)\n"; |
407 | print GNUmakefile "DefaultLibsOff=yes\n"; | |
408 | if ( $$hashref{'type'}=~/^archive/i ) { | |
409 | print GNUmakefile "LibArchive=true\n"; | |
# | Line 418 | Line 417 | sub LibType_Start { | |
417 | elsif ($$hashref{'type'}=~/debugshared/i ) { | |
418 | print GNUmakefile "LibDebugShared=true\n"; | |
419 | } | |
421 | – | print GNUmakefile "endif\n"; |
420 | print GNUmakefile "\n"; | |
421 | } | |
422 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |