mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-06 13:30:20 +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.guess .
|
||||||
ln -sf ../Unix/config.sub .
|
ln -sf ../Unix/config.sub .
|
||||||
ln -sf ../Unix/sys_unix.cpp .
|
cp -pf ../Unix/sys_unix.cpp .
|
||||||
ln -sf ../Unix/timer_unix.cpp .
|
cp -pf ../Unix/timer_unix.cpp .
|
||||||
ln -sf ../Unix/user_strings_unix.h .
|
ln -sf ../Unix/user_strings_unix.h .
|
||||||
ln -sf ../Unix/install-sh .
|
ln -sf ../Unix/install-sh .
|
||||||
|
ln -sf ../Unix/Darwin .
|
||||||
cp -pr ../../INSTALL INSTALL.txt
|
cp -pr ../../INSTALL INSTALL.txt
|
||||||
cp -pr ../../README README.txt
|
cp -pr ../../README README.txt
|
||||||
|
|
||||||
@ -33,6 +34,11 @@ autoconf
|
|||||||
#
|
#
|
||||||
autoheader
|
autoheader
|
||||||
|
|
||||||
|
#
|
||||||
|
# Build app which configure uses:
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
if test -z "$*"; then
|
if test -z "$*"; then
|
||||||
echo "*************************************************"
|
echo "*************************************************"
|
||||||
echo "I am going to run ./configure with no arguments -"
|
echo "I am going to run ./configure with no arguments -"
|
||||||
@ -41,4 +47,5 @@ if test -z "$*"; then
|
|||||||
echo "*************************************************"
|
echo "*************************************************"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#./configure "$@" --enable-addressing=real
|
||||||
./configure "$@"
|
./configure "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user