mkspecs/features/incredibuild_xge.prf
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
     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-msvc.net|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         eval($${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$replace($${xge}.output,/,\\) $$EOC $$eval($${xge}.commands))
    10     }
    10     }
    11 }
    11 }