lzc -S is probably not a complete feature. It was added for debugging, so it
easy for me to believe that you cannot actually compile the output of lzc -S.
You could leverage off the lzo compiler to get a better implementation of -S,
since the output of that _is_ compilable. I can't recall if maybe we already
tried to do that.
On 2012-02-21, at 03:56, Frank Guo wrote:
> Hi Tucker,
>
> When I compile file with only a <canvas>, with command lzc -S,
> the output file canvas.lzi does not have statements of new canvas like
> this:
>
> canvas = new LzCanvas(null, {$CSSDescript ....
> canvas.initDone()
>
> Do you think it is a bug of lzc with -S option?
>
> thanks
>
> frank