Ugly hack to get around ELF garbage

This commit is contained in:
David Anderson
2005-09-18 01:14:44 +00:00
parent 58dd553d00
commit dcf39196d5
3 changed files with 15 additions and 6 deletions

View File

@ -18,7 +18,7 @@ INCLUDE = -I.
ifeq "$(PAWN64)" "true"
BINARY = $(NAME)64.so
BIN_DIR = Release64
CFLAGS += -DPAWN_CELL_SIZE=64 -DHAVE_I64
CFLAGS += -DPAWN_CELL_SIZE=64 -DHAVE_I64 -Dpc_printf=pc_printf64
else
BINARY = $(NAME)32.so
BIN_DIR = Release32