aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dreamcast.mk
AgeCommit message (Collapse)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-29DC: Create a "dcdist" target for buildbotMarcus 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-18DC: Don't use $(VER_REV) with gitMarcus 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-12GIT: use git for describing the version.dhewg
2011-02-12BUILD: Remove explicit references to SVN in revision variable names.Jordi Vilalta Prat
svn-id: r55898
2011-01-07DC: Check plugins for required symbolsMarcus 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-21Ack, typo!Marcus Comstedt
svn-id: r48352
2010-03-21Autodetect long V numbers and shorten them.Marcus Comstedt
svn-id: r48351
2009-07-26Create IP.BIN.Marcus Comstedt
svn-id: r42825
2009-05-21Workaround for shells that treat an empty list in for as a syntax error...Marcus Comstedt
svn-id: r40758
2009-05-21Micro-optimization: Don't re-strip plugins which are not modified.Marcus Comstedt
svn-id: r40757
2009-05-21Ack, can't use something set with := in the dependency section. *sigh* New ↵Marcus Comstedt
try. svn-id: r40753
2009-05-21Added proper dependencies for the "plugin_dist" target.Marcus Comstedt
svn-id: r40751
2009-03-21Added support for dynamic plugins on Dreamcast to the configure script.Marcus Comstedt
svn-id: r39587
2009-03-18Initial support for building the Dreamcast port using the configureMarcus Comstedt
script. Dynamic modules are not supported just yet. svn-id: r39524