ugh, amd64-32 compat

This commit is contained in:
David Anderson
2005-08-02 18:37:59 +00:00
parent f2c3dfa874
commit a819a494b8
4 changed files with 7 additions and 6 deletions

View File

@ -5,10 +5,10 @@
OPT_FLAGS = -O3 -fno-rtti -funroll-loops -s -pipe
DEBUG_FLAGS = -g -ggdb3
CPP = gcc
CPP = g++
BINARY = amxxpc
OBJECTS = amx.cpp amxxpc.cpp
OBJECTS = amx.cpp amxxpc.cpp Binary.cpp
LINK = -lz
@ -22,7 +22,7 @@ else
CFLAGS = $(OPT_FLAGS)
endif
CFLAGS += -DLINUX -DNDEBUG -Wno-deprecated -fno-exceptions -DHAVE_STDINT_H -DAMX_ANSIONLY
CFLAGS += -DLINUX -DNDEBUG -Wno-deprecated -fexceptions -DHAVE_STDINT_H -DAMX_ANSIONLY
OBJ_LINUX := $(OBJECTS:%.cpp=$(BIN_DIR)/%.o)