View unanswered posts | View active topics


Reply to topic  [ 2 posts ] 
Compiling only with config file 
Author Message
Member

Joined: Wed Jan 05, 2011 4:34 pm
Posts: 13
Post Compiling only with config file
I would like to compile .mxml only with mxmlc -load-config+=myConfig.xml.

Is it the only way to check No output, only run pre/post build commands in Project properties, and then to put mxmlc -load-config+=myConfig.xml in Pre-build command line, or is there some other way?

Thanks.


Fri Mar 16, 2012 10:14 am
Profile
Member

Joined: Sun Mar 02, 2008 11:17 am
Posts: 59
Location: Gothenburg, Sweden
Post Re: Compiling only with config file
You could always compile via a bat file, something like this:

set flexpath="C:\sdks\flex\4.6\bin"
set isDebug=false

%flexpath%\mxmlc -load-config+=MainConfig.xml -incremental=false -benchmark=false -o YOURProject\trunk\bin\Main.swf


Fri Mar 16, 2012 3:09 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.