summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-03-04 13:55:22 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-03-07 09:29:05 +0000
commit955c491f885165c7a550ca32775b3cc0ca7005a8 (patch)
tree7d747f37c832f0f7d87935357a8eb50818de3d05
parentb0fbd0d68d4bc1d600717052c1c3dbb39971c2d3 (diff)
Add xgejom.bat
Add xgejom, a wrapper for the IncrediBuild XGE interface. Change-Id: I435474c0209b5e22f67c42bebad2130c051cf31e Reviewed-by: Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
-rw-r--r--bin/xgejom.bat6
-rw-r--r--bin/xgejom.xml13
2 files changed, 19 insertions, 0 deletions
diff --git a/bin/xgejom.bat b/bin/xgejom.bat
new file mode 100644
index 0000000..4a8f625
--- /dev/null
+++ b/bin/xgejom.bat
@@ -0,0 +1,6 @@
+@echo off
+setlocal
+if "%IBJOM_NUMBEROFJOBS%" == "" set IBJOM_NUMBEROFJOBS=60
+set NINJAFLAGS=-j60
+xgConsole /profile="%~dp0\xgejom.xml" /command="jom -j%IBJOM_NUMBEROFJOBS% %*"
+endlocal
diff --git a/bin/xgejom.xml b/bin/xgejom.xml
new file mode 100644
index 0000000..c561a14
--- /dev/null
+++ b/bin/xgejom.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Profile FormatVersion="1">
+ <Tools>
+ <Tool Filename="jom" AllowIntercept="true" />
+ <Tool Filename="ninja" AllowIntercept="true" />
+ <Tool Filename="cl" AllowRemote="true" VCCompiler="true" DeriveCaptionFrom="lastparam"/>
+ <Tool Filename="moc" AllowRemote="true" DeriveCaptionFrom="lastparam"/>
+ <Tool Filename="uic" AllowRemote="true" DeriveCaptionFrom="lastparam"/>
+ <Tool Filename="rcc" AllowRemote="true" DeriveCaptionFrom="lastparam"/>
+ <Tool Filename="link" AllowRemote="false" DeriveCaptionFrom="lastparam"/>
+ </Tools>
+</Profile>
+