summaryrefslogtreecommitdiff
path: root/build-scripts/updaterev.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 1574 - updaterev.sh fails when path contains spacesAndreas Schiffler2013-03-101-4/+4
|
* Added a revision number for easy compile-time tests.Sam Lantinga2011-02-201-0/+2
|
* Added a better way to include build rules in the MakefileSam Lantinga2011-02-181-1/+1
| | | | | Cleaned up dependencies on generating SDL_revision.h Fixed 'make install' if you are not building from a Mercurial repository
* Made it possible to build SDL from a fresh checkout without any additional ↵Sam Lantinga2011-02-161-1/+2
| | | | | | | | steps. The trick is that if you're using configure and you don't want to have SDL_config.h and SDL_revision.h to show up as modified, you need to configure and build from a separate directory. You also need to include SDL_revision.h directly if you want to use the SDL_REVISION constant, as a side effect of these changes.
* Don't overwrite SDL_revision.h with a bad revision if Mercurial isn't installedSam Lantinga2010-12-311-1/+1
|
* Changed revision details to be a string (an hg changeset) instead of an int.Ryan C. Gordon2010-02-281-1/+1
|
* Make the current revision number availableSam Lantinga2009-01-041-0/+17