cd32_fmv: align with WinUAE
[rofl0r-PUAE.git] / build_linux_gtk.sh
blob9353c2471f77434093f6cfef6b373a469285c7e2
1 #!/bin/sh
2 # P-UAE
4 # 2006-2011 Mustafa TUFAN (aka GnoStiC/BRONX)
8 base=" --with-sdl --with-sdl-gl --with-sdl-gfx --with-alsa --enable-drvsnd "
9 cd32=" --enable-cd32 "
10 a600=" --enable-gayle "
11 scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
12 other=" --with-caps --enable-amax --enable-gccopt --enable-serial-port "
13 debug=""
16 ./bootstrap.sh
17 ./configure $debug $base $cd32 $a600 $scsi $other
18 make -j9