views:

24

answers:

1

Hello,

I need to load a custom compiler config when compiling my project with textmate (as3 project) How can i do this?

+1  A: 
mxmlc -load-config your-config.xml

See also:

zdmytriv