twinaphex
20b3539b90
Some build changes
2013-07-29 01:13:17 +02:00
HalosGhost
5ac11b8af9
Reduce redundant code in platform assignment
2013-07-21 14:54:23 -05:00
Hans-Kristian Arntzen
f25235d1d4
Merge pull request #15 from HalosGhost/master
...
Move platform/architecture detection into libretro-config.sh
2013-07-21 10:18:38 -07:00
HalosGhost
55e434ae7d
Move platform/architecture detection into libretro-config.sh
2013-07-21 11:55:37 -05:00
Hans-Kristian Arntzen
61da60ee10
Merge pull request #14 from HalosGhost/patch-1
...
Clean up architecture detection
2013-07-21 01:15:17 -07: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
Hans-Kristian Arntzen
331a95e93f
Merge pull request #13 from HalosGhost/patch-1
...
Clean up platform assignment
2013-07-20 00:57:39 -07:00
Sam Stuewe
97e3980357
Clean up platform assignment
...
By using ``case`` instead of giant ``if…elif…else`` statements, you can save a lot of space and power. In this commit, I favored using permissive conditions (using *value*), but I'm not sure this is even necessary.
2013-07-19 21:12:01 -05:00
twinaphex
792f859944
Add instancingviewer to build
2013-07-19 13:49:20 +02:00
twinaphex
cfe4328b7f
Add tgbdual to libretro-fetch.sh
2013-07-14 20:14:53 +02:00
twinaphex
c95913e0e7
(retroarch-build.sh) Fix in ARM NEON string
2013-07-14 19:17:57 +02:00
twinaphex
07eebc9d25
Add hard/soft float support to RetroArch building
2013-07-14 19:15:01 +02:00
twinaphex
2abb5935df
Add retroarch-build.sh
2013-07-14 19:13:11 +02:00
twinaphex
8c586fadc4
libretro-fetch.sh also fetches RetroArch now
2013-07-14 17:57:58 +02:00
twinaphex
01ef4bae1d
Add check_opengl to all GL libretro cores
2013-07-14 13:32:04 +02:00
twinaphex
8ff4a76ee4
Simplify Desmume build commands
2013-07-14 02:12:53 +02:00
twinaphex
87c7b3fee9
Cut down on JIT compiler building lines
2013-07-14 02:00:46 +02:00
twinaphex
cdb824dc77
(ARM) Make COMPILER_TARGET_ALT a copy of COMPILER_TARGET
2013-07-14 00:40:21 +02:00
twinaphex
f949273aad
Small build fix for ARM
2013-07-14 00:36:38 +02:00
twinaphex
d73a2b4a83
Fix ffmpeg build
2013-07-14 00:34:23 +02:00
twinaphex
fc7babccab
Show log messages for check_opengl function
2013-07-14 00:15:07 +02:00
twinaphex
74eb977e48
Add ffmpeg core to BUILD_EXPERIMENTAL
2013-07-14 00:10:43 +02:00
twinaphex
005022695d
(libretro-config.sh) Add default exports for when libretro-config-user.sh
...
has not been made
2013-07-13 22:25:06 +02:00
twinaphex
e037718864
(libretro-config.sh) Messy ARMPLATFORM define can go now
2013-07-13 22:22:55 +02:00
twinaphex
91a949ff92
Further clarification on BUILD_LIBRETRO_GL/ENABLE_GLES in libretro-config.sh
2013-07-13 22:21:55 +02:00
twinaphex
1ce6a85ea6
Override FORMAT_COMPILER_TARGET for optimized ARM build flags
2013-07-13 22:09:41 +02:00
twinaphex
7b27e0ddbe
Use ARMPLATFORM for PCSX ReARMed
2013-07-13 18:45:51 +02:00
twinaphex
7f613b9a7a
Build Picodrive for ARM with -armasm enabled
2013-07-13 18:34:22 +02:00
twinaphex
3b79a2ebf5
ARM params can be bilt up properly now
2013-07-13 18:31:10 +02:00
twinaphex
fbf62c0b08
Dynamically build up ARMVERSION depending on params passed
2013-07-13 18:25:03 +02:00
twinaphex
0f5d02dde3
Fixups to some conditional bracket closings
2013-07-13 18:19:24 +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
8006f8c0e9
Will have to define user flags for ARM systems now in libretro-config-user.sh
2013-07-13 17:32:29 +02:00
twinaphex
4c09bdde3a
Replace readlink in libretro-build-android.sh - should hopefully
...
work on OSX now
2013-07-12 17:31:12 +02:00
twinaphex
e63cf4f4dd
(iOS) Add picodrive building
2013-07-05 21:48:55 +02:00
twinaphex
d3640f5016
Don't do batch job building for MAME - building/generating some
...
CPU files will fail otherwise
2013-07-04 01:15:07 +02:00
twinaphex
d27a998218
libretro-fetch.sh - fix Picodrive fetch by cd'ing out of dir at
...
end
2013-06-30 18:35:16 +02:00
twinaphex
f3acae5506
(QNX) Build picodrive for QNX
2013-06-30 18:27:53 +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
42a13194f7
Build picodrive now for Android - libretro-build-android.sh
2013-06-30 18:01:11 +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
e3f8a8241a
Picodrive - also update/init submodule (ie. cyclone)
2013-06-30 05:10:56 +02:00
twinaphex
1b4e9e1d3e
Add picodrive/mupen64plus/instancingviewer repos
2013-06-29 17:04:28 +02:00
twinaphex
f3cab790f0
Add bsnes-cplusplus98 port
2013-06-29 00:53:14 +02:00
twinaphex
61b3af719f
remove picodrive fetch
2013-06-28 05:02:08 +02:00
twinaphex
87f90abff5
Fix MAME building
2013-06-15 23:47:31 +02:00
twinaphex
6d04d00238
(iOS) Add MAME 0.78 building
2013-06-14 05:11:29 +02:00
twinaphex
7bc4bc3599
Add libretro-ffmpeg to libretro-fetch.sh
2013-06-12 12:46:07 +02:00
Squarepusher
ab1fa5e4b3
Update libretro-fetch.sh
2013-06-09 05:20:29 +03:00