summaryrefslogtreecommitdiff
path: root/Jamrules.jam
diff options
context:
space:
mode:
authorarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-03-06 07:03:35 +0000
committerarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-03-06 07:03:35 +0000
commitc3bfd7abc0651363fd924d624b258f78df4bd7dc (patch)
tree34d3efdb73bcbc6fcbcf5cc0e39556e449508b9a /Jamrules.jam
parentf6c8613229f6d24804c94839254947d21391a9d0 (diff)
Added BlackBerry NDK build support
git-svn-id: http://pugixml.googlecode.com/svn/trunk@844 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamrules.jam')
-rw-r--r--Jamrules.jam8
1 files changed, 6 insertions, 2 deletions
diff --git a/Jamrules.jam b/Jamrules.jam
index 3575406..5532181 100644
--- a/Jamrules.jam
+++ b/Jamrules.jam
@@ -1,6 +1,6 @@
# Rules for Jamfile.jam
-if ( $(toolset:I=^mingw) || $(toolset:I=^gcc) || $(toolset:I=^bada) || $(toolset:I=^android) )
+if ( $(toolset:I=^mingw) || $(toolset:I=^gcc) || $(toolset:I=^bada) || $(toolset:I=^android) || $(toolset:I=^blackberry) )
{
if ( $(toolset:I=^gcc) )
{
@@ -10,6 +10,10 @@ if ( $(toolset:I=^mingw) || $(toolset:I=^gcc) || $(toolset:I=^bada) || $(toolset
{
GCCPATH = "%$(toolset)_PATH%\\Tools\\Toolchains\\ARM\\bin\\arm-bada-eabi-" ;
}
+ else if ( $(toolset:I=^blackberry) )
+ {
+ GCCPATH = "%$(toolset)_PATH%\\host\\win32\\x86\\usr\\bin\\ntoarmv7-" ;
+ }
else if ( $(toolset:I=^android) )
{
GCCPATH = "%$(toolset)_PATH%\\bin\\arm-linux-androideabi-" ;
@@ -717,7 +721,7 @@ if ( $(UNIX) )
}
else
{
- if ( $(toolset:I=(^xbox360|^ps3|wince|^bada$)) )
+ if ( $(toolset:I=(^xbox360|^ps3|wince|^bada|^blackberry$)) )
{
RUNRESULT = "skiprun" ;