cd32_fmv: align with WinUAE
[rofl0r-PUAE.git] / beta_.sh
blob5ac5ab4311e2b9317efc3db8efc43876da1d577b
1 # P-UAE
3 # 2006-2011 Mustafa TUFAN (aka GnoStiC/BRONX)
7 base=" --with-sdl --with-sdl-gl --with-cocoa-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 --enable-gccopt"
14 ./bootstrap.sh
15 ./configure $base $cd32 $a600 $scsi $other CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
16 make clean
17 make