unread
Anybody see a problem with this patch that allows .cc files in shared
extensions.
If not I will check it into all branches.
Thanks,
Brian
unread
Why don't you name the files .cpp like you're supposed to?
--Jani
Anybody see a problem with this patch that allows .cc files in shared
extensions.If not I will check it into all branches.
Thanks,
Brian
unread
I do, but some of our developers have some wacky idea they should be
named .cc.
I can keep a internal patch if you rather not, figure I would ask just
to make sure.
Brian
Why don't you name the files .cpp like you're supposed to? --Jani
Anybody see a problem with this patch that allows .cc files in shared
extensions.If not I will check it into all branches.
unread
I do, but some of our developers have some wacky idea they should be named
.cc.
But with PHP they're named .cpp ;)
I can keep a internal patch if you rather not, figure I would ask just to make
sure.
Just add it. But do it with the simple way: Add to the existing .cpp line:
*.cpp|*.cc[)] ...
--Jani