Tagged Questions

1
vote
2answers
2k views

How do I export environment variables from the Ant 'exec' task?

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 environment ...
0
votes
1answer
58 views

devenv command line build evironment variable / parameter

I am currently using a script to build my project, the script is something like devenv.exe mySolution.sln /Rebuild "Release|Win32" /Project "my project" This is working out great, and I am hoping ...
0
votes
1answer
630 views

Microsoft Visual Studio 2008: devenv.exe ignores /useenv option

in Microsoft Visual Studio 2008, I want to set C++ directories (includes, libraries, etc.) for a solution (*.sln) from command line. Until Visual Studio 2003, I've successfully relied upon /useenv ...