Hi
thanks for the answer
the makefile I have is very complicated if I wanted to add
something say a file file1.cpp what do I add ?
the file1.o and .exe & .cpp ??
I am currently trying to add this file to the make file given
it is a makefile with no extension I open it in notepad and save it.. any
changes doesn’t affect the make.exe it still gives the same output i.e.
error undefined referencene to main.
since file1.cpp I want to make it to main
and say file.c as a link file.
if you can help then highly appreciated
thanks again
rgrds
Jazz
- — -
—– Original Message —–
From: "DJ Delorie" <d…@delorie.com>
Newsgroups: comp.os.msdos.djgpp
To: <dj…@delorie.com>
Sent: Thursday, December 13, 2001 6:39 PM
Subject: Re: Makefile
> > does anyone know how to recompile the make.exe
> > after one have added things to the makefile??
> You should never need to rebuild make.exe, no matter what you do to
> your Makefiles.
> Unless, of course, you’re changing the Makefile in the sources for
> make itself, but if that were the case, you wouldn’t have needed to
> ask your question because the answer would be obvious







