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