summaryrefslogtreecommitdiffstats
path: root/win32/bin/ibjom.cmd
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-04-26 13:37:10 +0200
committerRobert Loehning <robert.loehning@nokia.com>2012-04-26 13:37:10 +0200
commit400e8a09a8759a775467458d970f04f614734368 (patch)
tree24b6c23cdb5b6374667d2ac18404ba47dbd08fc0 /win32/bin/ibjom.cmd
parentc492776166a257ca804c8d094101d70a304469db (diff)
Updated jom
Diffstat (limited to 'win32/bin/ibjom.cmd')
-rw-r--r--win32/bin/ibjom.cmd4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/bin/ibjom.cmd b/win32/bin/ibjom.cmd
index c97467d..358fbe5 100644
--- a/win32/bin/ibjom.cmd
+++ b/win32/bin/ibjom.cmd
@@ -1 +1,3 @@
-@xgConsole /profile=%~dp0\profile.xml /command="jom -j 10 %*"
+@echo off
+if "%IBJOM_NUMBEROFJOBS%" == "" set IBJOM_NUMBEROFJOBS=20
+xgConsole /profile="%~dp0\profile.xml" /command="jom -j%IBJOM_NUMBEROFJOBS% %*"