View Single Post
  #2  
Old 09-22-2003, 10:17 PM
pjaquiery pjaquiery is online now
Registered User
 
Join Date: 01-19-2003
Location: Dunedin, New Zealand
Posts: 114
We use a mixture of 7.0 and 7.1 projects and use VSCompile in the attached JScript to figure out which compiler to use for a particular solution.

VS7_0 and VS7_1 are macros that contain the path to the compiler (C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe for the 7.1 compiler for example).

We call the VSCompile function from a "Run Program" step with command line options following the function call:

[VSCompile ("solution.sln")] /build release /project "aProject" /Out "LogFile.log"
Attached Files
File Type: txt sample.txt (1.1 KB, 1156 views)
Reply With Quote