Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
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) {
|
|
xgevar = $${xge}.commands
|
|
$$xgevar = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$replace($${xge}.output,/,\\) $$EOC $$eval($${xge}.commands)
|
|
}
|
|
}
|