mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +00:00
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:
parent
cd15959140
commit
de2d213c88
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user