summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/incredibuild_xge.prf
blob: e241ca45916c141ce449bc3cc41ddecd533434c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "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) {
        eval($${xge}.commands = Rem IncrediBuild_AllowRemote $$EOC Rem IncrediBuild_OutputFile $$replace($${xge}.output,/,\\) $$EOC $$eval($${xge}.commands))
    }
}