Commit Graph

1278 Commits

Author SHA1 Message Date
Themaister
360e3fcf2e Clean out dlls on win32 install.
Simplifies Win32 libretro building greatly.
2013-05-08 14:44:57 +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
45af442915 Set up other build scripts so cores can be conditionally compiled
as well
2013-05-03 17:22:09 +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
41284639c0 Fixups ... 2013-05-03 13:52:04 +02:00
Themaister
dd476bd1ce Fixups to Win32 build. 2013-05-03 13:34:46 +02:00
Themaister
9be9a2dfe8 Install builds to dist/pc. 2013-05-03 11:32:01 +02:00
twinaphex
f6fc78b77f Drop MY_DIR variable 2013-05-01 23:54:06 +02:00
twinaphex
aeabe5e0d3 Fixup libretro-fetch.sh 2013-05-01 23:45:21 +02:00
twinaphex
9790f8ef4e Do chmod +x on libretro-config.sh 2013-05-01 23:26:06 +02:00
twinaphex
1ffecd9cd8 Dehardcode .lib extensions in build-common-xdk.sh 2013-05-01 04:34:53 +02:00
twinaphex
14957ce4ad Dehardcode desmume/stella library names in build-common-console.sh 2013-05-01 04:32:55 +02:00
twinaphex
b609d92446 (XDK) BASE_DIR no longer hardcoded 2013-05-01 04:19:07 +02:00
twinaphex
2f2dbbc544 Add libretro-config.sh for setting certain configuration variables 2013-05-01 04:11:22 +02:00
twinaphex
c960a42c72 Add more repos to libretro-fetch.sh 2013-05-01 02:14:58 +02:00
twinaphex
af8f9952ac Add QNX script (for Blackberry) 2013-04-30 17:37:28 +02:00
twinaphex
acebd97345 Fix common_console - Mednafen GBA 2013-04-30 16:54:49 +02:00
twinaphex
1b785ad8d7 Pass WRITERIGHTS=1 to libretro-fetch.sh to get repo copies that
can be used for committers
2013-04-30 16:23:36 +02:00
twinaphex
e2c10df2c8 Clean up iOS script somewhat 2013-04-30 15:56:55 +02:00
twinaphex
9c6708fdfd Add PCSX ReARMed function to libretro-build-common-console.sh 2013-04-30 06:45:49 +02:00
twinaphex
423d371149 Have iOS script reuse build-common-console.sh 2013-04-30 06:36:11 +02:00
twinaphex
69537faa0c (XDK1) Compiles FBA cores now 2013-04-30 05:57:01 +02:00
twinaphex
627a15ba67 Add additional targets to libretro-build-common-console.sh 2013-04-30 05:35:15 +02:00
twinaphex
c3f48c0e48 Recommit libretro-build-common-console.sh 2013-04-30 04:45:55 +02:00
twinaphex
b46b0ef5dd Xbox 1/360 now use one shared libretro-build-common-xdk script 2013-04-30 04:42:41 +02:00
twinaphex
cb546e48b2 Only fetch mednafen repo once - useless to make a copy for every
core
2013-04-30 04:04:40 +02:00
twinaphex
f12a029f9f Merge branch 'master' of https://github.com/libretro/libretro-super
Conflicts:
	libretro-build.sh
2013-04-30 03:28:14 +02:00
twinaphex
cd1d2eceb2 Fixup libretro-build.sh 2013-04-30 03:26:46 +02:00
twinaphex
ea4dd46500 iOS script - compiles all Mednafen cores now (except for SNES) 2013-04-30 03:20:56 +02:00
twinaphex
a54ed209e4 Add VBA and FCEU to iOS script 2013-04-30 02:03:05 +02:00
twinaphex
e760a16d82 Update iOS script 2013-04-30 00:57:14 +02:00
twinaphex
3e8a14d2b7 PS3, Wii and Gamecube all use libretro-build-common-console.sh now -
cut down on script code duplication
2013-04-29 23:10:43 +02:00
twinaphex
910be05228 Have PS3 build script depend on libretro-fetch.sh as well 2013-04-29 22:36:13 +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
Hans-Kristian Arntzen
74ced351db Merge pull request #5 from garbear/win32-cxx
Win32 compiler flags
2013-04-29 12:34:55 -07:00
twinaphex
fdff91039a (XDK1/360) Add Tyrquake 2013-04-24 01:06:34 +02:00
Garrett Brown
670a04cd36 Added MinGW build support to libretro-build-win32.sh 2013-04-22 23:09:15 -07:00
Garrett Brown
ee240c2097 Fixes assigning to wrong c++ compiler variable name 2013-04-22 17:07:04 -07:00
Themaister
61827e6ae6 Fixups for Win32 build. 2013-04-16 14:24:46 +02:00
twinaphex
2d6c09ea86 (XDK1) Build mednafen-vb as well now 2013-04-12 17:07:05 +02:00
twinaphex
517aae192b (360) Build mednafen-vb as well now 2013-04-12 16:56:40 +02:00
Squarepusher
43f0afbc0f Merge pull request #4 from maddox/build-ios
Build for iOS
2013-04-01 17:49:26 -07:00
Jon Maddox
6825695aea uhh do this right 2013-03-26 12:50:13 -04:00