Here's a thought: Importing a project from a makefile.
I recently tried compiling NetHack (A D&D type game), which has dozens of source files. It comes with several makefiles, including one for GCC.
It would be handy to import the project from the make file.
DevC might also allow building using external make files. Or if it already does so, I need glasses :).
Project->Project Options->MakeFile
You can then add additional makefiles to your project. It doesn't add the files to the project tree though.
-AngleWyrm
Log in to post a comment.
Here's a thought: Importing a project from a makefile.
I recently tried compiling NetHack (A D&D type game), which has dozens of source files. It comes with several makefiles, including one for GCC.
It would be handy to import the project from the make file.
DevC might also allow building using external make files. Or if it already does so, I need glasses :).
Project->Project Options->MakeFile
You can then add additional makefiles to your project. It doesn't add the files to the project tree though.
-AngleWyrm