I have a project in eclipse I would like to run a perl script before every build on eclipse
but I want to pass the perl script parameters, in detail I want to pass it the names/paths of all the files in the project
(this script add things to make makefile)
Thank you
As a general direction: You would use building systems like Ant or Maven to realise this in Eclipse.
For Ant: http://ant.apache.org/faq.html#shell-redirect-2