Commit Graph

55 Commits

Author SHA1 Message Date
Thierry Crozat
690203de74 Fix possible link error for scummvm-static (for MacOS X bundle) when USE_TRANSLATION is set but USE_TERMCONV is not.
svn-id: r49941
2010-06-17 18:54:37 +00:00
Thierry Crozat
3f4ec4a8a4 Fix link of scummvm-static (for MacOS X bundle) when translation is enabled.
svn-id: r49894
2010-06-15 21:31:46 +00:00
Eugene Sandulenko
d502bdf982 Add safeguards when no engines with engine-data are included. Inspired by patch #2986300
svn-id: r49240
2010-05-26 13:27:11 +00:00
Oystein Eftevaag
829bded59f Added stripping and permissions of the iPhone executable in ports.mk
svn-id: r49002
2010-05-11 01:17:17 +00:00
Max Horn
ea964491a0 Revise how prefix, datadir etc. are handled.
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-09 20:42:18 +00:00
Andre Heider
78a99ce6a6 Remove the now broken "deb" target.
svn-id: r48966
2010-05-08 08:15:28 +00:00
Max Horn
5a17a7be5f Patch #2984292: "AmigaOS4: Remove _SVN from unstable builds"
svn-id: r48652
2010-04-13 09:54:21 +00:00
Jordi Vilalta Prat
22e5a557b7 Added the svn:keywords property to some files missing it.
svn-id: r48148
2010-02-27 17:02:58 +00:00
Jordi Vilalta Prat
448ef35fe1 Install the plugins from the current directory (the build one), not from the source directory
svn-id: r47812
2010-02-02 13:02:08 +00:00
Oystein Eftevaag
a89fbc0fa5 Added a codesigning step to the iphonebundle make target
svn-id: r46089
2009-11-22 15:58:34 +00:00
Max Horn
161f49ac48 Fix bug #2703992: OSX: make bundle fails
svn-id: r45336
2009-10-22 12:04:56 +00:00
Max Horn
67564cb532 Move wii specific stuff from ports.mk to backends/platform/wii/wii.mk
svn-id: r44343
2009-09-25 11:22:29 +00:00
Max Horn
1a4257f46f Move linuxmoto specific stuff from ports.mk to a new file backends/platform/linuxmoto/linuxmoto.mk
svn-id: r44342
2009-09-25 11:22:14 +00:00
Max Horn
399c511f90 Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform
svn-id: r44341
2009-09-25 11:21:56 +00:00
Andre Heider
9f7c0a24e2 Added support for WINDRESFLAGS, required for e.g. multilib enabled MinGW toolchains
svn-id: r44035
2009-09-11 18:13:27 +00:00
Andre Heider
f73072169c Forgot to remove a $(STRIP) line in r43855
svn-id: r43860
2009-08-31 20:41:48 +00:00
Andre Heider
66f47501ee Skip unnecessary I/O when stripping moto* binaries
svn-id: r43855
2009-08-31 17:15:51 +00:00
Eugene Sandulenko
212965f978 Patch #2845084: "Linuxmoto-backend small update"
svn-id: r43809
2009-08-29 20:43:00 +00:00
Eugene Sandulenko
70b7ebb339 Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"
svn-id: r43636
2009-08-22 12:35:49 +00:00
Andre Heider
57e45de95b Merge creation of Info.plist into update-version.pl.
This fixes the static version info after branching (#2820503).

svn-id: r43101
2009-08-07 18:16:58 +00:00
Kostas Nakos
73572158a8 commit slightly modified patch #2828646: WINCE: Integrate Windows CE with the master build system
svn-id: r43041
2009-08-04 13:17:33 +00:00
Andre Heider
874ad3c0c8 oups, wrong spot.
svn-id: r41708
2009-06-20 11:53:31 +00:00
Andre Heider
774a8eecd2 added vkeybd_default.zip to the Wii dist target.
svn-id: r41707
2009-06-20 11:50:15 +00:00
Andre Heider
1772f7d564 added pred.dic to DIST_FILES_ENGINEDATA
svn-id: r41644
2009-06-18 19:39:12 +00:00
Andre Heider
0324f20e39 added DIST_FILES_DOCS to Makefile.common, used by some dist targets now, incl. OSX bundles.
svn-id: r41639
2009-06-18 18:40:38 +00:00
Andre Heider
b07a35e5af Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml generation.
svn-id: r41619
2009-06-17 23:36:00 +00:00
Oystein Eftevaag
6d56924bb1 iPhone fixes for compiling with the unofficial sdk
svn-id: r40440
2009-05-10 22:15:33 +00:00
Oystein Eftevaag
bab6dedcc7 Updated xcode project, and fixed dependency for the iphonebundle makefile target
svn-id: r40366
2009-05-06 20:23:04 +00:00
Oystein Eftevaag
bedd33ef79 Updated Mac OS X and iPhone bundle creation a bit (copying in more docs, and removed the version name from the mounted volume directory to avoid manually updating the DS_Store file every release)
svn-id: r40018
2009-04-19 10:28:00 +00:00
Oystein Eftevaag
21e35c4f67 We're now statically linking in zlib, for static osx builds
svn-id: r39539
2009-03-19 21:17:44 +00:00
Oystein Eftevaag
1301de3795 Added support for specifying which prefix directory to link in static libs for (for mac os x and iphone bundles), and use a build-specific strip command
svn-id: r39537
2009-03-19 20:49:22 +00:00
Travis Howell
e5a640b097 More updates to aos4dist.
svn-id: r39511
2009-03-18 10:34:57 +00:00
Travis Howell
506f7ff612 Update aos4dist.
svn-id: r39510
2009-03-18 10:06:42 +00:00
Travis Howell
87f1ad3b19 Add COPYING.LGPL to dist/install for several platforms (osxsnap still needs an update).
svn-id: r38583
2009-02-20 11:45:06 +00:00
Travis Howell
3c7d122ad2 Update win32dist.
svn-id: r38530
2009-02-19 02:18:46 +00:00
Jordi Vilalta Prat
a45aacf969 Don't try to distribute the SDL Readme in Amiga as it isn't included in its SDK anymore
svn-id: r36307
2009-02-13 18:00:12 +00:00
Jordi Vilalta Prat
4e8b5b76d1 Replace some binary names with $(EXECUTABLE)
svn-id: r36003
2009-01-22 20:36:47 +00:00
Max Horn
e61aec4ca7 Fixed 'make install' when building outside srcdir
svn-id: r34033
2008-08-19 10:58:35 +00:00
Oystein Eftevaag
5ca78661b1 The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0
svn-id: r33326
2008-07-27 10:15:57 +00:00
Jordi Vilalta Prat
38f200fc55 Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles
svn-id: r31889
2008-05-06 03:11:01 +00:00
Jordi Vilalta Prat
3ac46924e3 Fix building scummvmico.o from outside the source directory
svn-id: r31887
2008-05-05 22:52:28 +00:00
Jordi Vilalta Prat
3f44977885 Added support to load plugins from different directories and the ability to specify the default directory from configure.
svn-id: r31816
2008-05-02 14:30:06 +00:00
Eugene Sandulenko
dfdb73367e Another fix from #1947288: "AmigaOS4: small changes (ports.mk)"
svn-id: r31631
2008-04-20 20:33:02 +00:00
Eugene Sandulenko
bb3d15f5f8 Patch #1947288: "AmigaOS4: small changes (Makefile, configure)"
svn-id: r31628
2008-04-20 19:48:04 +00:00
Max Horn
ff79a8cd39 added some SVN headers
svn-id: r30961
2008-02-25 14:09:04 +00:00
Max Horn
6b008d44d3 Copy pred.dic for the iPhone and Amiga dist targets, too
svn-id: r30304
2008-01-06 14:13:54 +00:00
Max Horn
cebeeb5d66 Some fixes to 'dist' targets -- use srcdir to reference files in the source dir (makes it possible to build in external directories)
svn-id: r30302
2008-01-06 14:12:55 +00:00
Max Horn
aaa28e7b7c Patch #1862888: BUILD: Automate the list of data files to be distributed
svn-id: r30301
2008-01-06 14:08:53 +00:00
Oystein Eftevaag
ceda04f8b9 Updated the OS X bundle creation to point to the new location for the engine data files, and added lure.dat as well (forward-port)
svn-id: r30052
2007-12-28 11:51:04 +00:00
Oystein Eftevaag
b90740d203 Ensure files in the Mac OS X bundle get the right permissions set
svn-id: r30020
2007-12-27 23:41:15 +00:00