How often do you use makefiles?
-
The question relates only to large projects (defined as >= 100,000 lines of code) compiled with Visual C++ compiler. If you work(ed) on such projects, I would appreciate if you could share your experience. Is it a must in this case? Thanks! Nick Kisialiou
-
The question relates only to large projects (defined as >= 100,000 lines of code) compiled with Visual C++ compiler. If you work(ed) on such projects, I would appreciate if you could share your experience. Is it a must in this case? Thanks! Nick Kisialiou
-
Hi, whats the benifit of using make files instead of the Rebuild option in VS itself. Is it better/faster on single project solution? Or is it better/faster on multi project solutions? I notice that the build option in VS isn't 100% safe (sometimes it doesn't notice changed code) could a make file help me in this. codito ergo sum
-
I mean exactly what BadKarma says. Have you ever done a large project without command line compiling/linking? Is it worth planning in advance that the project be compiled in command line, possibly later in the development cycle?