Re: makefile and header files
James Kanze wrote:
On Jul 12, 6:34 pm, "Victor Bazarov" <v.Abaza...@comAcast.net> wrote:
HT-Lab wrote:
Not strictly a C++ question but I am sure this is a common compile
issue :-)
Nope. Many here don't even use makefiles.
I agree (for once) that the question really isn't on topic (and
that it would be better asked in a group for the OS), but
seriously, does anyone really develope software without using
makefiles? (The problem is, of course, that make is not always
make. Even between two different Unixes, the makefiles often
aren't compatible, and this time, Microsoft fits right in with
Unix---their make isn't compatbile with anyone elses either:-).)
Well, they do have 'NMAKE' utility, but usually when one develops
using MS Visual Studio, they don't use NMAKE, they use the 'cl'
that knows how to deal with "dsw" ("sln") and "dsp" ("vcproj")
files, which are a sort of makefile, but not really. They just
have slightly different information in them, although the purpose
is the same, essentially.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask