From 7362cd0621e5a0e0abc0579c3f555a8ef4275d8e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 22 Feb 2006 01:41:28 +0000 Subject: [PATCH] sup twisty --- amxmodx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/amxmodx/Makefile b/amxmodx/Makefile index 4364b609..682c9b16 100755 --- a/amxmodx/Makefile +++ b/amxmodx/Makefile @@ -16,7 +16,7 @@ OBJECTS = meta_api.cpp CFile.cpp CVault.cpp vault.cpp float.cpp file.cpp modules 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 amxdbg.cpp natives.cpp newmenus.cpp debugger.cpp \ - optimizer.cpp + optimizer.cpp format.cpp LINK = -lz /lib/libstdc++.a @@ -45,7 +45,6 @@ ifeq "$(AMD64)" "true" else BINARY = $(NAME)_i386.so OBJECTS += JIT/amxexecn.o JIT/amxjitsn.o JIT/natives-x86.o - OBJECTS += JIT/helpers-x86.o CFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32 OPT_FLAGS += -march=i586 endif