Jinco77, on Aug 15 2003, 03:08 PM, said:
what if you want to compile something like say... iroffer which has multiple .c files? How would you make all of those into 1 exe?
I think what u are talking about is the 'make file' command where u complie multiple .c files which belong to the same program. What it does is makes use of the timestamp to check whether the file was modified ... if yes, then it compiles that file with the rest, otherwise it makes use of a previously compiled file. The thing is ... I can't seem to be able to recall the syntax for this command .... :huh:
Will find out and let u know ...