cd32_fmv: align with WinUAE
[rofl0r-PUAE.git] / build_macos_cocoa.sh
blobd704c78808bc9a012858d12d103f386ab4b014ac
1 # P-UAE
3 # 2006-2013 Mustafa TUFAN (aka GnoStiC/BRONX)
6 base=" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
7 cd32=" --enable-cd32 "
8 a600=" --enable-gayle "
9 scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
10 other=" --with-caps --enable-amax --enable-gccopt --enable-serial-port "
11 #debug="--enable-profiling"
14 ./bootstrap.sh
15 ./configure $debug $base $cd32 $a600 $scsi $other CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
16 make clean
17 make