diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-04-06 20:17:29 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-04-06 20:17:29 +0000 |
| commit | 2c297760df2d512841d6ad1cb38d09b574530cef (patch) | |
| tree | 2a46e11ca294ce06b3c695489ceccfee4b0bd0a1 /utils/common/deploy-themeeditor.py | |
| parent | 3184cbe10add23e0e4e53523a06e311db0ba15cd (diff) | |
| download | rockbox-2c297760df2d512841d6ad1cb38d09b574530cef.zip rockbox-2c297760df2d512841d6ad1cb38d09b574530cef.tar.gz rockbox-2c297760df2d512841d6ad1cb38d09b574530cef.tar.bz2 rockbox-2c297760df2d512841d6ad1cb38d09b574530cef.tar.xz | |
deploy.py: insert version number into sources.
After downloading the sources insert the number of the revision checked out
into the code. Results in the Rockbox Utility about dialog showing the actual
revision instead of the one of the last change to version.h. Only applied when
building from trunk for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29684 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/common/deploy-themeeditor.py')
| -rwxr-xr-x | utils/common/deploy-themeeditor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/common/deploy-themeeditor.py b/utils/common/deploy-themeeditor.py index 4569052..8b66e5a 100755 --- a/utils/common/deploy-themeeditor.py +++ b/utils/common/deploy-themeeditor.py @@ -35,6 +35,7 @@ deploy.progexe = { "darwin" : "rbthemeeditor.app", "linux2" : "rbthemeeditor" } +deploy.regreplace = {} # OS X 10.6 defaults to gcc 4.2. Building universal binaries that are # compatible with 10.4 requires using gcc-4.0. deploy.qmakespec = { |