From f62933efd49dad5cab11251be82d9f168ba85d4b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 26 Feb 2006 08:13:15 +0000 Subject: [PATCH] makeile --- dlls/ts/tsx/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dlls/ts/tsx/Makefile b/dlls/ts/tsx/Makefile index 1a35b52e..6271ab05 100755 --- a/dlls/ts/tsx/Makefile +++ b/dlls/ts/tsx/Makefile @@ -6,12 +6,14 @@ MM_ROOT = ../../../metamod/metamod ### EDIT BELOW FOR OTHER PROJECTS ### -OPT_FLAGS = -O3 -funroll-loops -s -pipe +OPT_FLAGS = -O2 -funroll-loops -s -pipe DEBUG_FLAGS = -g -ggdb3 CPP = gcc NAME = tsx_amxx -OBJECTS = amxxmodule.cpp CRank.cpp CMisc.cpp Utils.cpp tsx.cpp StatsNatives.cpp +OBJECTS = CMisc.cpp CRank.cpp NBase.cpp NRank.cpp \ + Utils.cpp amxxmodule.cpp moduleconfig.cpp \ + usermsg.cpp LINK =