kritivasas / minibuilder

Automatically exported from code.google.com/p/minibuilder
0 stars 0 forks source link

Support Conditonal compiliation #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to add conditional compilation support to minibuilder? So 
far it is the only thing I miss from flexbuilder/flex sdk.

A description can be found here, if you are unfamiliar with it. http://
livedocs.adobe.com/flex/3/html/help.html?content=compilers_21.html

I had hoped it would be as easy as putting the <define> tag inside the 
<compiler> block in the .actionScriptProperties file, but if it is, then I 
am unable to get it to work.

Many thanks for the great work so far.

Original issue reported on code.google.com by mark.pit...@gmail.com on 29 Dec 2009 at 10:49

GoogleCodeExporter commented 9 years ago
as long as the sdk supports it, it should be doable. currently, not all 
configurations 
from .actionScriptProperties are sent to the sdk, like in flex. we should 
probably add 
generic support for any config option of the sdk.

Original comment by victor.dramba on 5 Jan 2010 at 9:19