UPDATED
Change 20100622-hqm-k by [email protected] on 2010-06-22 09:07:10 EDT
in /Users/hqm/openlaszlo/trunk3
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: allow 'runtime=null' when compiling lzo library
New Features:
Bugs Fixed: LPP-9138
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Overview:
passing 'runtime=null' will make compiler create an lzo
with no runtime-specific object files in it
Details:
Compiler.java: don't need to require a runtime-specific LFC to exist when
compiling an lzo
FileResolver.java: don't attempt to transform swf resources to png when
compiling an lzo
Tests:
lzc -c --runtime=null libdir/libwithbutton.lzx
lzc --runtime=swf10 mainwithbutton.lzx
Files:
M WEB-INF/lps/server/src/org/openlaszlo/compiler/Compiler.java
M WEB-INF/lps/server/src/org/openlaszlo/compiler/FileResolver.java
A test/testlzo/libdir/libwithbutton.lzx
A test/testlzo/mainwithbutton.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20100622-hqm-k.tar