Re:BCC 5.02 and makefiles
"Ed Mulroy [TeamB]" <e...@mulroyREMOVETHESECHARS.org> wrote in message
news:3e9dea7c$1@newsgroups.borland.com...
Quote
> > Yes. At the beginning of the makefile, you should see something like
> this:
> > #
> > # Borland C++ tools
> > #
> > IMPLIB = c:\bc5\bin\Implib
> > BCC32 = c:\bc5\bin\Bcc32 +BccW32.cfg
> That is what I already told him.
And I wholeheartedly agreed with your assessment (hence the "Yes"), only
adding that I recommend all tools be given the full path, and showed an
example. Some people appreciate examples, and since I had one, I provided
it. What's wrong with that?
Quote
> > > Change the -c in "$(BCC32) -c @&&|" to a /c
> > This is not necessary, Ed. BCC32 treats both
> > slash and hyphen as a switch.
> Why would you think I do not know that? Why are you telling me this? Are
> you trying to tell the man to not try what I suggested?
Because your comment would seem to suggest that the use of the hyphen is
wrong. But now that you mention it, if you already knew that they are the
same, then why suggest the change in the first place? Is there some
expectation that MAKE (or BCC32) will behave differently if a slash is used
in place of the hyphen? If so, please explain -- I'd be interested in
hearing it.
None of what I said was meant to criticize you, and I don't think there is
any reason for you to think so, but I apologize if it sounded that way --
that was not my intent. Like you, I offer help when I can, and there's
absolutely nothing wrong with a little extra re-enforcement (or even a
different viewpoint) once in a while.
- Dennis