##// END OF EJS Templates
Changed entry point from main to libuc_main, added hello world example.
Changed entry point from main to libuc_main, added hello world example.

File last commit:

r47:7126c4937e8d dev_alexis
r78:230ad3b6f43f dev_alexis
Show More
incredibuild_xge.prf
12 lines | 471 B | application/pics-rules | TextLexer
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)
}
}