I'm making (trying!) to create an extension for OpenTTD and everything works fine for now. The only thing is that I have a slow computer (P2-400) and so compiling is a little bit slow.
Now Cygwin is said to be intelligent enough to only compile the .c files that have changed since previous compilations, but unfortunately this is not the case on my computer. Sometimes Cygwin skips unchanged files when compiling, sometimes not. I'm wondering if there are some extra options for 'make' or some Makefile[.config] options to rule out some files or anything like that!
I would appreciate some tips!
(currently waiting for compiling to complete.....
