Re: There is no build command line to execute.
- From: "Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
- Date: Sun, 8 Oct 2006 08:35:06 -0700
PaulH wrote:
If you want to compile by the command line for VS2005, under the start
menu at "Visual Studio 2005->Visual Studio tools->" Select "Visual
Studio 2005 Command prompt" that will give you access to "nmake" which
will compile via the command line.
Technically, nmake will execute makefiles. If you've built a makefile that
invoke cl.exe - the command line compiler, then it will help you compile via
the command line.
From the command line, there's also VCBuild.exe, which will build an VC++IDE project from the command line.
-cd
.
- References:
- There is no build command line to execute.
- From: Harry
- Re: There is no build command line to execute.
- From: Igor Tandetnik
- Re: There is no build command line to execute.
- From: Harry
- Re: There is no build command line to execute.
- From: PaulH
- There is no build command line to execute.
- Prev by Date: Re: There is no build command line to execute.
- Next by Date: Re: CreateProcess() anomaly
- Previous by thread: Re: There is no build command line to execute.
- Next by thread: Re: There is no build command line to execute.
- Index(es):
Relevant Pages
|