Cons has a lot of hard-wired knowledge about building linking object files and executable files from C code. Are there suffix rules for different kinds of source files, like make does?
Related Questions
- Cons has a lot of hard-wired knowledge about building linking object files and executable files from C code. Are there suffix rules for different kinds of source files, like make does?
- How can I find out compile options and source files that were used to peroduce an SX object or executable file?
- Can I link object files or static libraries into executable with flat assembler?