Hello,
I try to compile simple c/c++ application in netbeans. But netbeans generate object files .o with strange names. For example: if my project name is testapp, netbeans generate .o files - testapp-testapp.o. How to change this, I wish that the files would be called just testapp.o?
Thank you.