mkspecs/features/incredibuild_xge.prf
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     1 contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "vc") {
     1 contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "vc") {
     2     EOC = \$\$escape_expand(\n\t)
     2     EOC = $$escape_expand(\\n\\t)
     3 
     3 
     4     # The VCPROJ generator will replace the \r\h with the coded \r\n: 

     4     # The VCPROJ generator will replace the \r\h with the coded \r\n: 

     5     # No other generator understands the \h
     5     # No other generator understands the \h
     6     win32-msvc2*|wince*msvc*: EOC = \$\$escape_expand(\r\h)
     6     win32-msvc2*|wince*msvc*: EOC = $$escape_expand(\\r\\h)
     7 
     7 
     8     for(xge, INCREDIBUILD_XGE) {
     8     for(xge, INCREDIBUILD_XGE) {
     9         eval($${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$replace($${xge}.output,/,\\) $$EOC $$eval($${xge}.commands))
     9         $${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$replace($${xge}.output,/,\\) $$EOC $$eval($${xge}.commands)
    10     }
    10     }
    11 }
    11 }