PDA

Click to See Complete Forum and Search --> : Make files


ChimpFace9000
Oct 18th, 2001, 01:53 PM
Are there any tutorials on how to write a make file?

abdul
Oct 18th, 2001, 03:25 PM
A make file??:confused:

filburt1
Oct 18th, 2001, 03:27 PM
You know, like the console command make in 'nix.

amac
Oct 18th, 2001, 03:32 PM
there is also a make that came with VC++

Although the format of a *nix Makefile and a VC++ Makefile are different.

ChimpFace9000
Oct 18th, 2001, 03:37 PM
I just want to learn the general format of a make file. Borland products also comes with one.

parksie
Oct 18th, 2001, 04:17 PM
*sigh* If only we used Unix all the time...you could've done a "man make" :cool:

The VC++ docs have information on writing VC++ makefiles, but they're MOSTLY compatible with standard makefiles.

Just do a search for "make" and you'll be done :D

ChimpFace9000
Oct 18th, 2001, 04:26 PM
I have, in multiple search engines. Nothing.

parksie
Oct 18th, 2001, 04:29 PM
http://www.gnu.org/manual/make/index.html

jim mcnamara
Oct 18th, 2001, 11:13 PM
Parksie - try a man vi - if you have nine days to spare.

parksie
Oct 19th, 2001, 01:04 PM
Hmm...a long one then? I normally just run NEdit via Exceed :)