Commit Graph

105 Commits

Author SHA1 Message Date
Max Horn
761d9dacb9 add 'plugins' to all target
svn-id: r10457
2003-09-28 10:44:31 +00:00
Max Horn
18961542f9 remove -Wcast-align, it causes troubles and sparc and has no real benefit elsewhere
svn-id: r10360
2003-09-21 18:39:38 +00:00
Max Horn
002e2a6f67 cleanup
svn-id: r10316
2003-09-19 20:45:35 +00:00
Max Horn
a15fdcea21 plugin work: right now, only with build rules for OS X. Once I can get it to 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-18 13:03:56 +00:00
Max Horn
3f62b662fb didn't mean to commit this
svn-id: r10280
2003-09-17 22:13:38 +00:00
Max Horn
231cb16b5b some tweaks to the build system (work toward plugin support)
svn-id: r10279
2003-09-17 21:53:13 +00:00
Max Horn
f74aa84b2d sync OS X static build rule with Makefile.noconf
svn-id: r9834
2003-08-23 20:36:46 +00:00
Jonathan Gray
ce42f4d3dd patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local bits in my tree
svn-id: r9807
2003-08-21 13:39:21 +00:00
Jonathan Gray
831826bf48 most people have case sensitive filesystems
svn-id: r9620
2003-08-10 09:45:39 +00:00
James Brown
8cc805121d Tweak a little
svn-id: r9618
2003-08-10 07:52:23 +00:00
Jonathan Gray
e9ea6e45de depend on configure for config.mak so we can pick up changes
svn-id: r9617
2003-08-10 07:47:47 +00:00
Jonathan Gray
51648f1f08 nice friendly message about having to run configure first
svn-id: r9616
2003-08-10 07:34:58 +00:00
Jonathan Gray
063d05f9c8 Makefile.new -> Makefile, Makefile -> Makefile.noconf default Makefile now requires configure script
svn-id: r9614
2003-08-10 06:56:53 +00:00
Jonathan Gray
93482ae5c6 automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable some additional warnings in Makefile.new
svn-id: r9399
2003-08-02 09:21:34 +00:00
Oliver Kiehl
0f85cc3061 rename bs2 to sword2 to have the same name as the original engine.
besides this way all our engines start with an "s" ;)

svn-id: r9301
2003-07-30 19:25:31 +00:00
Jonathan Gray
88b70db20f make people happy
svn-id: r9215
2003-07-28 02:06:49 +00:00
Max Horn
6e7c37fb0a disable some more warnings which cause problems with gcc 2.95 or with bad system headers
svn-id: r9051
2003-07-16 20:36:38 +00:00
Max Horn
be261b5d7c moved to more warnings into the GCC 3.x only category
svn-id: r8954
2003-07-12 19:13:25 +00:00
Max Horn
1d93949167 added some more warnings (taken from pentagram)
svn-id: r8736
2003-07-04 11:19:44 +00:00
Max Horn
b31ff8d6d5 make GCC3 happy by default, too <sigh>
svn-id: r8096
2003-05-29 12:02:41 +00:00
Max Horn
96fd0ef671 make poor GCC 2.95 uses happy
svn-id: r8091
2003-05-29 10:55:22 +00:00
Max Horn
cd1493447d Some additional warnings
svn-id: r7960
2003-05-25 16:09:26 +00:00
Max Horn
5626e42f5b Make it possible to disable some/all of our three game modules (scumm/simon/sky) with three flags in the Makefile
svn-id: r7131
2003-04-26 11:44:13 +00:00
Max Horn
2c579c25ce updated Mac OS X static build rule
svn-id: r6846
2003-03-23 13:11:55 +00:00
Max Horn
52cc68fbe1 cleanup
svn-id: r6638
2003-02-26 11:24:44 +00:00
James Brown
4b99f12fe6 Oops
svn-id: r6591
2003-02-07 19:26:03 +00:00
James Brown
270e95a655 Patch 679354: ComI actor redraw patch
svn-id: r6590
2003-02-07 19:24:34 +00:00
Max Horn
166ea5bcee get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled script dumping
svn-id: r6284
2002-12-31 02:09:57 +00:00
Max Horn
098b1d52ca change CFLAGS to CXXFLAGS
svn-id: r5896
2002-12-09 13:38:01 +00:00
Max Horn
5b188353de OS X app bundle should contain static linked executable; 'bool' is part of the C++ standard
svn-id: r5795
2002-12-01 20:29:20 +00:00
Max Horn
a8f01c2532 use := instead of =
svn-id: r5643
2002-11-20 18:05:02 +00:00
Travis Howell
85fe6a1ac5 Include simon debug options by default
svn-id: r5642
2002-11-20 14:45:00 +00:00
Max Horn
36309567c3 Added a bundle target for OS X (creates an .app wrapper); Info.plist contains some user information for that wrapper, like version & copyright (needs to be adjusted for releases)
svn-id: r5514
2002-11-10 22:07:06 +00:00
Tore Anderson
4158976aaf no need to remove the debian/ dir anymore
svn-id: r5392
2002-11-03 15:08:13 +00:00
Tore Anderson
2039c16a62 remove the debian/ dir before symlinking the dists/debian/ dir there,
to make the deb target in the makefile work

svn-id: r5378
2002-11-02 11:06:35 +00:00
Tore Anderson
60339d6e9a Added a deb target in the Makefile.
Removed the debian/ dir, or so I hope.

svn-id: r5367
2002-11-01 18:05:06 +00:00
Jonathan Gray
d93e639086 patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler. Uncomment the relevant lines in the makefile to use
svn-id: r5320
2002-10-27 01:12:10 +00:00
Max Horn
dc65a40a73 added some comments; conveniently allow to enable -Wshadow and -Werror
svn-id: r5268
2002-10-23 00:20:11 +00:00
Max Horn
80fad40394 added SIMONDEBUG to Makefile
svn-id: r5241
2002-10-22 12:06:54 +00:00
Max Horn
bbc3ed3e8f oops
svn-id: r5105
2002-10-08 00:13:04 +00:00
Max Horn
8a7637cfc1 added methods to String class that convert a string to upper/lower case; changed config class to keep all domains as lower case (fixes bug #scummvm)
svn-id: r5104
2002-10-08 00:11:41 +00:00
Max Horn
68c14be9d4 taking out the -Werror again for now, till we have time to resolve some other build warnings
svn-id: r5002
2002-09-22 04:05:40 +00:00
Max Horn
5c74800450 added -Wno-unknown-pragmas to fix warnings related to #pragma mark
svn-id: r4996
2002-09-22 01:54:44 +00:00
Max Horn
45ce1d1113 don't tolerate warnings
svn-id: r4994
2002-09-22 00:38:02 +00:00
Max Horn
c72bfca50d please be careful when commiting every modified file instead of only commiting selected files :-)
svn-id: r4912
2002-09-09 09:59:26 +00:00
Jean-Yves Simon
5b8eb34406 patch attempts to fix the MI2 music bug pointed out in bug report #551028
svn-id: r4908
2002-09-09 05:03:55 +00:00
Max Horn
523d8e64c0 rewrote config class; cleanup; code restructuring
svn-id: r4903
2002-09-08 01:08:12 +00:00
Max Horn
26648880e8 we are not using ncurses, are we?
svn-id: r4818
2002-08-24 13:52:16 +00:00
Max Horn
e0cfd49ef7 patch #598405
svn-id: r4799
2002-08-21 20:47:12 +00:00
Max Horn
39654fa719 don't use OS X rules by default for SDL backend; use cp instead of ln to create the local build.rules file
svn-id: r4797
2002-08-21 17:43:00 +00:00