diff --git a/dlls/fakemeta/Makefile.pl b/dlls/fakemeta/Makefile.pl index 7bf1d68a..7fae5ff6 100755 --- a/dlls/fakemeta/Makefile.pl +++ b/dlls/fakemeta/Makefile.pl @@ -17,7 +17,9 @@ $sdk = "../../hlsdk/SourceCode"; $mm = "../../metamod/metamod"; $gccf = "gcc"; -@CPP_SOURCE_FILES = ("dllfunc.cpp", "fakemeta_amxx.cpp", "forward.cpp", "pdata.cpp", "pev.cpp", "engfunc.cpp", "sdk/amxxmodule.cpp", "fm_tr.cpp"); +#@CPP_SOURCE_FILES = ("dllfunc.cpp", "fakemeta_amxx.cpp", "forward.cpp", "pdata.cpp", "pev.cpp", "engfunc.cpp", "sdk/amxxmodule.cpp", "fm_tr.cpp"); +# ^^ removed pev natives. Sorry. :-P +@CPP_SOURCE_FILES = ("dllfunc.cpp", "fakemeta_amxx.cpp", "forward.cpp", "pdata.cpp", "engfunc.cpp", "sdk/amxxmodule.cpp", "fm_tr.cpp"); @C_SOURCE_FILES = (); my %OPTIONS, %OPT;