SHOW:
|
|
- or go back to the newest paste.
1 | - | C:\MinGW\bin\makefile.bat "a.c" |
1 | + | npp_save |
2 | - | Process started (PID=6620) >>> |
2 | + | ENV_SET InputFile = $(CURRENT_DIRECTORY)\$(FILE_NAME) |
3 | - | The system cannot find the path specified. |
3 | + | ENV_SET OutputFile = $(CURRENT_DIRECTORY)\$(NAME_PART).exe |
4 | - | <<< Process finished (PID=6620). (Exit code 0) |
4 | + | cd G:\MinGW\bin |
5 | - | ================ READY ================ |
5 | + | cmd /c gcc "%InputFile%" -o "%OutputFile%" |
6 | cmd /c @start /wait %OutputFile% | |
7 |