PAWN in MC and make for compile to .amx? - LINUX - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: PAWN in MC and make for compile to .amx? - LINUX (
/showthread.php?tid=602542)
PAWN in MC and make for compile to .amx? - LINUX -
VibleX4 - 08.03.2016
Hi. I have one question. Is here some scripters for sa-mp, who use Linux (Ubuntu/Mint)?
I have some questions...
1) How to add pawn syntax to Midnight Commander?
2) How to set command make (C compiler) to compile to .amx? Or how i compile to .amx in linux?
Re: PAWN in MC and make for compile to .amx? - LINUX -
DRIFT_HUNTER - 08.03.2016
https://github.com/oscar-broman/ppg
That's slice's repository for Pawn Playground
Re: PAWN in MC and make for compile to .amx? - LINUX -
SimonItaly - 08.03.2016
http://superuser.com/questions/38690...ghting-in-buil
+
https://github.com/Zeex/pawn
Re: PAWN in MC and make for compile to .amx? - LINUX -
Mauzen - 08.03.2016
make simply uses the makefile which has a bash-syntax. Theres no problem with using pawncc instead of gcc. Just read a bit about how make works, its not bound to a certain language.