Hi All,
I am trying to build the VC++ project in Eclipse IDE, so for this
I found I need to import the vc++ project as a eclipse makefile project, but before importing I need to create a initial makefile in vc++,
I found we can create makefile in vc++, following the below steps:
File->New->Project->visual C++->General->" selecting the file type makefile".
In Debug configuration asking the commands for build,clean and rebuild
So what exactly I need to specify here..
visual studio is new for me,so could you suggest me what commands I need to give...
how do I find build, rebuild and clean command in visual studio 2010?
Regards,
Asha
