hi.
i have a solution that builds in debug and release mode, when building
inside the ide.
when i try to build the same solution from the command line, the behaviour
is
rather random. sometime, the release build works, but the debug build fails.
sometimes both fail. sometimes, referenced assemblies won't be copied before
the compile starts (because the 'copiying' steps just is ommitted),
sometimes
they can't be copied due to 'access denied' errors.
is there anything special with commandline builds or is this random
behaviour to
be expected, iow, the commandline build unusable ?
WM_THX
thomas woelfer
http://www.die.de/blog
Chi - 09 Mar 2005 18:51 GMT
Hi,
I need to know how to build from command line. So how to
do it? Thanks,
Chi
>-----Original Message-----
>hi.
[quoted text clipped - 19 lines]
>
>.
thomas woelfer - 09 Mar 2005 19:16 GMT
devenv /out FileForMessages /rebuild NameOfSolutionConfiguration
PathToSolutionFile
also, take a look at the command line args documentation for vs.
WM_HOPETHISHELPS
thomas woelfer
http://www.die.de/blog
> Hi,
>
[quoted text clipped - 32 lines]
>>
>>.
Chi - 09 Mar 2005 19:32 GMT
Thomas,
I posted same question on vsnet.general and somebody
answered. Please take a looi see if helpful. Thanks.
Chi
>-----Original Message-----
>devenv /out FileForMessages /rebuild NameOfSolutionConfiguration
[quoted text clipped - 44 lines]
>
>.