summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-03-30 23:32:14 +0200
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-03-30 23:32:14 +0200
commit636edaa334020bac20133dc4030cabd724df35f0 (patch)
tree23281d4a3cc903a64794f35e1dddcad1c56af7c3
parent9d93f17dcd500c6a262b05123ecb2e674916fbdc (diff)
Pulse: Added JOM to the PATH on Windows.
We want to use JOM+IncrediBuild to build Qt and Webkit when possible.
-rwxr-xr-xpulse-build-script1
1 files changed, 1 insertions, 0 deletions
diff --git a/pulse-build-script b/pulse-build-script
index 3d77c34..4bb4a23 100755
--- a/pulse-build-script
+++ b/pulse-build-script
@@ -132,6 +132,7 @@ sub system_v
if ($Config{'osname'} =~ /mswin/i) {
$ENV{"PATH"} .= ";C:\\Python26" if (-d "C:\\Python26");
+ $ENV{"PATH"} .= ";C:\\Jom\\bin" if (-d "C:\\Jom\\bin");
my $winQtdir = $qtdir;
$winQtdir =~ s,/,\\,g;
$ENV{"PATH"} = "$winQtdir\\qt\\qtbase\\bin;$ENV{PATH}";