lzdeploy --help shows the following values for --runtime:
--runtime=[swf8|swf9|swf10|dhtml|mobile]
Compile to swf8, swf9, swf10, dhtml, mobile
But using any of those runtimes values will generate an error, e.g.
lzdeploy --runtime=swf9 canvas.lzx
Exception in thread "main" org.openlaszlo.compiler.CompilationError:
No LFC library was found at
/Users/raju/src/svn/openlaszlo/trunk/lps/includes/lfc/LFC9.swc for
compilation options: runtime=swf9, debug=false, backtrace=false,
profile=false
at org.openlaszlo.compiler.Compiler.compile(Compiler.java:380)
at org.openlaszlo.compiler.Compiler.compile(Compiler.java:208)
at org.openlaszlo.utils.DeploySOLOSWF.deploy(DeploySOLOSWF.java:125)
at org.openlaszlo.utils.DeployMain.main(DeployMain.java:175)
ringo:lzdeploy raju$ lzdeploy --runtime=swf8 canvas.lzx