Ok, finally found it. Sometimes the solution is simpler than you
initially thought. :-)
WEB-INF/lps/lfc/Library.lzs:
if ($swf11) {
#include "kernel/swf11/Library.lzs"
} else if ($swf10) {
#include "kernel/swf9/Library.lzs"
} else if ($dhtml) {
#include "kernel/dhtml/Library.lzs"
Kudos to whoever came up with this way in including the kernel,
definitely an elegant solution.
Cool, now I have the Flex SDK 4.5.1 and the 4.6 integrated, and can
build the LFC files for both swf10 and swf11 using the build process.
- Raju