2013-12-09 01:10:42 +00:00
|
|
|
#!/bin/bash
|
2013-04-29 21:10:43 +00:00
|
|
|
|
2013-12-13 02:08:27 +00:00
|
|
|
build_libretro_fba()
|
|
|
|
{
|
2014-08-22 13:39:20 +00:00
|
|
|
build_libretro_fb_alpha
|
2013-12-13 02:08:27 +00:00
|
|
|
build_libretro_fba_cps1
|
2014-08-22 13:51:04 +00:00
|
|
|
build_libretro_generic_makefile_subcore "fb_alpha" "fba_cores_cps2" "svn-old/trunk/fbacores/cps2" "makefile.libretro" ${FORMAT_COMPILER_TARGET}
|
2013-12-13 02:08:27 +00:00
|
|
|
build_libretro_fba_neogeo
|
|
|
|
}
|