3 Mar
2007
3 Mar
'07
8:51 p.m.
I added a <touch> task today, from a request. Same as unix touch.
I also added a "touchabout" target to build.xml, so that you can make sure that the dialog reflects the current build date.
However, the target doesn't really touch the source file (that will mess with your svn), but merely deletes the associated .o Just type:
btool touchabout
I also finally added a compiler listing for the <cc> task. Formatted compiler commands, stdout, and stderr now are saved in "compiler.lst"
bob