PUAE/build_macos_cocoa_scsi.sh
2011-07-26 21:53:06 +03:00

20 lines
503 B
Bash
Executable File

# P-UAE
#
# 2006-2011 Mustafa TUFAN (aka GnoStiC/BRONX)
#
#
#
base=" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
cd32=" --enable-cd32 "
a600=" --enable-gayle "
scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
other=" --with-caps --enable-amax --enable-gccopt "
debug="--enable-profiling"
scg=" --with-libscg-prefix=/opt/schily"
#
#
./bootstrap.sh
./configure $base $cd32 $a600 $scsi $other $scg $debug CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
make clean
make