c - Using custom Makefile with Eclipse/CDT -


I have a multiple of .c and .h files

How do I create my own makefile and my source files from my original locations Can I configure Eclipse to use? >

You can create a custom makefile and make sure it is in your project root. You will then need to disable the auto-generated makefile. You can do this by visiting:

Project Properties (right click on project and select properties) -> C / C + build-> Uncheck that window "Automatically Make makefile ".

To use your goal, you can open a view called "Create Target":

Window -> Show View -> Create Goal

In that scene, you can create a new target that will use the same goal in your custom makefile.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -