I have a managed C project developed on Eclipse and I would like to convert this project into Makefiles.
I found the Makefiles already generated by Eclipse in debug folder but I saw a warning in the file saying that I should not edit this file.
How can I convert my project easily? I don't want to start from the scratch. It would be perfect if I start it by modifying already generated Makefiles.
My build settings are:
I've never tried it, but in principle it should be as simple as making a copy of the generated makefile under another name (typically, makefile
or Makefile
), and making a few changes in Project Properties -> C/C++ Build: