cd32_fmv: align with WinUAE
[rofl0r-PUAE.git] / build_macos_sdl.sh
blob48d4a4bd863321fc4d60b696bbd2b9c38ce601d1
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-sdl-sound --enable-drvsnd --with-sdl-gui"
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 CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
18 make -j9