--- Makefile~ 2007-12-07 17:46:58.000000000 +0100 +++ Makefile 2008-02-01 17:29:45.000000000 +0100 @@ -74,6 +74,9 @@ ifeq ($(PLATFORM),macosx) CSRC += minicern/lnxgs/ishftr.c endif +ifeq ($(PLATFORM),macosx64) + CSRC += minicern/lnxgs/ishftr.c +endif ifeq ($(PLATFORM),linuxicc) CSRC += minicern/lnxgs/ishftr.c endif @@ -95,6 +98,9 @@ ifeq ($(PLATFORM),macosx) CSRC += minicern/lnblnk.c endif +ifeq ($(PLATFORM),macosx64) + CSRC += minicern/lnblnk.c +endif CSRC := $(filter-out ,$(CSRC)) CXXSRC := $(wildcard $(patsubst %,%/*.cxx,$(GDIRS))) \