mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-07 22:05:21 +00:00
Link to new Darwin test apps, copy some Unix source that has to be compiled
using the local sysdeps.h, REAL ADDRESSING configure example
This commit is contained in:
parent
ef0dfde608
commit
7f20240b34
@ -6,10 +6,11 @@
|
||||
|
||||
ln -sf ../Unix/config.guess .
|
||||
ln -sf ../Unix/config.sub .
|
||||
ln -sf ../Unix/sys_unix.cpp .
|
||||
ln -sf ../Unix/timer_unix.cpp .
|
||||
cp -pf ../Unix/sys_unix.cpp .
|
||||
cp -pf ../Unix/timer_unix.cpp .
|
||||
ln -sf ../Unix/user_strings_unix.h .
|
||||
ln -sf ../Unix/install-sh .
|
||||
ln -sf ../Unix/Darwin .
|
||||
cp -pr ../../INSTALL INSTALL.txt
|
||||
cp -pr ../../README README.txt
|
||||
|
||||
@ -33,6 +34,11 @@ autoconf
|
||||
#
|
||||
autoheader
|
||||
|
||||
#
|
||||
# Build app which configure uses:
|
||||
#
|
||||
|
||||
|
||||
if test -z "$*"; then
|
||||
echo "*************************************************"
|
||||
echo "I am going to run ./configure with no arguments -"
|
||||
@ -41,4 +47,5 @@ if test -z "$*"; then
|
||||
echo "*************************************************"
|
||||
fi
|
||||
|
||||
#./configure "$@" --enable-addressing=real
|
||||
./configure "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user