mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 02:29:49 +00:00
ether_unix.cpp somehow pulls something in that needs mem_banks.
If it isn't compiled in this directory, the wrong config.h is used.
This commit is contained in:
parent
954593d1c0
commit
ecf2403c46
@ -6,6 +6,7 @@
|
||||
|
||||
ln -sf ../Unix/config.guess .
|
||||
ln -sf ../Unix/config.sub .
|
||||
cp -pf ../Unix/ether_unix.cpp .
|
||||
ln -sf ../Unix/semaphore.h .
|
||||
cp -pf ../Unix/sys_unix.cpp .
|
||||
cp -pf ../Unix/timer_unix.cpp .
|
||||
|
@ -1741,8 +1741,7 @@
|
||||
fileEncoding = 30;
|
||||
isa = PBXFileReference;
|
||||
lastKnownFileType = sourcecode.cpp.cpp;
|
||||
name = ether_unix.cpp;
|
||||
path = ../Unix/ether_unix.cpp;
|
||||
path = ether_unix.cpp;
|
||||
refType = 2;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
|
@ -37,7 +37,7 @@ EMU_LIB = libgenemu.a
|
||||
|
||||
# Symlinks to, or copies of, files in other directories
|
||||
GENLINK = README.txt INSTALL.txt install-sh \
|
||||
Darwin config.guess config.sub semaphore.h \
|
||||
Darwin config.guess config.sub ether_unix.cpp semaphore.h \
|
||||
sys_unix.cpp timer_unix.cpp user_strings_unix.h
|
||||
|
||||
GEN = $(GENEMUS) $(GENSRCS)
|
||||
|
Loading…
Reference in New Issue
Block a user