aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
AgeCommit message (Collapse)Author
2016-09-05BUILD: Copy wwwroot.zip in POSIX, MacOS X and iOS installation targetsThierry Crozat
2016-09-03BUILD: Fix creation of MacOS X application bundle when using SDL_net and curlThierry Crozat
2016-08-20WIN32: Update build target and installer for SDL2.Kirben
2016-08-06DOCUMENTATION: Use uppercase filenames for German documentationLothar Serra Mari
The filenames of the German docs now uses uppercase filenames to match the style of the English documentation.
2016-07-29BUILD: Install the appdata.xml file.Matthias Mailänder
2016-07-29BUILD: Install the .desktop file.Matthias Mailänder
2016-04-05WEB: Put Sparkle appcast to a standard placeEugene Sandulenko
2016-03-27JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-03-27BUILD: Add target for uploading Sparkle appcastEugene Sandulenko
2016-03-27BUILD: Fix creating OS X application bundle when Sparkle is enabledThierry Crozat
2016-03-25OS X: Clean taskbar codeThierry Crozat
This involves moving the NSDockTilePlugIn code to backend/taskbar and fixing style to follow our coding conventions. One make target was also renamed. All in all there is no change in functionality with this commit.
2016-03-25OS X: Implement a Dock Tile Plugin to display recent games menu in dockThierry Crozat
This allows to start a recently played game directly from the dock. The ScummVM.app application should have been permanently added to the dock and the menu is only present when ScummVM is not running. The list of recently played game is written by the taskbar code in ScummVM. The Dock Tile Plugin only reads that list to populate the menu.
2016-03-17BUILD: Fix static linking for OS X.Johannes Schickel
Regression from 9ae52541ce27573b71e9eda9ca092d7472bae36d.
2016-03-13BUILD: Add OpenGL framework in static build link command on OS XThierry Crozat
This should be provided by sdl-config --static-libs, but when using SDL2 it is missing for me.
2016-03-05BUILD: Use xcode-select to determine the path to the Xcode tools on OS XThierry Crozat
We hardcoded the path as /Developer/Tools, but that path changed with more recent versions of Xcode. There is actually a command line tool to get this path, so use that. But also add an undocumented configure option to allow specifying the path manually.
2016-01-13BUILD: Fix ios7bundle/iphone bundle targets again.Johannes Schickel
iOS SDKs do not contain a libreadline, thus only link that for Mac OS X. Regression from: cb5db404c005e9ce982bee2a7abccad3ba043dc4
2016-01-13CONFIGURE: Update dependency list for fluidsynth on OS XThierry Crozat
Also add missing cc_check_clean after fluid synth check.
2016-01-12BUILD: Fix iphonebundle/ios7bundle targets when FluidSynth is enabled.Johannes Schickel
2016-01-10IOS7: Make ios7bundle target work again.Johannes Schickel
2016-01-06OSX: Fixes the Info.plist.in template, and the bundle targetVincent Bénony
2016-01-06IOS: Same target for iOS legacy, and iOS 7+Vincent Bénony
2016-01-06IOS: Merge branch 'master' into ios-fixVincent Bénony
2016-01-06IOS: Merge masterVincent Bénony
2016-01-06IOS: Adds iPhone 6/6+ launch screensVincent Bénony
2016-01-06IOS: Recommanded settings for Xcode 7.2Vincent Bénony
2016-01-06IOS: Fixes a small issue while compiling iOS 7 bundleVincent Bénony
2016-01-06IOS: Fixes compilation under LinuxVincent Bénony
2016-01-06IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)Vincent Bénony
The "iphone" backend is the support for the old iPhones. The "ios7" backend is for the new iPhones.
2016-01-06IOS: Fixes the Info.plist file generationVincent Bénony
2015-12-23OSX: Fix make bundle target when using SDL2Thierry Crozat
2015-12-16IPHONE: Remove creation of scummvm-iph5 binary.Johannes Schickel
This was only required for the old toolchain we do not use anymore.
2015-11-11Merge branch 'master' into dispmanxvanfanel
2015-07-20RASPBERRYPI: Changed the RGB code for the game screen surface and added ↵vanfanel
RaspberryPi information file.
2015-03-05BUILD: Output working command line for git commit in ideprojects target.Johannes Schickel
2015-03-05BUILD: Update ideprojects target to generate MSVC12 project files.Johannes Schickel
2014-10-26BUILD: Install the theme-able SVG iconMatthias Mailänder
Add missing hicolor SVG icon to install. Retain older pixmaps xpm icon for now.
2014-10-26GCW0: Further work on the portEugene Sandulenko
2014-10-24GCW0: Initial code for GCW Zero portEugene Sandulenko
2014-07-20BUILD: Add port specific makefile for AmigaOS4.D G Turner
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-20BUILD: Change AmigaOS4 packaging target to "amigaos4dist".D G Turner
This is a clearer naming, but needs update to buildbot to support. AmigaOS4 Porter (raziel_) is already aware of this.
2014-07-20BUILD: Fix AmigaOS4 build variable naming to be clearer.D G Turner
2014-06-28BUILD: Move the PS3 make targets to a separate fileBastien Bouclet
2014-06-28Merge pull request #461 from digitall/vkeybdFixDavid Turner
Add trigger for Virtual Keyboard on long press of Middle Mouse Button
2014-06-25PS3: Add "small" virtual keyboard pack to port packaging.D G Turner
2014-06-22BUILD: Theme files are in Windows executable.Kirben
2014-06-21ALL: Remove support for MSVC8 and olderJoel Teichroeb
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-09BUILD: Remove USE_TERMCONV related bits in port.mk.Johannes Schickel
We don't have any TERMCONV feature anymore, thus no need to keep this around.
2014-02-16IPHONE: Allow FreeType2 support.Johannes Schickel
This moves the static library handling for USE_FREETYPE2 outside a block which is not executed for the iPhone backend.
2014-02-14IPHONE: Don't link against private framework GraphicsServices.Johannes Schickel
Nothing from that framework in specific is used, thus it's not required to link against it.
2013-11-24BUILD: Add engines/plugins_table.h to git in the ideprojects target.Johannes Schickel