summaryrefslogtreecommitdiff
path: root/utils/common/deploy-rbutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common/deploy-rbutil.py')
-rwxr-xr-xutils/common/deploy-rbutil.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/common/deploy-rbutil.py b/utils/common/deploy-rbutil.py
index dea9f328ee..a94dfdae20 100755
--- a/utils/common/deploy-rbutil.py
+++ b/utils/common/deploy-rbutil.py
@@ -52,6 +52,9 @@ deploy.progexe = {
52 "darwin" : "RockboxUtility.app", 52 "darwin" : "RockboxUtility.app",
53 "linux2" : "RockboxUtility" 53 "linux2" : "RockboxUtility"
54} 54}
55deploy.regreplace = {
56 "rbutil/rbutilqt/version.h" : ["SVN \$.*\$", "SVN $Revision: %REVISION% $"]
57}
55# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are 58# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are
56# compatible with 10.4 requires using gcc-4.0. 59# compatible with 10.4 requires using gcc-4.0.
57deploy.qmakespec = { 60deploy.qmakespec = {
@@ -72,4 +75,3 @@ deploy.programfiles = [ ]
72deploy.nsisscript = "" 75deploy.nsisscript = ""
73 76
74deploy.deploy() 77deploy.deploy()
75