cd32_fmv: align with WinUAE
[rofl0r-PUAE.git] / build_linux_nojit.sh
blob2b9ad3b92487c680461972845416a6f4c6b52d90
1 # P-UAE
3 # 2006-2011 Mustafa TUFAN (aka GnoStiC/BRONX)
7 base=" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
8 cd32=" --enable-cd32 "
9 a600=" --enable-gayle "
10 scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
11 other=" --with-caps --enable-amax --disable-jit"
14 ./bootstrap.sh
15 ./configure $base $cd32 $a600 $scsi $other
16 make clean
17 make