Remove defines for OS_, BSD_COMP, *_ADDRESSING and FPU_, as these should be

included by config.h, and defining them here makes them hard to change
This commit is contained in:
nigel 2004-01-28 07:31:03 +00:00
parent cd15959140
commit de2d213c88

View File

@ -1635,7 +1635,7 @@
HEADER_SEARCH_PATHS = "../uae_cpu ../include";
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = "";
OTHER_CFLAGS = "-DHAVE_CONFIG_H -DOS_darwin -DBSD_COMP -DDIRECT_ADDRESSING -DFPU_IEEE -D_REENTRANT";
OTHER_CFLAGS = "-DHAVE_CONFIG_H -D_REENTRANT";
OTHER_LDFLAGS = "";
PRODUCT_NAME = BasiliskII;
SECTORDER_FLAGS = "";