aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
AgeCommit message (Collapse)Author
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-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn
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
2009-06-18added DIST_FILES_DOCS to Makefile.common, used by some dist targets now, ↵Andre Heider
incl. OSX bundles. svn-id: r41639
2009-06-17Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ↵Andre Heider
generation. svn-id: r41619
2009-05-10iPhone fixes for compiling with the unofficial sdkOystein Eftevaag
svn-id: r40440
2009-05-06Updated xcode project, and fixed dependency for the iphonebundle makefile targetOystein Eftevaag
svn-id: r40366
2009-04-19Updated Mac OS X and iPhone bundle creation a bit (copying in more docs, and ↵Oystein Eftevaag
removed the version name from the mounted volume directory to avoid manually updating the DS_Store file every release) svn-id: r40018
2009-03-19We're now statically linking in zlib, for static osx buildsOystein Eftevaag
svn-id: r39539
2009-03-19Added support for specifying which prefix directory to link in static libs ↵Oystein Eftevaag
for (for mac os x and iphone bundles), and use a build-specific strip command svn-id: r39537
2009-03-18More updates to aos4dist.Travis Howell
svn-id: r39511
2009-03-18Update aos4dist.Travis Howell
svn-id: r39510
2009-02-20Add COPYING.LGPL to dist/install for several platforms (osxsnap still needs ↵Travis Howell
an update). svn-id: r38583
2009-02-19Update win32dist.Travis Howell
svn-id: r38530
2009-02-13Don't try to distribute the SDL Readme in Amiga as it isn't included in its ↵Jordi Vilalta Prat
SDK anymore svn-id: r36307
2009-01-22Replace some binary names with $(EXECUTABLE)Jordi Vilalta Prat
svn-id: r36003
2008-08-19Fixed 'make install' when building outside srcdirMax Horn
svn-id: r34033
2008-07-27The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0Oystein Eftevaag
svn-id: r33326
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
svn-id: r31889
2008-05-05Fix building scummvmico.o from outside the source directoryJordi Vilalta Prat
svn-id: r31887
2008-05-02Added support to load plugins from different directories and the ability to ↵Jordi Vilalta Prat
specify the default directory from configure. svn-id: r31816