mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-21 02:29:06 +00:00
Unix/timer_unix.cpp was also being compiled with the wrong sysdeps.h
(the one from the Unix directory)
This commit is contained in:
parent
a79d56c449
commit
b855865ea2
@ -25,6 +25,7 @@ else
|
||||
fi
|
||||
|
||||
ln -sf ../Unix/sys_unix.cpp .
|
||||
ln -sf ../Unix/timer_unix.cpp .
|
||||
ln -sf ../Unix/user_strings_unix.h .
|
||||
ln -sf ../Unix/install-sh .
|
||||
ln -sf ../../README README.txt
|
||||
|
@ -24,7 +24,8 @@ GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu3.cpp cpuemu4.cpp \
|
||||
|
||||
# Symlinks to files in other directories
|
||||
GENLINK = README.txt install-sh \
|
||||
config.guess config.sub sys_unix.cpp user_strings_unix.h
|
||||
config.guess config.sub \
|
||||
sys_unix.cpp timer_unix.cpp user_strings_unix.h
|
||||
|
||||
GEN = $(GENEMUS) $(GENSRCS)
|
||||
|
||||
@ -56,8 +57,8 @@ $(OBJ_DIR)::
|
||||
|
||||
|
||||
$(APP): $(OBJ_DIR) $(GEN) $(SRCS)
|
||||
pbxbuild -buildstyle Deployment
|
||||
# pbxbuild
|
||||
pbxbuild -buildstyle Deployment || rm -fr $(APP)
|
||||
# pbxbuild || rm -fr $(APP)
|
||||
|
||||
BasiliskII.icns :
|
||||
touch $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user