Hello All,
I have question regarding VC++ .NET and compiling in the command line with a preprocessor.
I can sucessfully do the folloying:
devenv MySln.sln /rebuild release
It works great. But the preprocessor that is used is the last one that was saved with the solution. I want to specify a different preprocessor each time I build from the command line.
Does anyone know howto do this?
Any help is appricated!
Thanks,
murphym
I have question regarding VC++ .NET and compiling in the command line with a preprocessor.
I can sucessfully do the folloying:
devenv MySln.sln /rebuild release
It works great. But the preprocessor that is used is the last one that was saved with the solution. I want to specify a different preprocessor each time I build from the command line.
Does anyone know howto do this?
Any help is appricated!
Thanks,
murphym