AtmelStudio output on console -


i'm using atmelstudio 6.2 want compile solution console. command looks more or less this

c:\program files (x86)\atmel\atmel studio 6.2\atmelstudio.exe" /rebuild release d:\firmware\foo_main\foo_main.atsln

  1. when start build ide got nice output info in "output" window.
  2. when use switch /out "build.txt" in command line got same info in file.

so question how can info written in point 1 , 2 on console?

i searching internet long time , cannot find answer.

one more thing not want execute make file directly. want call solution file.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -