I figured it out, compc.exe is the flex compiler. So I could use a
On Mar 13, 2:07 pm, Christen Lorensen <
c...@reto.dk> wrote:
> Hi Rytis
>
> Thanks, do you think you can explain using compc.exe a bit more? I'm a
> bit blank, tried looking it up on google, but I did not get mush wiser.
>
> Christen
>
> Den 13-03-2012 13:22, Rytis Alekna skrev:
>
>
>
>
>
>
>
> > Hi Christen,
>
> > you can compile those classes into SWC using compc.exe using argument
> > -include-classes.It's VERY boring stuff to tell compiler by hand what
> > you want to include, so I would recommend using FlexAntTask for
> > AntTask - so the job can be done immediately. If you don't want to use
> > compc.exe, then you can write Ant task, that generates a class that
> > includes (your current way) all the needed classes.
>
> > Regards,
> > Rytis
>
> > On 13 March 2012 14:05, Christen Lorensen <
c...@reto.dk