Hello Guys, I would like to force the flex compiler to include a set of class from a specific dir. I'm using ant to compile my project and i know that i can use the compiler option -includes to links one or more classes. However i don't want to everytime I create a new class have to add it at the compiler arguments. Do you guys know how can I include a entire dir and force the compiler to include these classes?
Thank for your time

