fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
823 stars 220 forks source link

Improve AS3 Mobile project template #174

Open neuronix opened 10 years ago

neuronix commented 10 years ago

Hi,

I've created quite a few mobile projects with FD and every time I end up editing the .bat files with following additions:

SetupApplication.bat

Packager.bat

PackageApp.bat

I think this would make starting off with mobile projects a lot easier.

Regards,

Cameron

elsassph commented 10 years ago

This looks good - can you provide modified scripts? or better modified project templates?

neuronix commented 10 years ago

Ok, can I submit them as gists? I'd like to avoid checking out the whole FD project and making a pull request :/

elsassph commented 10 years ago

Sure.

elsassph commented 10 years ago

I still count on you @neuronix ;)

snarlynarwhal commented 10 years ago

What is the status of this add? Where would I add "-extdir lib/"? Also, all of the anes would be in the lib folder? (Sorry for the bombarding of questions, new to using ANEs with FD)