Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello everyone, I am a newbie to Creo toolkit. I understood the purpose of creating a make-file but could not get a clear idea of creating a fresh make-file on my own. Could someone refer some stuffs regarding the basics of a make-file creation with C. Thank you in advance.
Nelson,
This is basics of make-file creation...
HIH.
Feliks.
Thank you very much FV for your response. It is very helpful to find the basics of make-file creation.
As alternative to makefiles you can also use a VS Project without makefiles. I like it that i don't need to add / remove all my .c file : ) So you can say I'm lazy, but it's work that VS can do for you 🙂
Br,
Eike