Quote:
Originally Posted by 11530
Depends how you use it, but chances are you probably compile your files like:
Code:
spcomp.exe someplugin.sp
Instead use:
Code:
spcomp.exe -eCompilerResults.txt someplugin.sp
If it compiles fine then it will do it silently - however if there are warnings/errors then it will output the results to CompilerResults.txt.
|
Just what I was looking for, thanks!
I am making a small App that will automate the compile and upload with Notepad++. It only show real errors to save hours of hassles.