Building solution from the command line
- From: PLS <nobody@xxxxxxxxxxx>
- Date: Fri, 27 Apr 2007 14:53:31 -0700
I'm trying to build a solution form the command line. The command I'm
currently using is:
"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe"
pciw.sln /Build Debug /out compile.txt; type compile.txt
That's actually one line.
The solution gets built. Without the /out options I don't see
compilation messages at all. With it, I see them but each line is
prefixed with "1>".
This is annoying. Is there a way to eliminate this prefix?
Thanks,
++PLS
.
- Follow-Ups:
- Re: Building solution from the command line
- From: Andrew McDonald
- Re: Building solution from the command line
- Prev by Date: MSBuild Check Compilation Symbols as a Condition for a task
- Next by Date: How to get the 2005 IDE to auto-generate the template code for an Overrideable method?
- Previous by thread: MSBuild Check Compilation Symbols as a Condition for a task
- Next by thread: Re: Building solution from the command line
- Index(es):
Relevant Pages
|
Loading