What do you know about making makefiles, if your going to create them yourself. ?.
If your a newbie at this, (making makefiles) , allow the gcc used by devC++ to create the project from one of the templates, and a makefile will be created that you may learn from as well as any other source of information on the subject.
j@ck_
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I would like to be able to build my project using a makefile how can I do this ?
Thanks
What do you know about making makefiles, if your going to create them yourself. ?.
If your a newbie at this, (making makefiles) , allow the gcc used by devC++ to create the project from one of the templates, and a makefile will be created that you may learn from as well as any other source of information on the subject.
j@ck_
I know how to create a makefile I want DEV C++ to build my projects using my makefile.
Thanks
I would make it simple: Have sources and the makefile all in one place... from the dos window run the makefile.
Other way seems a bit of over-work.
Good luck.
j@ck_