aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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
2004-04-03make hdiutil overwrite the disk image if it already exists, although it will ↵Jonathan Gray
still fail if it is already attached svn-id: r13445
2004-03-29add most of my os x snapshot script as a makefile targetJonathan Gray
svn-id: r13427
2004-03-29use a make variable for static os x package prefix so I don't have to change ↵Jonathan Gray
as many lines, it should probably be changeable via the configure script at some point svn-id: r13426
2004-03-21Add win32 distTravis Howell
svn-id: r13349
2004-03-17Add mingw to configure (Not working yet)Travis Howell
svn-id: r13333
2004-03-15Aaargh, didn't mean to commit this...Max Horn
svn-id: r13296
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but ↵Max Horn
that'll have to wait till after I slept :-) svn-id: r13295
2004-03-04use printf instead of echo -n for the echo -n less solaris usersJonathan Gray
svn-id: r13192
2004-03-03sdl-config --static-libs finally works in SDL 1.2.7, make use of itMax Horn
svn-id: r13172
2004-02-25OpenGL *is* needed for the OSX static target, because SDL always links ↵Max Horn
against it svn-id: r13044
2004-02-25OpenGL libs no longer requiredTravis Howell
svn-id: r13040
2004-02-01cleanupMax Horn
svn-id: r12693
2004-01-31Removed 'builddir' again (not really needed for now); fixed 'bundle' rule ↵Max Horn
for external build dirs svn-id: r12683
2004-01-30Various changes to the build system which allow building ScummVM in an ↵Max Horn
external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress svn-id: r12680
2004-01-30add MPEG2 to the static-link-hackMax Horn
svn-id: r12679
2004-01-03oopsMax Horn
svn-id: r12111
2004-01-03re-enabled .sog and .so3 support for FTMax Horn
svn-id: r12096
2003-12-24test is a PHONY targetMax Horn
svn-id: r11888
2003-12-24added test target to Makefile (so you can do 'make test' now, provided you ↵Max Horn
have cxxtest installed) svn-id: r11887
2003-12-10detect zlib in configure script; use it by default, if availableMax Horn
svn-id: r11544
2003-09-28add 'plugins' to all targetMax Horn
svn-id: r10457
2003-09-21remove -Wcast-align, it causes troubles and sparc and has no real benefit ↵Max Horn
elsewhere svn-id: r10360
2003-09-19cleanupMax Horn
svn-id: r10316
2003-09-18plugin work: right now, only with build rules for OS X. Once I can get it to ↵Max Horn
work here, I'll add more build rules. Work in progress, a lot ain't work, but the plugin stuff is disabled by default, so no harm should arise svn-id: r10292
2003-09-17didn't mean to commit thisMax Horn
svn-id: r10280
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
svn-id: r10279
2003-08-23sync OS X static build rule with Makefile.noconfMax Horn
svn-id: r9834
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local ↵Jonathan Gray
bits in my tree svn-id: r9807
2003-08-10most people have case sensitive filesystemsJonathan Gray
svn-id: r9620