author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
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 |
} |