.make files???
-
What are .make/.mak files for??? I always saw them in some c/c++ project but i have no idea what they are actually for, can anyone explain? Kuniva -------------------------------------------- God gave man a penis and a brain but not enough blood to make both of 'em work at the same time.
-
What are .make/.mak files for??? I always saw them in some c/c++ project but i have no idea what they are actually for, can anyone explain? Kuniva -------------------------------------------- God gave man a penis and a brain but not enough blood to make both of 'em work at the same time.
if you've ever done ANY C++ programming outside of VC then you'll know all about makefiles. They are the text-based equivalent of your project options. They tell the compiler (gcc/++ in most cases) what files to compile and how to compile each one, etc etc : Wherever you go, there you are, and you wish you were somewhere else :