View previous topic :: View next topic |
Author |
Message |
simon
Joined: 05 Jul 2006 Posts: 270
|
Posted: Mon Jun 27, 2022 7:16 pm Post subject: Stop on compilation error |
|
|
I have a large project with multiple files. Is there a setting in Plato that can force it to stop compiling all the subsequent files after a compilation error in any one file?
I thought I had seen this topic discussed before, but I cannot find any reference to it. I apologise in advance if I have missed a previous answer to this question. |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8017 Location: Salford, UK
|
Posted: Mon Jun 27, 2022 7:48 pm Post subject: |
|
|
I don't think there is anything like that apart from the Cancel option in the Build menu. |
|
Back to top |
|
|
wahorger
Joined: 13 Oct 2014 Posts: 1226 Location: Morrison, CO, USA
|
Posted: Tue Jun 28, 2022 4:24 pm Post subject: |
|
|
Just a thought.
I use an external MAKE program for my system. In that, the default action is to stop the MAKE process if any program reports an error (i.e. compilation error, copy error, etc.). You can try experimenting with /NO_QUIT as a compiler option, which sounds counterintuitive. |
|
Back to top |
|
|
|