Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-12 | Fixed building of engine plugins | Max Horn | |
svn-id: r20603 | |||
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null ↵ | Max Horn | |
and x11 backends; added engines/module.mk svn-id: r20584 | |||
2005-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn | |
svn-id: r17231 | |||
2004-08-22 | PLUGIN_PREFIX and PLUGIN_SUFFIX moved to Makefile, PLUGIN_EXTRA_DEPS added. | Marcus Comstedt | |
svn-id: r14687 | |||
2004-05-06 | Fixed & cleaned up common rules; this fixes the convenience target when ↵ | Max Horn | |
doing a plugins build; and also fixes a bug which could cause plugins to be built against an old version of the main executable svn-id: r13797 | |||
2004-02-25 | support subdir modules | Max Horn | |
svn-id: r13047 | |||
2004-02-15 | Enable plugin support via configure script | Max Horn | |
svn-id: r12895 | |||
2003-09-19 | oops | Max Horn | |
svn-id: r10321 | |||
2003-09-19 | some cleanup, and an (untested) loadable module build rule for Linux | Max Horn | |
svn-id: r10318 | |||
2003-09-18 | link modules against LIBS, too (right now the only reason for this is that ↵ | Max Horn | |
scumm/ needs MAD & Vorbis libs) svn-id: r10302 | |||
2003-09-18 | plugin 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-17 | removed the module.mk dependency again since it make 'ar' add module.mk to ↵ | Max Horn | |
the lib.a file svn-id: r10285 | |||
2003-09-17 | make module convenience libs depend on their module.mk file | Max Horn | |
svn-id: r10281 | |||
2003-09-08 | put back my previous changes which Kirben reverted (correctly: I had ↵ | Max Horn | |
forgotten to commit the updated Makefile.common) svn-id: r10091 | |||
2003-09-07 | *** empty log message *** | Travis Howell | |
svn-id: r10062 | |||
2003-09-07 | cleanup | Max Horn | |
svn-id: r10059 | |||
2003-07-20 | removed a whitespace | Max Horn | |
svn-id: r9087 | |||
2003-05-14 | rm library file before running ar (otherwise ar might add to the existing .a ↵ | Max Horn | |
file, which can cause issues if files are added/renamed/removed) svn-id: r7514 | |||
2002-11-21 | revamped build system somewhat: 'modules' like scumm, simon, gui etc. now ↵ | Max Horn | |
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 |