Open
Description
This issue was originally created at: 2015-04-21 07:37:40.
This issue was reported by: knut3
.
knut3 said at 2015-04-21 07:37:40
Hi,
I wrote a tool and put it into site_cons/site_tools/my_tool.py.
(http://scons.org/wiki/ToolsForFools)
According to the user guide "18.7. Where To Put Your Custom Builders and Tools"
there have to be two functions: exists() and generate().I use my tool and it works fine thus generate() was called. But the exists()
function is never called. I put a "return False" there but no complains while
running scons...knut