2015-02-17 03:19:30 +00:00
|
|
|
# vim: set ts=3 sw=3 noet ft=sh : bash
|
2013-04-29 21:10:43 +00:00
|
|
|
|
2013-12-13 02:08:27 +00:00
|
|
|
build_libretro_fba()
|
|
|
|
{
|
2015-02-17 03:19:30 +00:00
|
|
|
build_libretro_fb_alpha
|
|
|
|
build_libretro_fba_cps1
|
|
|
|
build_libretro_generic_makefile_subcore "fb_alpha" "fba_cores_cps2" "svn-old/trunk/fbacores/cps2" "makefile.libretro" ${FORMAT_COMPILER_TARGET}
|
|
|
|
build_libretro_fba_neogeo
|
2013-12-13 02:08:27 +00:00
|
|
|
}
|