Greetings!
Did someone already made it before?
I would appreciate if there is any enlightenment to this subject.
Anyway... If no one is familiar to it, let me ask few questions that might help me solve this issue:
1. How can I change the object file extension from .o to .js?
2. Is it possible to compile everything directly to the final output without linking? Ex: emcc s0.c s1.c s2.c ... s30.c -o output.js
I read somewhere that 1. is possible. But I couldn't find how in the latest version of Code::Blocks.
Hope I can get any help soon.
Thanks in advance!