aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
AgeCommit message (Collapse)Author
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
2013-09-16BUILD: Fix Mac OS X static build with libjpegMatthew Hoops
2013-07-05BUILD: Fix Mac static build with libmpeg2Matthew Hoops
2013-03-10BUILD: Add fix for "Illegal instruction: 4" on iPhone 5 and iPad 4.D G Turner
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-01-08BUILD: PS3 packages don't need "finalizing" anymore.Bastien Bouclet
This is necessary for newer firmware support.
2012-11-18BUILD: Fix missing directory creation in aos4dist target.D G Turner
2012-11-17BUILD: Fix aos4dist target when building outside source directory.D G Turner
2012-11-13BUILD: Remove stripping of executables on "make install".D G Turner
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-09-22BUILD: Remove separate engine dist files in Windows build and installer, ↵Travis Howell
since the engine dist files are already included in the Windows executable file.
2012-08-19BUILD: Fix statically compiling with libfluidsynth on Mac OS XMatthew Hoops
2012-07-27CONFIGURE: Add MSCV11 handling to ideprojects targetLittleboy
2012-07-07DOCS: Add Danish QuickStart fileThierry Crozat
This was sent by Steffen Nyeland by email.
2012-03-25ALL: added missing copying.* files for win32 and mac os xPawel Kolodziejski
2012-03-21OSX: allow make bundle with static freetype2 libraryPaweł Kołodziejski
2012-01-29GUI: Add GNU FreeFont TTFs for use with our modern theme.Johannes Schickel
2012-01-24BUILD: Add batch script for migration of saved games location in Windows NT4 ↵Travis Howell
onwards.
2012-01-14OSX: Fixed some file paths when copying docs to the bundle, and updated DS_StoreOystein Eftevaag
2012-01-14OSX: Use static zlib library againOystein Eftevaag
2011-12-06DOCS: Add Swedish README from patch #3451861Thierry Crozat
2011-11-28BUILD: Remove excess spaces.Travis Howell
2011-11-27DOCS: Add Swedish translation of QuickStart from patch #3443455Thierry Crozat
2011-11-23BUILD: Added comment to new project generation targetEugene Sandulenko
2011-11-23BUILD: Added build rule for generating IDE project filesEugene Sandulenko
2011-11-17BUILD: Update win32dist target, to convert line endings in English ↵Travis Howell
QuickStart file too.
2011-10-25DOCS: Renamed the Spanish QuickStart to use just ANSI chars.Jordi Vilalta Prat
It seems it wasn't handled properly neither by Git nor by some filesystems, so we prefer playing on the safe side.