I have been trying in vain for almost two weeks now to generate a "l.bc" files based on my very own library for building a swc with Alchemy.
I have tried doing (in both alc-on / alc-off modes)
ar rc myOwnLibrary.a myOwnlibraryObj1.o myOwnlibraryObj2.o
But still no l.bc
files are generated, instead only .a
files are generated.
How do I get the proper l.bc
files generated?
PS. I even followed examples in Adobe Alchemy: Compiling a C library to run in Flex/Flash.