From 2a7b5b714dfd4c8a73d313a764c40c99d769c4d1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 24 Mar 2004 01:40:10 +0000 Subject: [PATCH] Fixed header files in makefile. --- amxmodx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/amxmodx/Makefile b/amxmodx/Makefile index 960ccd7c..b71d5a98 100755 --- a/amxmodx/Makefile +++ b/amxmodx/Makefile @@ -1,7 +1,7 @@ -MODNAME = amx_mm +MODNAME = amxx_mm SRCFILES = meta_api.cpp CFile.cpp CString.cpp CVault.cpp vault.cpp\ float.cpp file.cpp modules.cpp CMisc.cpp CTask.cpp string.cpp\ -amxmod.cpp CEvent.cpp CCmd.cpp CLogEvent.cpp srvcmd.cpp strptime.cpp\ +amxmodx.cpp CEvent.cpp CCmd.cpp CLogEvent.cpp srvcmd.cpp strptime.cpp\ CForward.cpp CPlugin.cpp CModule.cpp CMenu.cpp emsg.cpp util.cpp CSRCFILES = amx.c amxcore.c amxtime.c power.c @@ -61,7 +61,7 @@ OBJ_WIN32 := $(SRCFILES:%.cpp=$(OBJDIR_WIN32)/%.o) OBJC_WIN32 := $(CSRCFILES:%.c=$(OBJDIR_WIN32)/%.o) -CCOPT = -O2 -march=i686 -ffast-math -funroll-loops \ +CCOPT = -O2 -march=i586 -ffast-math -funroll-loops \ -fomit-frame-pointer -fexpensive-optimizations -malign-loops=2 \ -malign-jumps=2 -malign-functions=2 -s -DNDEBUG