I have a project that is created using visual studio. I have following structure (as seen in the windows explorer)
helloworld.vcproj
Code
Release
Debug
All the source code is the "code" folder.
a) I would like to compile the code folder and the object files and .exe should go to Release folder
could u someone tell me what should be the options for ifort?
could someone tell me what should be the options to compile the code with debug option and how to debug program in command line?
I will come to the makefile later