aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
AgeCommit message (Collapse)Author
2011-10-04MACOSX: Remove -lSystemStubs from the link for scummvm-staticThierry Crozat
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-09-24PS3: Add a target to push ScummVM to the PS3 over the network using ps3load.Bastien Bouclet
ps3load now works on FW 3.55 using the lastest ps3toolchain
2011-08-22DOC: Add extended file attribute for UTF-8 files on MacOS XThierry Crozat
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-19MACOSX: Add Sparkle supportCeRiAl
2011-07-18DOC: Added German translation of README (WIP by SimSaw)Eugene Sandulenko
2011-07-18DOC: Renamed README template and translated versions to QuickStartEugene Sandulenko
2011-07-15BUILD: Include localized readmes into win32 packageEugene Sandulenko
2011-07-01NSIS: Always pass ARCH variable to script and handle case when the variable ↵Littleboy
is empty
2011-07-01NSIS: Convert line endings on the fly during installationLittleboy
2011-07-01CONFIGURE: Rename $WIN32BUILD to $STAGINGLittleboy
2011-06-30BUILD: Store the Windows installer scripts in a single directory, and share ↵Travis Howell
the graphics files.
2011-06-30BUILD: Use separate win32 target for each installer.Travis Howell
2011-06-25PS3: Fix out of tree builds.Bastien Bouclet
Allow GCC to use CELL BE PPU features.
2011-06-22PS3: Added a readmeBastien Bouclet
2011-06-22PS3: Map joypad buttons to features. Enable the virtual keyboard.Bastien Bouclet
2011-06-22PS3: Initial version of the PlayStation 3 backendBastien Bouclet
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
Conflicts: engines/groovie/script.cpp
2011-05-25BUILD: Rename UNIX #define to POSIXMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11CONFIGURE: Fix creation of the NSIS installer when building out of treeLittleboy
2011-05-11Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
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-06Merge pull request #31 from lordhoto/win-resJohannes Schickel
Embed engine/theme dists files into Win Executable. Check the following link for further discussion: https://github.com/scummvm/scummvm/pull/31
2011-05-05BUILD: Silence windres command line when a non-verbose build is done.Johannes Schickel
2011-05-05WIN32: Embed engine data files and theme files into executable.Johannes Schickel
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-02Merge remote-tracking branch 'upstream/master' into nsisLittleboy
Conflicts: devtools/create_project/scripts/postbuild.cmd devtools/create_project/visualstudio.cpp ports.mk
2011-04-27PORTS: Tweak win32setup targetLittleboy
- Rename README-SDL to be used by installer script - Use relative build path for WIN32PATH - Add default build folder to ignore file
2011-04-27PORTS: Add target to build a win32 setup installerLittleboy
2011-04-27Add Inno Setup installer script for Windows buildsunknown
2011-04-22BUILD: Move ARM_ASM flags to configuredhewg
So they're used again if a port overwrites _port_mk
2011-04-13Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
Conflicts: video/qt_decoder.cpp
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn
2011-04-09ALL: Add optional dependency on libfaadMatthew Hoops
2011-01-19MACOSX: Fix make bundle when compiling with libtheoradecMatthew Hoops
svn-id: r55326
2010-10-15MACOSX: Fix make bundle when compiling with libpngMatthew Hoops
svn-id: r53463
2010-10-13BUILD: Patch #3086472 "AMIGAOS4: Adding COPYING.BSD and new Icon"Jordi Vilalta Prat
Use the DIST_FILES_DOCS variable so no new document files are forgotten. svn-id: r53424
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-07-09Added iPad iconOystein Eftevaag
svn-id: r50752
2010-06-17Fix possible link error for scummvm-static (for MacOS X bundle) when ↵Thierry Crozat
USE_TRANSLATION is set but USE_TERMCONV is not. svn-id: r49941
2010-06-15Fix link of scummvm-static (for MacOS X bundle) when translation is enabled.Thierry Crozat
svn-id: r49894
2010-05-26Add safeguards when no engines with engine-data are included. Inspired by ↵Eugene Sandulenko
patch #2986300 svn-id: r49240
2010-05-11Added stripping and permissions of the iPhone executable in ports.mkOystein Eftevaag
svn-id: r49002
2010-05-09Revise how prefix, datadir etc. are handled.Max Horn
With these changes, we are a bit closer to how autoconf works, the de-facto standard for configure scripts. The changes make it easier for packagers to modify where ScummVM install things (e.g. the Maemo port might benefit from this). It is now also trivial to override certain paths when invoking make, e.g. you can now do make install prefix=/opt and also datadir, mandir etc. will reflect the change. svn-id: r48989
2010-05-08Remove the now broken "deb" target.Andre Heider
svn-id: r48966
2010-04-13Patch #2984292: "AmigaOS4: Remove _SVN from unstable builds"Max Horn
svn-id: r48652
2010-02-27Added the svn:keywords property to some files missing it.Jordi Vilalta Prat
svn-id: r48148
2010-02-02Install the plugins from the current directory (the build one), not from the ↵Jordi Vilalta Prat
source directory svn-id: r47812
2009-11-22Added a codesigning step to the iphonebundle make targetOystein Eftevaag
svn-id: r46089
2009-10-22Fix bug #2703992: OSX: make bundle failsMax Horn
svn-id: r45336