Commit graph

11 commits

Author SHA1 Message Date
Francisco Javier Trujillo Mata a70d200eb2 Add PS2 recipes 2018-12-30 17:47:23 +01:00
kwyxz a7a5aaa862 Added Haiku to super build scripts 2018-02-09 20:27:47 +00:00
twinaphex ee66fbf76d Take out experimental lines for libretro-super.sh 2015-08-02 03:57:44 +02:00
twinaphex 428c35d303 Alrightie then... 2015-07-22 18:55:20 +02:00
T. Joseph Carter 713438be02 Ensure DIST_DIR includes the CPU for OSX platforms 2015-06-17 03:42:08 -07:00
T. Joseph Carter f83e25080e Make libretro-super.sh stop on info options 2015-06-17 03:07:44 -07:00
T. Joseph Carter 4e11cacf87 Added big scary warning for end-users 2015-06-16 22:15:31 -07:00
T. Joseph Carter 2e5c4a9244 Comment out the new toolchain code for now
It won't be able to be finished until I write the configurator.  In the
meantime, you should be able to pass platform and ARCH as with
libretro-build.sh like so:

    platform=ios ./libretro-super.sh [args]

That'll have to do for now.
2015-04-27 19:47:44 -07:00
T. Joseph Carter 571e23d655 Move module processing to a script module 2015-04-27 19:47:44 -07:00
T. Joseph Carter 76defbb3a9 Kind of an early POC on new --platform
libretro-super.sh works, but you currently need to set platform and ARCH
in your environment before running it as you do with libretro-build.sh
now (see libretro-build-ios.sh wrapper for what I mean).  The major work
left here is the --platform argument and a bunch of little things that
will mostly fall into place when that's done.  Also need to settle on a
license for this.

My habit for scripts is public domain, but it could be argued that
libretro-super is no longer "a script".  Still, I want people to use
this if it's useful to them, so I'd prefer a totally unencumbered
license in the vein of MIT/BSD/CC-BY.  I've tentatively selected CC-BY
as a RFC on it vs. MIT, mostly because it tries to explain things in
plain language and unlike MIT/BSD is reviewed in the context of
(d)evolving international laws to ensure that it still does what is
intended.
2015-04-27 19:47:44 -07:00
T. Joseph Carter a51c355739 New script libretro-super.sh
This script will replace libretro-build.sh and libretro-fetch.sh (and
probably others), but it's not quite ready yet.  It's also completely
undocumented outside of the source code.  _I_ know what it does, but you
shouldn't use it just yet.  ;)
2015-04-27 19:47:44 -07:00