Notes |
|
(0015913)
|
Philip Lowman
|
2009-04-04 02:32
|
|
Can you send along the output of running "cl" in a Visual Studio 2008 Command Prompt both with & without SP1. If you can do this, I will write a CMake module for this.
Here's an example of what the output of VS8 SP1 looks like. I already have the exact version numbers for VS8 (Gold and SP1). I just need the same for VS9 (Gold & SP1) to write the script.
C:\Temp\Copy of Start>cl
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86 |
|
|
(0015935)
|
Keith Gardner
|
2009-04-06 13:41
|
|
Visual Studio 2008 Without SP1
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
Visual Studio 2008 With SP1
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86
Visual Studio 2005 Without SP1
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86 |
|
|
(0016012)
|
Philip Lowman
|
2009-04-14 00:56
|
|
|