07.10.2017, 07:37
(
Last edited by Fratello; 07/10/2017 at 10:28 AM.
)
Hello.
How can I compile a code without PAWNO. I'm using Windows Command Console and I've entered pawncc compiler but I'm facing a problem. How can I tell the compiler to compile file without IT being inside pawn folder.
I tried using -D(path) but I'm not sure I'm using it in a correct way.
Before removing gamemode.pwn from pawno folder:
I'm using default configed params (-r -w)
After removing an error occurs. (Cannot find 'gamemode.pwn' ... )
and yes I tried looking at param list but nothing came out.
How can I compile a code without PAWNO. I'm using Windows Command Console and I've entered pawncc compiler but I'm facing a problem. How can I tell the compiler to compile file without IT being inside pawn folder.
I tried using -D(path) but I'm not sure I'm using it in a correct way.
HTML Code:
C:\Users\Me\Desktop\SA-MP\pawno>pawncc -Dgamemodes/gamemode.pwn gamemode.pwn -r -w
HTML Code:
C:\Users\Me\Desktop\SA-MP\pawno>pawncc gamemode.pwn -r -w Pawn compiler 3.2.3664
After removing an error occurs. (Cannot find 'gamemode.pwn' ... )
and yes I tried looking at param list but nothing came out.