Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-29 | DC: Create a "dcdist" target for buildbot | Marcus Comstedt | |
The "dcdist" target creates the directory dcdist/scummvm and copies relevant files from the nightly build into it. This is is they do not have to be enumerated in the buildbot configuration. | |||
2011-02-18 | DC: Don't use $(VER_REV) with git | Marcus Comstedt | |
It seems unlikely that git will ever be able to produce a $(VER_REV) of 6 characters or less (the requirement for the version field in IP.BIN), so don't even try to use it. | |||
2011-02-12 | GIT: use git for describing the version. | dhewg | |
2011-02-12 | BUILD: Remove explicit references to SVN in revision variable names. | Jordi Vilalta Prat | |
svn-id: r55898 | |||
2011-01-07 | DC: Check plugins for required symbols | Marcus Comstedt | |
Make sure that all the required symbols exist in generated plugins. If not, the strip command may have removed them... svn-id: r55144 | |||
2010-03-21 | Ack, typo! | Marcus Comstedt | |
svn-id: r48352 | |||
2010-03-21 | Autodetect long V numbers and shorten them. | Marcus Comstedt | |
svn-id: r48351 | |||
2009-07-26 | Create IP.BIN. | Marcus Comstedt | |
svn-id: r42825 | |||
2009-05-21 | Workaround for shells that treat an empty list in for as a syntax error... | Marcus Comstedt | |
svn-id: r40758 | |||
2009-05-21 | Micro-optimization: Don't re-strip plugins which are not modified. | Marcus Comstedt | |
svn-id: r40757 | |||
2009-05-21 | Ack, can't use something set with := in the dependency section. *sigh* New ↵ | Marcus Comstedt | |
try. svn-id: r40753 | |||
2009-05-21 | Added proper dependencies for the "plugin_dist" target. | Marcus Comstedt | |
svn-id: r40751 | |||
2009-03-21 | Added support for dynamic plugins on Dreamcast to the configure script. | Marcus Comstedt | |
svn-id: r39587 | |||
2009-03-18 | Initial support for building the Dreamcast port using the configure | Marcus Comstedt | |
script. Dynamic modules are not supported just yet. svn-id: r39524 |