From 68ad9c2b9a3d5407f0d054cc4948960fd7f2e572 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 27 Jul 2005 16:27:01 +0000 Subject: [PATCH] Ok makefile works on i386 now --- amxmodx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/Makefile b/amxmodx/Makefile index d76aa5c9..7bb021ea 100755 --- a/amxmodx/Makefile +++ b/amxmodx/Makefile @@ -15,7 +15,7 @@ OBJECTS = meta_api.cpp CFile.cpp CVault.cpp vault.cpp float.cpp file.cpp modules CMisc.cpp CTask.cpp string.cpp amxmodx.cpp CEvent.cpp CCmd.cpp CLogEvent.cpp \ srvcmd.cpp strptime.cpp amxcore.cpp amxtime.cpp power.cpp amxxlog.cpp fakemeta.cpp \ amxxfile.cpp CLang.cpp md5.cpp emsg.cpp CForward.cpp CPlugin.cpp CModule.cpp \ - CMenu.cpp util.cpp amx.cpp + CMenu.cpp util.cpp amx.cpp amxdbg.cpp LINK = -lz JIT/amxexecn.o JIT/amxjitsn.o