aboutsummaryrefslogtreecommitdiff
path: root/common.rules
AgeCommit message (Collapse)Author
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
svn-id: r17231
2004-08-22PLUGIN_PREFIX and PLUGIN_SUFFIX moved to Makefile, PLUGIN_EXTRA_DEPS added.Marcus Comstedt
svn-id: r14687
2004-05-06Fixed & 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-25support subdir modulesMax Horn
svn-id: r13047
2004-02-15Enable plugin support via configure scriptMax Horn
svn-id: r12895
2003-09-19oopsMax Horn
svn-id: r10321
2003-09-19some cleanup, and an (untested) loadable module build rule for LinuxMax Horn
svn-id: r10318
2003-09-18link 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-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-17removed the module.mk dependency again since it make 'ar' add module.mk to ↵Max Horn
the lib.a file svn-id: r10285
2003-09-17make module convenience libs depend on their module.mk fileMax Horn
svn-id: r10281
2003-09-08put 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-07cleanupMax Horn
svn-id: r10059
2003-07-20removed a whitespaceMax Horn
svn-id: r9087
2003-05-14rm 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-21revamped 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