From a96d26d573173077fdefed9fae0f477888cfe67a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 15 Sep 2004 08:33:39 +0000 Subject: [PATCH] *** empty log message *** --- dlls/fakemeta/Makefile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/fakemeta/Makefile.pl b/dlls/fakemeta/Makefile.pl index 886364b6..7bf1d68a 100755 --- a/dlls/fakemeta/Makefile.pl +++ b/dlls/fakemeta/Makefile.pl @@ -17,7 +17,7 @@ $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"); +@CPP_SOURCE_FILES = ("dllfunc.cpp", "fakemeta_amxx.cpp", "forward.cpp", "pdata.cpp", "pev.cpp", "engfunc.cpp", "sdk/amxxmodule.cpp", "fm_tr.cpp"); @C_SOURCE_FILES = (); my %OPTIONS, %OPT;