Travis Howell
|
cbe5c34f97
|
Add sword1 makefile changes
svn-id: r11666
|
2003-12-16 02:24:30 +00:00 |
|
Max Horn
|
2fef2dcb84
|
bs2 -> sword2
svn-id: r10997
|
2003-10-28 19:51:30 +00:00 |
|
Joost Peters
|
82fd316187
|
queen initial import
svn-id: r10462
|
2003-09-28 15:50:47 +00:00 |
|
Max Horn
|
48da9f38de
|
add plugins to .PHONY list
svn-id: r10458
|
2003-09-28 10:53:28 +00:00 |
|
Max Horn
|
761d9dacb9
|
add 'plugins' to all target
svn-id: r10457
|
2003-09-28 10:44:31 +00:00 |
|
Max Horn
|
7840039156
|
yet another fix for linux+loadable modules
svn-id: r10324
|
2003-09-20 00:07:37 +00:00 |
|
Max Horn
|
6c57e2bb17
|
let's see if that's better
svn-id: r10323
|
2003-09-19 22:45:54 +00:00 |
|
Max Horn
|
ce7d4c0a76
|
one more linux+dynamic fix
svn-id: r10322
|
2003-09-19 22:20:53 +00:00 |
|
Max Horn
|
ed605c38c5
|
some cleanup, and an (untested) loadable module build rule for Linux
svn-id: r10318
|
2003-09-19 21:23:23 +00:00 |
|
Max Horn
|
6a4663824e
|
added initial support for building our 4 adventure engines as loadable modules; right now only work on OS X; once we add more build rules, other systems with dlopen() should work, too (e.g. Linux); Windows support may come later. This is still very much WIP
svn-id: r10304
|
2003-09-18 18:23:53 +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
|
ec0d41137c
|
fix Circular dependency warning
svn-id: r10286
|
2003-09-17 23:59:13 +00:00 |
|
Max Horn
|
c1a678afeb
|
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner)
svn-id: r10282
|
2003-09-17 22:41:01 +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
|
aa61764b2f
|
while 'more logical' the current link order doesn't work if all plugins are disabled. 'sound' has to come before 'backends' or MidiDriver_MPU401 won't get pulled in
svn-id: r10114
|
2003-09-08 22:38:21 +00:00 |
|
Max Horn
|
155bac05da
|
more logical link order
svn-id: r10106
|
2003-09-08 17:48:34 +00:00 |
|
Max Horn
|
c775614e1b
|
fixed circular dependency; moved version string to main.cpp (seems more logical to me, too)
svn-id: r10105
|
2003-09-08 17:46:54 +00:00 |
|
Max Horn
|
3916b97357
|
changes to get a better link order, and to allow building a 'bare bone' scummvm executable
svn-id: r10103
|
2003-09-08 17:42:53 +00:00 |
|
Max Horn
|
c3491bbfab
|
adding some comments, reordering some stuff
svn-id: r10090
|
2003-09-08 15:33:26 +00:00 |
|
Torbjörn Andersson
|
da249f0ffa
|
"make distclean" now removes config.log
svn-id: r9667
|
2003-08-13 18:14:42 +00:00 |
|
Max Horn
|
36d7287960
|
double broken in fact
svn-id: r9407
|
2003-08-02 11:17:59 +00:00 |
|
Max Horn
|
47f0abec39
|
GCC3 mode and distclean target were broken
svn-id: r9406
|
2003-08-02 11:17:11 +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 |
|
Max Horn
|
ef9bf10ffb
|
fix for bug #780989 (make distclean left some .deps dirs)
svn-id: r9339
|
2003-07-31 18:41:05 +00:00 |
|
Oliver Kiehl
|
c2e9916199
|
now how did that happen...
svn-id: r9303
|
2003-07-30 20:01:26 +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
|
9865deb0bc
|
bs2
svn-id: r9213
|
2003-07-28 01:50:45 +00:00 |
|
Paweł Kołodziejski
|
bd8482c356
|
added vc7 files to dist
svn-id: r9079
|
2003-07-19 14:55:58 +00:00 |
|
Max Horn
|
b05e7de7bb
|
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date
svn-id: r9032
|
2003-07-15 02:16:33 +00:00 |
|
Jonathan Gray
|
645aa837e7
|
add ability to choose backend from configure script, doesn't validate user input at the moment
svn-id: r7991
|
2003-05-26 05:18:40 +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 |
|
Paweł Kołodziejski
|
b2fc5cac99
|
update project files for smush and sky
svn-id: r6819
|
2003-03-17 12:33:48 +00:00 |
|
Max Horn
|
bdd2c50af9
|
small tweak to the hack to fix the static/bundle targets on OS X
svn-id: r6750
|
2003-03-07 18:41:27 +00:00 |
|
Max Horn
|
5d11697441
|
small fix to my build hack
svn-id: r6749
|
2003-03-07 17:05:22 +00:00 |
|
Max Horn
|
bfee768f51
|
temporary hack to get ScummVM to compile again
svn-id: r6747
|
2003-03-07 16:21:28 +00:00 |
|
Max Horn
|
5ffeedb1cb
|
Patch #697312: Beneath a Steel Sky interim/initial support patch
svn-id: r6691
|
2003-03-05 19:04:34 +00:00 |
|
Max Horn
|
fd7cc14ab2
|
fixed dependency detection for midi backends
svn-id: r6030
|
2002-12-20 20:25:54 +00:00 |
|
Max Horn
|
098b1d52ca
|
change CFLAGS to CXXFLAGS
svn-id: r5896
|
2002-12-09 13:38:01 +00:00 |
|
Oliver Kiehl
|
a72e38c07f
|
fixed linking with gnu ld
svn-id: r5723
|
2002-11-26 20:11:46 +00:00 |
|
Travis Howell
|
7b39515203
|
Clean all objects
svn-id: r5704
|
2002-11-24 08:51:17 +00:00 |
|
Max Horn
|
004aacce9d
|
argh, revert to gcc 2.x build rules once more <g>
svn-id: r5687
|
2002-11-21 20:36:33 +00:00 |
|
Max Horn
|
1d9ead284e
|
fixed build order for GNU ld, once more
svn-id: r5686
|
2002-11-21 20:32:40 +00:00 |
|
Max Horn
|
949716c08a
|
oops - default to gcc 2.9x build rules, not gcc 3.x build rules
svn-id: r5656
|
2002-11-21 05:10:30 +00:00 |
|
Max Horn
|
305cf16437
|
should link with GNU ld again
svn-id: r5655
|
2002-11-21 05:00:40 +00:00 |
|
Max Horn
|
e0115a36fd
|
slight change of module order to see if that helps stupid GNU ld
svn-id: r5654
|
2002-11-21 04:28:51 +00:00 |
|
Max Horn
|
69bceafc6e
|
revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM
svn-id: r5653
|
2002-11-21 04:08:37 +00:00 |
|
Ruediger Hanke
|
1d17168202
|
FS backend for MorphOS
svn-id: r5566
|
2002-11-15 15:12:30 +00:00 |
|
Max Horn
|
637ffcc517
|
added dummy FS backend for Windows; somebody has to implement the actual code for it. Also, we probably want something like this for MorphOS; and maybe also a 'null' dummy implementation?
svn-id: r5553
|
2002-11-14 15:02:26 +00:00 |
|
Max Horn
|
e152733344
|
added completly useless non functional browser dialog skeleton. Just to show Endy I really have started working on it finally <g>
svn-id: r5547
|
2002-11-14 13:46:35 +00:00 |
|
Jonathan Gray
|
2ee08ee469
|
more readme.txt replacements, todo: update manpage and spec file with 0.3.0 info
svn-id: r5521
|
2002-11-12 15:27:47 +00:00 |
|