author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 20:15:53 +0300 | |
branch | RCL_3 |
changeset 13 | c0432d11811c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "vc") { |
2 |
EOC = \$\$escape_expand(\n\t) |
|
3 |
||
4 |
# The VCPROJ generator will replace the \r\h with the coded \r\n: 
 |
|
5 |
# No other generator understands the \h |
|
6 |
win32-msvc.net|win32-msvc2*|wince*msvc*: EOC = \$\$escape_expand(\r\h) |
|
7 |
||
8 |
for(xge, INCREDIBUILD_XGE) { |
|
9 |
eval($${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$replace($${xge}.output,/,\\) $$EOC $$eval($${xge}.commands)) |
|
10 |
} |
|
11 |
} |