aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2003-08-10Tweak a littleJames Brown
svn-id: r9618
2003-08-10depend on configure for config.mak so we can pick up changesJonathan Gray
svn-id: r9617
2003-08-10nice friendly message about having to run configure firstJonathan Gray
svn-id: r9616
2003-08-10Makefile.new -> Makefile, Makefile -> Makefile.noconf default Makefile now ↵Jonathan Gray
requires configure script svn-id: r9614
2003-08-02automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable ↵Jonathan Gray
some additional warnings in Makefile.new svn-id: r9399
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
besides this way all our engines start with an "s" ;) svn-id: r9301
2003-07-28make people happyJonathan Gray
svn-id: r9215
2003-07-16disable some more warnings which cause problems with gcc 2.95 or with bad ↵Max Horn
system headers svn-id: r9051
2003-07-12moved to more warnings into the GCC 3.x only categoryMax Horn
svn-id: r8954
2003-07-04added some more warnings (taken from pentagram)Max Horn
svn-id: r8736
2003-05-29make GCC3 happy by default, too <sigh>Max Horn
svn-id: r8096
2003-05-29make poor GCC 2.95 uses happyMax Horn
svn-id: r8091
2003-05-25Some additional warningsMax Horn
svn-id: r7960
2003-04-26Make it possible to disable some/all of our three game modules ↵Max Horn
(scumm/simon/sky) with three flags in the Makefile svn-id: r7131
2003-03-23updated Mac OS X static build ruleMax Horn
svn-id: r6846
2003-02-26cleanupMax Horn
svn-id: r6638
2003-02-07OopsJames Brown
svn-id: r6591
2003-02-07Patch 679354: ComI actor redraw patchJames Brown
svn-id: r6590
2002-12-31get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ↵Max Horn
script dumping svn-id: r6284
2002-12-09change CFLAGS to CXXFLAGSMax Horn
svn-id: r5896
2002-12-01OS X app bundle should contain static linked executable; 'bool' is part of ↵Max Horn
the C++ standard svn-id: r5795
2002-11-20use := instead of =Max Horn
svn-id: r5643
2002-11-20Include simon debug options by defaultTravis Howell
svn-id: r5642
2002-11-10Added a bundle target for OS X (creates an .app wrapper); Info.plist ↵Max Horn
contains some user information for that wrapper, like version & copyright (needs to be adjusted for releases) svn-id: r5514
2002-11-03no need to remove the debian/ dir anymoreTore Anderson
svn-id: r5392
2002-11-02remove the debian/ dir before symlinking the dists/debian/ dir there,Tore Anderson
to make the deb target in the makefile work svn-id: r5378
2002-11-01Added a deb target in the Makefile.Tore Anderson
Removed the debian/ dir, or so I hope. svn-id: r5367
2002-10-27patch #628997 support for ogg vorbis instead of cd tracks by Daniel ↵Jonathan Gray
Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320
2002-10-23added some comments; conveniently allow to enable -Wshadow and -WerrorMax Horn
svn-id: r5268
2002-10-22added SIMONDEBUG to MakefileMax Horn
svn-id: r5241
2002-10-08oopsMax Horn
svn-id: r5105
2002-10-08added methods to String class that convert a string to upper/lower case; ↵Max Horn
changed config class to keep all domains as lower case (fixes bug #scummvm) svn-id: r5104
2002-09-22taking out the -Werror again for now, till we have time to resolve some ↵Max Horn
other build warnings svn-id: r5002
2002-09-22added -Wno-unknown-pragmas to fix warnings related to #pragma markMax Horn
svn-id: r4996
2002-09-22don't tolerate warningsMax Horn
svn-id: r4994
2002-09-09please be careful when commiting every modified file instead of only ↵Max Horn
commiting selected files :-) svn-id: r4912
2002-09-09patch attempts to fix the MI2 music bug pointed out in bug report #551028Jean-Yves Simon
svn-id: r4908
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-24we are not using ncurses, are we?Max Horn
svn-id: r4818
2002-08-21patch #598405Max Horn
svn-id: r4799
2002-08-21don't use OS X rules by default for SDL backend; use cp instead of ln to ↵Max Horn
create the local build.rules file svn-id: r4797
2002-08-21first go at modularizing the build systemMax Horn
svn-id: r4796
2002-08-21engine.* moved to common (where it belongs); added distclean target which ↵Max Horn
gets rid of the .deps dirs, too; removed -Isound svn-id: r4794
2002-08-21Initial revisionMax Horn
svn-id: r4785
2002-07-25got rid of UNIX_X11 - instead, use UNIX + X11_BACKENDMax Horn
svn-id: r4632
2002-07-09Dumb up filename case insensitivityJames Brown
svn-id: r4504
2002-06-17Add OpenGL support patch from Andre SouzaTravis Howell
svn-id: r4422
2002-06-14Reverse patch as requested by EndyTravis Howell
svn-id: r4419
2002-06-14Add OpenGL support patch from Andre SouzaTravis Howell
svn-id: r4418
2002-06-07merged Makefile.macosx into master MakefileMax Horn
svn-id: r4413