01.06.2018, 08:11
Quote:
Put npp_save on the first line if you want to save the file before compiling automatically (lazy motherfucker..). Code:
cd $(CURRENT_DIRECTORY) "C:\Program Files (x86)\PAWN Compiler\pawncc.exe" "$(FILE_NAME)" -; -( |
Code:
cd $(CURRENT_DIRECTORY) "C:\Program Files (x86)\PAWN Compiler\pawncc.exe" "$(FILE_NAME)" "-d3" "-r" "-o2" "-v3" "-o$(NAME_PART).amx"
Code:
cd $(CURRENT_DIRECTORY) "..\pawno\pawncc.exe" "$(FILE_NAME)" "-d3" "-r" "-o2" "-v3" "-o$(NAME_PART).amx"