Don't run process if exit code of previous not equal 0
A plugin to improve Notepad++
Brought to you by:
jenslorenz
Hello
Considering this article:
For ex:
SET g++ = C:\Dev-Cpp\bin\g++.exe
SET obj = $(CURRENT_DIRECTORY)\$(NAME_PART)
"$(g++)" -c "$(FULL_CURRENT_PATH)" -o "$(obj).o"
"$(g++)" "$(obj).o" -o "$(obj).exe"
NPP_RUN "$(obj).exe"
UNSET obj
UNSET g++
How dont'run ($(obj).exe) process if exit code of previous process not equal 0?
article:http://docs.notepad-plus-plus.org/index.php/Compiling_Source_Code
Last edit: andreyua 2019-03-18