I was compiling ../Unix/sys_unix.cpp, but that meant the compiler

was pulling in ../Unix/sysdeps.h that did not define loff_t.
So, I now generate and compile a symlink to that file instead
This commit is contained in:
nigel 2003-03-24 06:18:22 +00:00
parent 9f6a9d6487
commit bc1d80ebf8
3 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,7 @@ else
ln -sf /usr/share/libtool/config.sub .
fi
ln -sf ../Unix/sys_unix.cpp .
ln -sf ../Unix/user_strings_unix.h .
ln -sf ../Unix/install-sh .
ln -sf ../../README README.txt

View File

@ -1075,8 +1075,7 @@
};
0193367EFFD1BA0395877872 = {
isa = PBXFileReference;
name = sys_unix.cpp;
path = ../Unix/sys_unix.cpp;
path = sys_unix.cpp;
refType = 2;
};
0193367FFFD1BA0395877872 = {

View File

@ -24,7 +24,7 @@ GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu3.cpp cpuemu4.cpp \
# Symlinks to files in other directories
GENLINK = README.txt install-sh \
config.guess config.sub user_strings_unix.h
config.guess config.sub sys_unix.cpp user_strings_unix.h
GEN = $(GENEMUS) $(GENSRCS)