Capture Compile Command from 2003 IDE

Posts   
 
    
NickD
User
Posts: 224
Joined: 31-Jan-2005
# Posted on: 27-Oct-2005 00:41:15   

Anyone know if it is possible to capture the compile syntax used when I build my solution? I'm trying to write my compile commands and am just wondering if I can use the ones "they" use. Thanks.

cmartinbot
User
Posts: 147
Joined: 08-Jan-2004
# Posted on: 27-Oct-2005 09:09:25   

NickD wrote:

Anyone know if it is possible to capture the compile syntax used when I build my solution? I'm trying to write my compile commands and am just wondering if I can use the ones "they" use. Thanks.

I don't know about capturing the actual CSC command. But, why not write a tiny util to create a Nant script that would do the same thing?

MacDennis avatar
MacDennis
User
Posts: 50
Joined: 03-May-2005
# Posted on: 27-Oct-2005 14:25:47   

I don't know if it helps in your situation but check out my compiler taskperformer in the 3rd party section. It will report if compilation succeeded but it also reports the arguments which were used for the compiler.