I have recently (last week) restarted programming in C (gcc using Cygwin) after many years of Delphi programming. I am busy looking through code for embedded applications, which I must maintain & develop.
I understand the flow of most of it, but there is one reference in the makefile that I cannot understand, and no amount of googling has answered the question.
What does this mean:
I know what #include is, and what it does ...Code:!include
Thanks for your patience.



LinkBack URL
About LinkBacks




The file is definitely the makefile. The compiler used for this code is Borland BCC, v5.02, I believe. And it does compile, as well as make.
That sounds like what's been happening to me. 