mkspecs/features/incredibuild_xge.prf
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:41:55 +0100
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
permissions -rw-r--r--
Catchup to latest Symbian^4

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: &#x0d;&#x0a;
    # 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))
    }
}