Posted by: murali
« on: February 20, 2010, 05:02:34 PM »That worked!! The only thing is that the build might fail and we need this macro to get executed especially for that. So I modified the command line as
build.bat all && vs "-#build_done 1" || vs "-#build_done 0"
as && block is executed if build succeeds and || block gets executed when build fails.
Awesome tip!! thanks again
build.bat all && vs "-#build_done 1" || vs "-#build_done 0"
as && block is executed if build succeeds and || block gets executed when build fails.
Awesome tip!! thanks again