cd32_fmv: align with WinUAE
[rofl0r-PUAE.git] / build_linux_qt.sh
blob04ce4cf939c14de030ba800108a19ae7510418e6
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 wiqt=" --with-qt "
9 cd32=" --enable-cd32 "
10 a600=" --enable-gayle "
11 scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
12 other=" --with-caps --enable-amax "
15 ./bootstrap.sh
16 ./configure $base $wiqt $cd32 $a600 $scsi $other
17 make clean
18 make