Hello,
The file project.prm is the one of interest. At the end of the file, there should be a line containing something like the following entry:
VECTOR 0 _Startup /* Reset vector: this is the default entry point for an application. */
Modify this as follows, so that the line is treated as a comment only.
//VECTOR 0 _Startup /* Reset vector: this is the default entry point for an application. */
This is often preferred to removing the line altogether, so that it remains apparent where the standard file has been edited.
Regards,
Mac