2011-04-27 10:05:43 +00:00
|
|
|
contains(TEMPLATE, "vc.*") {
|
|
|
|
EOC = $$escape_expand(\\n\\t)
|
|
|
|
|
|
|
|
# The VCPROJ generator will replace the \r\h with the coded \r\n: 

|
|
|
|
# No other generator understands the \h
|
|
|
|
win32-msvc2*|wince*msvc*: EOC = $$escape_expand(\\r\\h)
|
|
|
|
|
|
|
|
for(xge, INCREDIBUILD_XGE) {
|
2012-08-10 12:54:32 +00:00
|
|
|
xgevar = $${xge}.commands
|
|
|
|
$$xgevar = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$shell_path($${xge}.output) $$EOC $$eval($${xge}.commands)
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
|
|
|
}
|