()
| 682 | return objs |
| 683 | |
| 684 | def GetCurrentDir(): |
| 685 | conscript = File('SConscript') |
| 686 | fn = conscript.rfile() |
| 687 | name = fn.name |
| 688 | path = os.path.dirname(fn.abspath) |
| 689 | return path |
| 690 | |
| 691 | PREBUILDING = [] |
| 692 | def RegisterPreBuildingAction(act): |
no test coverage detected