I am using the status of "mycommand" as below in Makefile
EXIT=exit 1
mycommand || $(EXIT)
with the above usage in Makefile while compiling i'm getting an error in windows.
Application encountered an unexpected error. Stopping.
did i need to update any environmental variables or any settings.