[2012-01-21] 21:17:59 <Oddity007> Is there a way to build a static library callable from C code? It seems like clay library.clay -c won't do compilation of external (cdecl) code like clay library.clay -shared will
[2012-01-21] 21:31:33 <Oddity007> It looks like -import-externals should do it, but -import-externals -c has no difference from regular -c
[2012-01-21] 21:31:55 <Oddity007> The only difference is that it takes longer to compile
[2012-01-21] 21:54:43 <Oddity007> hmm, neither does -shared -c,
[2012-01-21] 21:54:52 <Oddity007> but having all three -shared -import-externals -c, makes it work
[2012-01-21] 21:55:01 <Oddity007> weird