Commit Graph

208 Commits

Author SHA1 Message Date
Johannes Schickel
7bad8f780e BUILD: Fix iphonebundle/ios7bundle targets when FluidSynth is enabled. 2016-01-12 22:45:41 +01:00
Johannes Schickel
16a43c9ac8 IOS7: Make ios7bundle target work again. 2016-01-10 19:26:33 +01:00
Vincent Bénony
ec040cb5d8 OSX: Fixes the Info.plist.in template, and the bundle target 2016-01-06 16:20:31 +01:00
Vincent Bénony
47040db9e9 IOS: Same target for iOS legacy, and iOS 7+ 2016-01-06 16:20:30 +01:00
Vincent Bénony
efdb5679ce IOS: Merge branch 'master' into ios-fix 2016-01-06 16:20:23 +01:00
Vincent Bénony
64f50761ec IOS: Merge master 2016-01-06 16:19:03 +01:00
Vincent Bénony
cfcd3842ed IOS: Adds iPhone 6/6+ launch screens 2016-01-06 16:17:37 +01:00
Vincent Bénony
5035a6e394 IOS: Recommanded settings for Xcode 7.2 2016-01-06 16:17:36 +01:00
Vincent Bénony
cc4ab22239 IOS: Fixes a small issue while compiling iOS 7 bundle 2016-01-06 16:17:35 +01:00
Vincent Bénony
dcad83e05b IOS: Fixes compilation under Linux 2016-01-06 16:17:33 +01:00
Vincent Bénony
638dc113f8 IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)
The "iphone" backend is the support for the old iPhones.
The "ios7" backend is for the new iPhones.
2016-01-06 16:17:33 +01:00
Vincent Bénony
64c6f3a37b IOS: Fixes the Info.plist file generation 2016-01-06 16:17:29 +01:00
Thierry Crozat
a5695f6bfd OSX: Fix make bundle target when using SDL2 2015-12-23 22:15:11 +00:00
Johannes Schickel
b729dbf1bb IPHONE: Remove creation of scummvm-iph5 binary.
This was only required for the old toolchain we do not use anymore.
2015-12-16 00:28:24 +01:00
vanfanel
99739a13fe Merge branch 'master' into dispmanx 2015-11-11 17:56:12 +01:00
vanfanel
bf68de9aa7 RASPBERRYPI: Changed the RGB code for the game screen surface and added RaspberryPi information file. 2015-07-20 17:13:19 +02:00
Johannes Schickel
b66aaeb905 BUILD: Output working command line for git commit in ideprojects target. 2015-03-05 01:39:48 +01:00
Johannes Schickel
4119ed73dd BUILD: Update ideprojects target to generate MSVC12 project files. 2015-03-05 01:39:39 +01:00
Matthias Mailänder
5b5a2bc7a4 BUILD: Install the theme-able SVG icon
Add missing hicolor SVG icon to install. Retain older pixmaps xpm icon
for now.
2014-10-26 17:20:37 +00:00
Eugene Sandulenko
d4c687ddc8 GCW0: Further work on the port 2014-10-26 07:00:36 -04:00
Eugene Sandulenko
9c885719fd GCW0: Initial code for GCW Zero port 2014-10-24 18:20:37 +02:00
D G Turner
469eecb9ee BUILD: Add port specific makefile for AmigaOS4.
This moves the AmigaOS4 specific packaging rules from the global
ports.mk to a port specific makefile in the AmigaOS subdirectory of
the SDL backend (used for AmigaOS).

Previously, port specific makefiles were only used for cross compiling
builds and thus had a single entry in the cross compiling section of
the configure. Since AmigaOS4 is a desktop system supporting native
build, this required a second entry for when the host system is detected
as ppc-amigaos to support native builds.

However, currently this does break packaging of cross compiled builds
for Win32, OSX and Unix when done on AmigaOS4... but this is not likely
and has limited impact. To fix this, default _port_mk lines would need
to be added to the sections of the cross compiling switch for mingw32
etc. to override the AmigaOS4 OS setting of _port_mk.
2014-07-20 04:18:46 +01:00
D G Turner
fd89ecdba8 BUILD: Change AmigaOS4 packaging target to "amigaos4dist".
This is a clearer naming, but needs update to buildbot to support.
AmigaOS4 Porter (raziel_) is already aware of this.
2014-07-20 03:24:09 +01:00
D G Turner
5efe1047b1 BUILD: Fix AmigaOS4 build variable naming to be clearer. 2014-07-20 03:22:33 +01:00
Bastien Bouclet
bf90ad0467 BUILD: Move the PS3 make targets to a separate file 2014-06-28 17:12:43 +02:00
David Turner
cb596113a7 Merge pull request #461 from digitall/vkeybdFix
Add trigger for Virtual Keyboard on long press of Middle Mouse Button
2014-06-28 14:59:08 +01:00
D G Turner
c8fc6cad58 PS3: Add "small" virtual keyboard pack to port packaging. 2014-06-25 20:13:01 +01:00
Kirben
ac806a1fde BUILD: Theme files are in Windows executable. 2014-06-22 14:16:01 +10:00
Joel Teichroeb
c43ce9ecf3 ALL: Remove support for MSVC8 and older
MSVC8 gives various compile error relating to templates that were changed
back in 2008, leading me to belive that no one is using it, and that there
is not point adding work arounds for a 9 year old compiler no one uses.
2014-06-21 11:32:45 -07:00
Johannes Schickel
638814d3c4 BUILD: Remove USE_TERMCONV related bits in port.mk.
We don't have any TERMCONV feature anymore, thus no need to keep this around.
2014-06-09 23:37:53 +02:00
Johannes Schickel
553843a2b5 IPHONE: Allow FreeType2 support.
This moves the static library handling for USE_FREETYPE2 outside a block which
is not executed for the iPhone backend.
2014-02-16 04:18:07 +01:00
Johannes Schickel
a429411804 IPHONE: Don't link against private framework GraphicsServices.
Nothing from that framework in specific is used, thus it's not required to
link against it.
2014-02-14 02:20:59 +01:00
Johannes Schickel
100e45e748 BUILD: Add engines/plugins_table.h to git in the ideprojects target. 2013-11-24 00:48:01 +00:00
Matthew Hoops
d9e6617818 BUILD: Fix Mac OS X static build with libjpeg 2013-09-16 20:41:50 -04:00
Matthew Hoops
a0b6046496 BUILD: Fix Mac static build with libmpeg2 2013-07-05 23:09:33 -04:00
D G Turner
27abec4849 BUILD: Add fix for "Illegal instruction: 4" on iPhone 5 and iPad 4.
This binary patch fix is intended to allow testing in the interim on
A6/A6X devices until the OSX porter updates the toolchains to cope with
the newer iOS devices.
2013-03-10 21:32:42 +00:00
Bastien Bouclet
a7b72d0a9a BUILD: PS3 packages don't need "finalizing" anymore.
This is necessary for newer firmware support.
2013-01-08 09:57:53 +01:00
D G Turner
c056aea400 BUILD: Fix missing directory creation in aos4dist target. 2012-11-18 02:42:24 +00:00
D G Turner
c63ba1fd5f BUILD: Fix aos4dist target when building outside source directory. 2012-11-17 17:58:05 +00:00
D G Turner
05d97f33ec BUILD: Remove stripping of executables on "make install".
This is now standard behaviour, and the current situation creates
problems for distribution packagers trying to generate debug packages.

A standard "install-strip" target has been added to enable the previous
behaviour if needed.
2012-11-13 19:52:52 +00:00
Travis Howell
636d3367d5 BUILD: Remove separate engine dist files in Windows build and installer, since the engine dist files are already included in the Windows executable file. 2012-09-22 10:37:47 +10:00
Matthew Hoops
eccb55570e BUILD: Fix statically compiling with libfluidsynth on Mac OS X 2012-08-19 20:41:34 -04:00
Littleboy
7084f6a464 CONFIGURE: Add MSCV11 handling to ideprojects target 2012-07-27 20:07:18 -04:00
Thierry Crozat
6051ec13b7 DOCS: Add Danish QuickStart file
This was sent by Steffen Nyeland by email.
2012-07-07 01:15:59 +01:00
Pawel Kolodziejski
f3ab94f392 ALL: added missing copying.* files for win32 and mac os x 2012-03-25 10:22:57 +02:00
Paweł Kołodziejski
fb3ac5a5ec OSX: allow make bundle with static freetype2 library 2012-03-21 06:36:40 +01:00
Johannes Schickel
00cc48f83d GUI: Add GNU FreeFont TTFs for use with our modern theme. 2012-01-29 16:26:20 +01:00
Travis Howell
3ae9b947fd BUILD: Add batch script for migration of saved games location in Windows NT4 onwards. 2012-01-24 11:40:24 +11:00
Oystein Eftevaag
c4d9f7beeb OSX: Fixed some file paths when copying docs to the bundle, and updated DS_Store 2012-01-14 11:05:05 -05:00
Oystein Eftevaag
3936e47711 OSX: Use static zlib library again 2012-01-14 11:04:51 -05:00
Thierry Crozat
be47635ef9 DOCS: Add Swedish README from patch #3451861 2011-12-06 19:23:36 +00:00
Travis Howell
c79518ce17 BUILD: Remove excess spaces. 2011-11-28 10:26:10 +11:00
Thierry Crozat
0a7155931f DOCS: Add Swedish translation of QuickStart from patch #3443455 2011-11-27 21:47:25 +00:00
Eugene Sandulenko
a8a698c82b BUILD: Added comment to new project generation target 2011-11-23 12:55:54 +00:00
Eugene Sandulenko
3bfa80d94f BUILD: Added build rule for generating IDE project files 2011-11-23 12:49:05 +00:00
Travis Howell
51f51a968b BUILD: Update win32dist target, to convert line endings in English QuickStart file too. 2011-11-17 22:46:02 +11:00
Jordi Vilalta Prat
ca822fbd40 DOCS: Renamed the Spanish QuickStart to use just ANSI chars.
It seems it wasn't handled properly neither by Git nor by some filesystems,
so we prefer playing on the safe side.
2011-10-25 10:55:59 +02:00
Thierry Crozat
d1956307f8 DOC: Add Czech ReadMe from patch #3424959 2011-10-19 22:03:05 +01:00
Travis Howell
dbff0afa37 BUILD: Fix win32 target for Windows. 2011-10-17 10:24:11 +11:00
Thierry Crozat
b0e53fd1fc DOC: Add Italian QuickStart 2011-10-17 00:07:05 +01:00
Jordi Vilalta Prat
cc5f37823b BUILD: Install the new Spanish quickstart file. 2011-10-16 01:36:19 +02:00
Thierry Crozat
c18cfd4d43 DOC: Add Norwegian (bokmaal) QuickStart to Mac disk image 2011-10-05 19:55:13 +01:00
Thierry Crozat
31e0224901 DOC: Rename French QuickStart file 2011-10-05 19:48:46 +01:00
Travis Howell
9e4db5fe99 BUILD: Add new translated documentation to Windows installer. 2011-10-05 22:43:58 +11:00
Thierry Crozat
f83b53ad6b MACOSX: Remove -lSystemStubs from the link for scummvm-static
This should fix bug #3407662: SystemStubs library no longer available
on 10.7. I tested compilation on 10.6 and there is no link error after
removing it. Hopefully it will work on older systems as well.
2011-10-04 00:35:05 +01:00
Bastien Bouclet
72f072c2d3 PS3: Add a target to push ScummVM to the PS3 over the network using ps3load.
ps3load now works on FW 3.55 using the lastest ps3toolchain
2011-09-24 10:14:09 +02:00
Thierry Crozat
a02053a48f DOC: Add extended file attribute for UTF-8 files on MacOS X 2011-08-22 19:21:56 +01:00
Christoph Mallon
23a0f5318c JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
CeRiAl
828f1884b4 MACOSX: Add Sparkle support 2011-07-19 21:33:01 +02:00
Eugene Sandulenko
8b1ff572bf DOC: Added German translation of README (WIP by SimSaw) 2011-07-18 08:37:51 +01:00
Eugene Sandulenko
5e7c44b72f DOC: Renamed README template and translated versions to QuickStart 2011-07-18 08:32:19 +01:00
Eugene Sandulenko
5a1d0ab7e5 BUILD: Include localized readmes into win32 package 2011-07-15 19:36:06 +01:00
Littleboy
f38a31e208 NSIS: Always pass ARCH variable to script and handle case when the variable is empty 2011-07-01 01:17:18 -04:00
Littleboy
1f1367bb5a NSIS: Convert line endings on the fly during installation 2011-07-01 01:17:16 -04:00
Littleboy
02b03bc6c1 CONFIGURE: Rename $WIN32BUILD to $STAGING 2011-07-01 01:17:10 -04:00
Travis Howell
13edea3e83 BUILD: Store the Windows installer scripts in a single directory, and share the graphics files. 2011-06-30 11:45:57 +10:00
Travis Howell
50f28f2c23 BUILD: Use separate win32 target for each installer. 2011-06-30 02:14:36 +10:00
Bastien Bouclet
5a2bc12f26 PS3: Fix out of tree builds.
Allow GCC to use CELL BE PPU features.
2011-06-25 15:22:21 +02:00
Bastien Bouclet
1fdbf418dd PS3: Added a readme 2011-06-22 19:57:44 +02:00
Bastien Bouclet
6633a06519 PS3: Map joypad buttons to features. Enable the virtual keyboard. 2011-06-22 19:57:44 +02:00
Bastien Bouclet
11cfa0d357 PS3: Initial version of the PlayStation 3 backend 2011-06-22 19:51:02 +02:00
Max Horn
9db33ea544 ALL: Removed last traces of the MPEG2 code 2011-06-01 23:17:43 +02:00
Matthew Hoops
aa49b38c5a Merge remote branch 'upstream/master' into t7g-ios
Conflicts:
	engines/groovie/script.cpp
2011-05-31 14:16:29 -04:00
Max Horn
39076ef972 BUILD: Rename UNIX #define to POSIX 2011-05-25 13:23:03 +02:00
strangerke
69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Littleboy
217089adfa CONFIGURE: Fix creation of the NSIS installer when building out of tree 2011-05-11 17:54:34 -04:00
Matthew Hoops
a1d41da096 Merge remote branch 'upstream/master' into t7g-ios
Conflicts:
	audio/decoders/qdm2.h
	common/util.cpp
	engines/groovie/music.cpp
	engines/groovie/resource.h
	video/qt_decoder.cpp
	video/qt_decoder.h
2011-05-11 00:30:28 -04:00
Johannes Schickel
cf43b51f67 Merge pull request #31 from lordhoto/win-res
Embed engine/theme dists files into Win Executable.
Check the following link for further discussion:
https://github.com/scummvm/scummvm/pull/31
2011-05-06 10:57:11 -07:00
Johannes Schickel
09b9e3ab9d BUILD: Silence windres command line when a non-verbose build is done. 2011-05-05 20:24:57 +02:00
Johannes Schickel
297834017a WIN32: Embed engine data files and theme files into executable.
This embeds all the engine data files from dists/engine-data into the
executable in case the engines using them are included statically.

Furthermore it includes the theme dist files in the executable.
2011-05-05 20:22:37 +02:00
Littleboy
0e45aa8655 Merge remote-tracking branch 'upstream/master' into nsis
Conflicts:
	devtools/create_project/scripts/postbuild.cmd
	devtools/create_project/visualstudio.cpp
	ports.mk
2011-05-02 17:21:10 -04:00
Littleboy
7d22d7452f PORTS: Tweak win32setup target
- Rename README-SDL to be used by installer script
 - Use relative build path for WIN32PATH
 - Add default build folder to ignore file
2011-04-27 15:12:12 -04:00
Littleboy
66a319e158 PORTS: Add target to build a win32 setup installer 2011-04-27 11:08:43 -04:00
unknown
ae9e9a89bd Add Inno Setup installer script for Windows builds 2011-04-27 14:44:25 +10:00
dhewg
8f1a26ea3e BUILD: Move ARM_ASM flags to configure
So they're used again if a port overwrites _port_mk
2011-04-22 19:05:31 +02:00
Matthew Hoops
6d153f311c Merge remote branch 'upstream/master' into t7g-ios
Conflicts:
	video/qt_decoder.cpp
2011-04-13 16:04:29 -04:00
Max Horn
6cf1de87ac DEVTOOLS: Renamed 'tools' directory to 'devtools' 2011-04-09 23:47:35 +02:00
Matthew Hoops
13a6f40dbb ALL: Add optional dependency on libfaad 2011-04-09 15:27:23 -04:00
Matthew Hoops
a44df1e693 MACOSX: Fix make bundle when compiling with libtheoradec
svn-id: r55326
2011-01-19 15:00:53 +00:00
Matthew Hoops
dad3f32278 MACOSX: Fix make bundle when compiling with libpng
svn-id: r53463
2010-10-15 03:33:54 +00:00