aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
AgeCommit message (Collapse)Author
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
2009-09-25Move wii specific stuff from ports.mk to backends/platform/wii/wii.mkMax Horn
svn-id: r44343
2009-09-25Move linuxmoto specific stuff from ports.mk to a new file ↵Max Horn
backends/platform/linuxmoto/linuxmoto.mk svn-id: r44342
2009-09-25Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platformMax Horn
svn-id: r44341
2009-09-11Added support for WINDRESFLAGS, required for e.g. multilib enabled MinGW ↵Andre Heider
toolchains svn-id: r44035
2009-08-31Forgot to remove a $(STRIP) line in r43855Andre Heider
svn-id: r43860
2009-08-31Skip unnecessary I/O when stripping moto* binariesAndre Heider
svn-id: r43855
2009-08-29Patch #2845084: "Linuxmoto-backend small update"Eugene Sandulenko
svn-id: r43809
2009-08-22Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"Eugene Sandulenko
svn-id: r43636
2009-08-07Merge creation of Info.plist into update-version.pl.Andre Heider
This fixes the static version info after branching (#2820503). svn-id: r43101
2009-08-04commit slightly modified patch #2828646: WINCE: Integrate Windows CE with ↵Kostas Nakos
the master build system svn-id: r43041
2009-06-20oups, wrong spot.Andre Heider
svn-id: r41708
2009-06-20added vkeybd_default.zip to the Wii dist target.Andre Heider
svn-id: r41707
2009-06-18added pred.dic to DIST_FILES_ENGINEDATAAndre Heider
svn-id: r41644