vice ready

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5174 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-21 07:51:48 +00:00
parent d327df425d
commit 28b5b42fb2
2 changed files with 7 additions and 7 deletions

View File

@ -34,5 +34,6 @@
0 tools/tetex-cm-super
0 guibased/gnuplot
0 network/otrtool
0 guibased/e-uae
0 guibased/qemu-kvm
0 tools/e-uae
0 tools/qemu-kvm
0 tools/vice

View File

@ -69,20 +69,19 @@
#
#
SRCPATH=X11/Utilities
SRCPATH=Tools/Emu
premk() {
X11R7_Fix
echo "Nothing to do for premk()"
}
mk() {
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET \
--prefix=/usr/X11R7 \
USE_ARCH=$UARCH \
./configure --prefix=/usr/X11R7 \
--enable-ethernet \
--enable-fullscreen \
--with-arts \
--with-x
make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install