Hello,
I'm running an FCGI web server.
When I make any modifications to the program, I have to stop running the FCGI service (on Windows), and restart it, before and after compilation and build.
Are there any way that I can stop and restart it simply before after linking, because if there are errors during compilation, it doesn't have to be restarted.
Restarting the service only after compile/build doesn't work, as the newly compiled exe file will not be saved.