From eeee3027227bdc271dc2e08daa3a6690073bac07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Fri, 25 Mar 2005 09:33:40 +0000 Subject: [PATCH] Removed pev.cpp from build. These are excluded in vcproj from Windows builds. --- dlls/fakemeta/Makefile.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;