View Single Post
Old Jan 2nd, 2005, 1:05 AM   #3
Lance
Programmer
 
Lance's Avatar
 
Join Date: Oct 2004
Location: Chicago, IL USA
Posts: 74
Rep Power: 5 Lance is on a distinguished road
Send a message via AIM to Lance
Indeed. Makefiles exist for this soul purpose. If you want to learn how to make your own Makefiles (which are quite easy, actually) check out this site:

http://www.gnu.org/software/make/make.html

And if you want a nice tutorial on making Makefile's, check this out:

http://www.delorie.com/gnu/docs/make/make_4.html
__________________
/* LANCE */
C++;  /* this makes C bigger but returns the old value */
char *site = "slackwise.net",
     *home = "lance.slackwise.net",
     *pics = "flickr.com/photos/slackwise";
Lance is offline   Reply With Quote