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:
nigel 2006-07-31 08:47:52 +00:00
parent 954593d1c0
commit ecf2403c46
3 changed files with 3 additions and 3 deletions

View File

@ -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 .

View File

@ -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;
};

View File

@ -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)