aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
AgeCommit message (Collapse)Author
2019-10-04BUILD: Update ideproject target to the current create_project behaviorEugene Sandulenko
2019-09-19MACOS: Implement 64bit-only bundle targetEugene Sandulenko
2019-09-14BUILD: Fix static scummvm build with iconv and without fluidsynth on macOSThierry Crozat
In that configuration it was missing the -liconv flag.
2019-08-04BUILD: Fix builds using WinSparkleColin Snover
2019-08-04BUILD: Fix wrong library path from sdl2-config when bundling for macOSColin Snover
2019-08-04BUILD: Fix case-sensitivity issues with macOS ScummVMDockTilePluginColin Snover
This happened to work on case-insensitive filesystems only.
2019-08-04IOS7: Implement isConnectionLimitedThierry Crozat
2019-07-08BUILD: Package networking and virtual keyboard files on all platformsCameron Cawley
2019-05-05BUILD: Add the licence file for the Source Code Pro fontBastien Bouclet
2019-04-29BUILD: Update publish-appcast to the new www folderMatan Bareket
2019-04-20DISTS: Merge MSVC versions into one folderSupSuper
2018-12-23BUILD: Update MSVC versions in ideprojects targetSupSuper
2018-12-18BUILD: Simplify and improve osxsnap targetThierry Crozat
It now uses DIST_FILE_DOCS instead of copying manually each file and also makes sure all the documentation files are identified as text file.
2018-11-15WIN32: Move the Windows-specific packaging rules into a separate fileCameron Cawley
2018-11-15WIN32: Remove the now-unused win32setup ruleCameron Cawley
2018-11-07BUILD: Fix Mac static build with liba52Bastien Bouclet
2018-09-05WIN32: Rewrite Inno setup installer script. (#1324)Lothar Serra Mari
* WIN32: Rewrite Inno setup installer * WIN32: Add small bmp for usage in the Inno setup script * WIN32: Fix spacing in Inno setup script * WIN32: Re-add the documentation files to the Start Menu * WIN32: Add scummvm icon to the Inno setup uninstaller * WIN32: Remove now obsolete scummvm.iss.in file * WIN32: Remove reference to Inno installer in update-version.pl * WIN32: Add reference to Inno setup bmp file in ports.mk
2018-08-28MACOSX: Give every license file a menu itemangstsmurf
We make a renamed copy of the three license files with non-standard suffixes, to make them open in TextEdit by default.
2018-08-28MACOSX: Keep the original license files when combiningangstsmurf
2018-08-28MACOSX: Combine the license files into a single file when packagingCameron Cawley
2018-08-28MACOSX: Put documentation links in Help menuColin Snover
The local documents are not currently internationalised simply because the internationalised resources are not put into the right places (NSBundle will handle this automatically when they are); Trac#10464 is a tracking bug for this outstanding issue. Fixes Trac#10437.
2018-08-18BUILD: Fix Windows packaging targetColin Snover
2017-10-02CONFIGURE: Add ogg after libraries that might depend on it in the link commandThierry Crozat
This will hopefully fix compilation with mingw when using static libraries.
2017-10-02CONFIGURE: Add proper detection for liboggCameron Cawley
2017-07-03BUILD: Do not link iOS static builds with AudioUnit frameworkThierry Crozat
2017-07-02BUILD: Fix link errors for scummvm-static on macOS X with fluidsynthThierry Crozat
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