Tagged Questions

0
votes
2answers
37 views

[Ant] How to export environment variable from exec task ?

Hi, I am using Ant under WinXp to build MSVisual c++ projects. To access "devenv.com", being computer-independent, I would like to use the vsvars32.bat script. Unfortunately, it seems that env vars …
0
votes
3answers
40 views

how do I add preprocessor #define in devenv command line?

Is there a way to add extra preprocessor #define in devenv command line?
1
vote
1answer
24 views

The Command “File.BatchNewTeamProject” is not available in VSTS 2010

Hi, I am trying to automate the creation of team projects using a command built into VS 2010 called File.BatchNewTeamProject using a project settings file as an argument, and executing this as a …
2
votes
2answers
74 views

Build merge module without Devenv from .vdproj

I read quit a few Stackoverflow Questions about building mergemodules via commandline but all of them were accepted when either somebody suggested to use devenv for compilation or use Dark to create …
0
votes
0answers
53 views

How to generate pdb files for parallel builds?

We are seeking ideas on resolving a problem with linking/pdb generation when running multiple devenv.com using Visual Studio 2005. We are getting the following intermittently errors when doing …