aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2006-04-17Removed my Altivec version of the hqx blitters, since it (a) didn't work ↵Max Horn
with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it svn-id: r21961
2006-04-15Changed default-theme -> modernMax Horn
svn-id: r21922
2006-04-15Disable RTTI and exceptions (we don't use 'em and over here it saves 700kb ↵Max Horn
in the executable) svn-id: r21895
2006-04-14Update win32 distTravis Howell
svn-id: r21891
2006-04-14Fix mingw compileTravis Howell
svn-id: r21865
2006-04-14Rest of patch #1467193: "AmigaOS changes":Eugene Sandulenko
- an icon file (icons/scummvm.info) for AmigaOS - aos4dist target which strips the binary and copies stuff (including the icon) to a hardcoded directory called Games:ScummVM_Snapshot. svn-id: r21862
2006-04-14First batch of root directory cleanup. Now icons are stored in directoryEugene Sandulenko
icons/ and all other assorted stuff in dists/ directory. Still I may broke some packaging/building procedures as no testing was performed. svn-id: r21859
2006-03-29Added a minimal README for our unit tests, and moved their build rule to a ↵Max Horn
new test/module.mk file svn-id: r21490
2006-03-15* 'make bundle' now copies the default theme files into the bundle.Oystein Eftevaag
* Common::File will now look inside the application bundle on MacOS X for a file if it can't find it anywhere else (so it'll find default-theme.ini and .zip) * Cleaned up some #ifs. svn-id: r21308
2006-03-08Update win32 distTravis Howell
svn-id: r21142
2006-02-20Added --enable-Werror option to our configure scriptMax Horn
svn-id: r20792
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20542
2006-01-27Add themes zip to win32 dist.Travis Howell
svn-id: r20258
2006-01-25New tools/update-version.pl script (usage: CMD 1 2 3 CVS -> results in ↵Max Horn
version 1.2.3CVS) svn-id: r20165
2005-12-30OSX: Make it possible to compile ScummVM using GCC 3.3 against an SDL that ↵Max Horn
was compiled using GCC 4 svn-id: r19861
2005-11-27Revert accidental change.Eugene Sandulenko
svn-id: r19711
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
svn-id: r19710
2005-11-08Improved osxsnap target (up to par with my own release build script)Max Horn
svn-id: r19510
2005-11-07Use -force_cpusubtype_ALL for OS X statics, to ensure compatibility with G3 ↵Max Horn
systems svn-id: r19500
2005-10-14Added missing -framework CoreMIDIMax Horn
svn-id: r19080
2005-06-24Fix for bug #1226522 (do not add common to list of include paths, to avoid ↵Max Horn
name clashes with system headers) svn-id: r18445
2005-06-20Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4Max Horn
svn-id: r18418
2005-05-10Restore settings again.Travis Howell
svn-id: r18026
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
svn-id: r18011
2005-05-09Restore settings.Travis Howell
svn-id: r17987
2005-05-09Mention thumbnails in NEWSMax Horn
svn-id: r17983
2005-05-08Patch #1193398 (DESTDIR patch for Makefile)Max Horn
svn-id: r17960
2005-03-22Insert Credits.rtf into OSX bundleMax Horn
svn-id: r17196
2005-02-06Configure the plugin prefix/suffix in the configure script; use that setting ↵Max Horn
in plugins.cpp svn-id: r16739
2005-01-11Move 'tools' related build rules into tools/module.mk; fixed remainder of ↵Max Horn
bug #1100125 (I hope...) svn-id: r16547
2004-12-28Fix building in an external dirMax Horn
svn-id: r16355
2004-12-25Simplified building of the tools -> should fix compilation problems on WindowsMax Horn
svn-id: r16306
2004-12-24new target fixesEugene Sandulenko
svn-id: r16305
2004-12-24Added targets md5scumm and md5simon for generating headers and web md5.inc fileEugene Sandulenko
svn-id: r16304
2004-12-24fix credits targetMax Horn
svn-id: r16302
2004-12-24Disabled example rules on how the md5 headesr could be rebuilt automatically ↵Max Horn
(but I actually think that's not such a useful idea) svn-id: r16301
2004-12-24Moving convbdf and md5table into scummvm/tools/Max Horn
svn-id: r16287
2004-12-20Added AUTHORS in some more placesMax Horn
svn-id: r16192
2004-12-20Add AUTHORS to win32 distTravis Howell
svn-id: r16159
2004-12-16Update HE gamesTravis Howell
svn-id: r16070
2004-08-22PLUGIN_PREFIX and PLUGIN_SUFFIX moved to Makefile, PLUGIN_EXTRA_DEPS added.Marcus Comstedt
svn-id: r14687
2004-07-27Given Makefile now depends on the configure script output move these default ↵Jonathan Gray
parameters out to the configure script svn-id: r14352
2004-04-172nd pass at install/uninstall targetsJonathan Gray
svn-id: r13592
2004-04-16more phony targetsJonathan Gray
svn-id: r13586
2004-04-16initial pass at adding install/uninstall support to configure script, also ↵Jonathan Gray
use DIR instead of PFX while here for consistency with autoconf like output svn-id: r13585
2004-04-16update phony target listJonathan Gray
svn-id: r13583
2004-04-12this no longer existsJonathan Gray
svn-id: r13557
2004-04-09UpdateTravis Howell
svn-id: r13509
2004-04-06Fix for building from an external dir (ensures that the correct config.h ↵Max Horn
gets included) svn-id: r13489