This is not documented yet, but you can probably get what you need from:
http://jira.openlaszlo.org/jira/browse/LPP-3438
In particular:
Documentation:
To create a binary library, you compile the library as:
lzc -c library.lzx
This creates a `library.lzo` file in the same directory. Any
program that includes the `library.lzx` will prefer the .lzo if
that is found. It is up to your build process to ensure that the
.lzo file is kept up to date.
On 2008-01-07, at 22:25 EST, Jake wrote:
Hi all,
I want to compile my lzx libraries to lzo file, and can be
include
by applications. Can someone help me? Thanks!
Jake