Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP/ETFw

Hi,

thanks a lot Wyatt, now it works correctly :-). But, could be possible in some 
future to use the internal builder instead to have to define manually a 
compiler?


Now I would like to execute an intermediate binary and finally my visualizer. I 
added these lines:
<utility command="record.sh" group="test">
<argument flag="-root" value="%%REPLACE_WITH_PROJECT_ROOT_DIR%%" separator=" 
"/>
<argument flag="-build" value="%%REPLACE_WITH_BUILD_DIR%%" separator=" "/>
</utility>

The final execution is:
"record.sh -root %%REPLACE_WITH_PROJECT_ROOT_DIR%% -build 
%%REPLACE_WITH_BUILD_DIR%%"

So there is not substitution, have I some mistake?,I have been reading 
documentation and seems it should work.

Thanks & Regards.
Xavi.


Back to the top