My solution to this problem is to provide a setenv.bat file in each project
which configures the environment for the developer/build machine. The batch
file runs vsvars32.bat and sets the INCLUDE, LIB, and PATH environment
variables. It also creates a doskey macro 'vs' which invokes devenv.com
wi
Kedziora, Rebecca wrote
...Then I read to use the readregistry property which gave me an idea to
use to call the vsvars32.bat:
key="SOFTWARE\Microsoft\VisualStudio\7.1\InstallDir"
hive="LocalMachine" />
This won't always work, depending upon what you're building.
Specif
Kedziora, Rebecca wrote:
Anyone,
On our build boxes we don't have the include or lib set up in the
system environment so in order to build we run the vsvars32.bat and
build the projects.
Would the vsvars32.bat be the best approach to execute or are there
better approaches to setting up th
2.bat:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anderson,
Kelly
Sent: Monday, November 07, 2005 3:54 PM
To: nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] Best approach to call vsvars32.bat
This is what I did thanks to some other helpful so
This is what I did thanks to some other helpful soul on the list.
-Kelly
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kedziora,
Rebecca
Sent: Monday, November 07, 2005 2:50 PM