| Author |
Message |
|
TimK
Member
Joined: Thu Dec 29, 2005 4:51 pm Posts: 6 Location: Delft, The Netherlands
|
 Project Settings, MTASC compiler options: -exclude please!
Hiya!
Can mtasc's -exclude parameter be made available thru the project-settings dialog?
Thanks,
Tim
|
| Sun Mar 19, 2006 8:27 pm |
|
 |
|
Nick
Admin
Joined: Thu Sep 01, 2005 4:34 pm Posts: 240 Location: Portland, OR
|
Whoops - can't believe I overlooked this one... will add it =)
|
| Sun Mar 19, 2006 10:56 pm |
|
 |
|
TimK
Member
Joined: Thu Dec 29, 2005 4:51 pm Posts: 6 Location: Delft, The Netherlands
|
can you also add things like -pack etc?
maybe a tab 'advanced compiler settings' ?
Thanks again!
|
| Wed Mar 22, 2006 6:12 pm |
|
 |
|
Nick
Admin
Joined: Thu Sep 01, 2005 4:34 pm Posts: 240 Location: Portland, OR
|
TimK wrote: can you also add things like -pack etc?
Ah, ha, got you on this one! You can right-click a folder in the project tree and "always compile" which will generate a -pack for you. Or if that's not enough, the "IncludePackages" option in compiler settings lets you send strings to -pack manually.
|
| Wed Mar 22, 2006 9:09 pm |
|
 |
|
Robin
Member
Joined: Wed Dec 28, 2005 9:23 am Posts: 31
|
Well, i was wondering why you can't use an existing swf... Is that option so hard to implement?
Kind regards
|
| Wed Mar 22, 2006 9:43 pm |
|
 |
|
Nick
Admin
Joined: Thu Sep 01, 2005 4:34 pm Posts: 240 Location: Portland, OR
|
Robin wrote: Well, i was wondering why you can't use an existing swf...
Well you can right-click the existing SWF in your project tree and "Add to Library", then your code will be combined with that SWF. Does that accomplish what you need?
|
| Wed Mar 22, 2006 10:00 pm |
|
 |
|
Robin
Member
Joined: Wed Dec 28, 2005 9:23 am Posts: 31
|
Nick wrote: Robin wrote: Well, i was wondering why you can't use an existing swf... Well you can right-click the existing SWF in your project tree and "Add to Library", then your code will be combined with that SWF. Does that accomplish what you need?
If that's possible, that accomplishes exactly what I need.
Though, i can't get it working. For example: I have an swf with movieclips on stage and with actionscript on the timeline. I use 'add to library' in the project explorer. My output swf will not contain the clips 'on stage'.
What I'm trying to do is editing older projects and compiling them with mtasc from FlashDevelop.
I would like to use the mtasc commandline: mtasc -swf -keep
instead of: mtasc -out
Is that possible?
Thanks in advance
|
| Wed Mar 22, 2006 10:22 pm |
|
 |
|
Nick
Admin
Joined: Thu Sep 01, 2005 4:34 pm Posts: 240 Location: Portland, OR
|
The -exclude option has been added, along with all other MTASC options I could find.
Injecting into an existing SWF is now supported.
|
| Wed May 24, 2006 8:50 am |
|
|