compilable now o_O

This commit is contained in:
David Anderson
2006-02-14 15:13:26 +00:00
parent ac5d87b2c2
commit f1a4cfee61
4 changed files with 7 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ 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