Commit Graph

70 Commits

Author SHA1 Message Date
twinaphex
6a5e450489 Add VBA-M compilation to libretro-build.sh 2013-09-22 14:59:56 +02:00
Cray Elliott
64b9c352ca Fixed a bug in which check_opengl() would add extraneous -opengl flags
Also, moved the libretro gl ports to the end of the build script so that check_opengl() modifies FORMAT_COMPILER_TARGET after the other libretro ports are built to ensure that the platform flag passed to the non-gl libetro cores are correct
2013-09-04 18:11:59 -07:00
twinaphex
a7171b8f95 Add Handy port 2013-08-26 21:34:09 +02:00
twinaphex
e03daeec82 Rename libretro_vba to libretro_vba_next 2013-08-15 14:50:25 +02:00
HalosGhost
55e434ae7d Move platform/architecture detection into libretro-config.sh 2013-07-21 11:55:37 -05:00
Sam Stuewe
e2c0315031 Clean up architecture detection
As with the ``$platform`` assignment in ``libretro-install.sh``, this uses ``case`` statements to greatly simplify the detection and handling of the architecture.
2013-07-20 09:04:37 -05:00
twinaphex
792f859944 Add instancingviewer to build 2013-07-19 13:49:20 +02:00
twinaphex
cdb824dc77 (ARM) Make COMPILER_TARGET_ALT a copy of COMPILER_TARGET 2013-07-14 00:40:21 +02:00
twinaphex
d73a2b4a83 Fix ffmpeg build 2013-07-14 00:34:23 +02:00
twinaphex
74eb977e48 Add ffmpeg core to BUILD_EXPERIMENTAL 2013-07-14 00:10:43 +02:00
twinaphex
2bde8b200c Don't compare against true for compatibility 2013-07-13 18:05:04 +02:00
twinaphex
c8e9f850ec Make equals signs in conditionals more backwards compatible with
old shells
2013-07-13 17:59:37 +02:00
twinaphex
2020f84a7c Define user defines for building/fetching in local libretro-config-user.sh,
and include this if it exists from libretro-config.sh
2013-06-30 18:23:26 +02:00
twinaphex
b952d7373f (Picodrive) Add picodrive buiding to libretro-build.sh
(Mupen64) Add mupen64 building rule - has to be compiled
manually by doing ./libretro-build.sh build_libretro_mupen64
2013-06-30 17:33:15 +02:00
twinaphex
326ecedd21 Do away with BUILD_LIBRETRO_GL conditional 2013-05-21 10:26:33 +02:00
Themaister
c726602f9a Allow custom build destinations. 2013-05-20 09:18:17 +02:00
twinaphex
fb30a6cd8b (Win32) Blacklist compilation of PCSX ReARMed for now 2013-05-20 03:30:29 +02:00
twinaphex
af77a45cda (libretro-build) Variable declaration fix for OSX 2013-05-19 20:05:35 +02:00
Themaister
7505e90af8 Fix up CC and CXX handling for mingw cross. 2013-05-19 12:03:25 +02:00
Themaister
fb49cddd15 Fixup cross compilation. 2013-05-19 11:20:33 +02:00
Themaister
4fd17c5905 Fixup bsnes. 2013-05-19 10:55:09 +02:00
twinaphex
812ba64795 Comment out bsnes for now as long as it's broken 2013-05-19 03:02:23 +02:00
twinaphex
86c8005ac5 (libretro-build) Build fixes for OSX 2013-05-19 00:28:45 +02:00
twinaphex
fee6cfed6e Rename libretro-build-common-console.sh to libretro-build-common.sh 2013-05-19 00:17:06 +02:00
twinaphex
4fb2082ac4 Use libretro-build.sh now for Mingw - might be that we still need
to pass CC and CXX as params to the Makefile
2013-05-19 00:12:36 +02:00
twinaphex
f74147fbac libretro-build.sh now reuses libretro-build-common-consoles.h -
NOTE - all output filenames are now consistent with those of the
other platform ports - maister -you have to change the install scripts
now - naming convention now is ${name_of_core}_libretro.${extension}
2013-05-18 19:04:19 +02:00
twinaphex
9724b24788 Add ModelViewer and SceneWalker build targets for iOS, QNX and
PC
2013-05-18 02:53:55 +02:00
twinaphex
0bd60e2fa7 Rename EXE variable to FORMAT_EXT so that it better fits in with
the other scripts
2013-05-18 01:55:10 +02:00
Themaister
958657f439 Fix string quotes. 2013-05-14 23:34:12 +02:00
Themaister
5266ebdb32 Fix use of EXE variables. 2013-05-10 10:50:08 +02:00
Themaister
cddbf9b296 Fix some BSD incompatibilities. 2013-05-08 13:00:38 +02:00
Themaister
370eb2cef6 Correctness fixes to PC scripts. 2013-05-08 12:41:45 +02:00
twinaphex
743fcd431d Add ScummVM to libretro-build.sh 2013-05-06 11:11:17 +02:00
twinaphex
5224cc37e0 libretro-build.sh builds Dosbox now as well 2013-05-05 18:09:42 +02:00
twinaphex
369c197e8e Add rule so that Desmume is compiled with ARMv7 JIT if ARMv7 is
detected
2013-05-05 17:54:04 +02:00
twinaphex
37ba15b409 Add MAME 0.78 to libretro-build.sh 2013-05-05 14:58:55 +02:00
twinaphex
5a9944ace3 Ability to pass function - allows you to compile one specific core
instead of them all
2013-05-03 17:17:38 +02:00
twinaphex
7e55351453 Fix copying of desmume lib to dist dir + add PCSX ReARMed to
libretro-build.sh
2013-05-03 17:09:01 +02:00
twinaphex
52c1ae9490 (libretro-build) Detect architecture - based on this, compile Desmume with JIT recompiler 2013-05-03 16:19:34 +02:00
Themaister
9be9a2dfe8 Install builds to dist/pc. 2013-05-03 11:32:01 +02:00
twinaphex
cd1d2eceb2 Fixup libretro-build.sh 2013-04-30 03:26:46 +02:00
twinaphex
2f05e85685 libretro-build-android.sh now depends on libretro-fetch.sh +
standardize libretro-build and libretro-build-android.sh
2013-04-29 22:13:08 +02:00
Themaister
48cb8304d1 Fix some Tyrquake build issues. 2013-03-02 09:47:24 +01:00
twinaphex
67b4175d55 Expand libretro-super with Tyrquake - doublecheck this 2013-03-01 17:44:21 +01:00
Squarepusher
b19315ee4e Update libretro-build.sh 2013-02-02 20:54:19 +01:00
Squarepusher
cb7edbefb3 Update libretro-build.sh
for FBA
2013-02-02 20:51:39 +01:00
Themaister
85cb39c0c2 Update to NX. 2013-01-16 19:29:34 +01:00
Themaister
8b39876982 Update Nestopia repo. 2013-01-16 09:08:42 +01:00
Themaister
06aebcc53f Update bSNES build for 092. 2013-01-15 12:24:54 +01:00
Themaister
5984940f87 QuickNES build for Win32. 2013-01-10 14:51:06 +01:00