apanimesh061 0 Junior Poster

I do not know how to compile a visual C++ project using makefile !

I am trying to build a boot loader using C++ and assembly.

This is the list if the constituent files in the project:
start.asm //this is the beginning
bootMain.cpp //main function
displayScreen.cpp //clears th screen buffer and initializes interrupts
stringHello.cpp //prints 'Hello world !'

I don't know what to write in the "debug configuration settings" ???

Please help !