// Version of the used MS VisualStudio: // 7 for MS VisualStudio .NET // 7.1 for MS VisualStudio .NET 2003 // 8 for MS VisualStudio 2005 and MSVC 2005 Express Edition VERSION=7 // Path to the MS VisualStudio IDE executable: // devenv.exe for MS VisualStudio // VCExpress.exe for MSVC 2005 Express Edition // if empty it will be tried to be detected automatically DEVENV= // Additional flags for devenv.exe DEVENVFLAGS= // Path to the WinDiff utility: // if empty it will be tried to be detected automatically WINDIFF= // Path to the ICProjConvert90.exe utility: // if empty it will be tried to be detected automatically ICCCONVERT= // Convert solution to ICC format // 0 for all MSVC // 1 for all ICC CONVERT=0 // additional flags for the compiler CPPFLAGS= // additional flags for the linker LDFLAGS= // CXX, LD, AD used only at configure build step // CXX - command invoked to compile the test source file // LD - command invoked to link the test // AR - command invoked to make library CXX=cl LD=cl AR=lib // Use singlethreaded or mutlithreaded CRT in 11s, 11d solution configurations // 0 for MS VisualStudio .NET and MS VisualStudio .NET 2003 // 1 for MS VisualStudio 2005 and MSVC 2005 Express Edition NOSTCRT=0 // target platform // Win32 for MS VisualStudio .NET and MS VisualStudio .NET 2003 // and MSVC 2005 Express Edition // Win32 or x64 for MS VisualStudio 2005 PLATFORM=Win32 // Version of the solution file format: // 7.00 for MS VisualStudio .NET // 8.00 for MS VisualStudio .NET 2003 // 9.00 for MS VisualStudio 2005 and MSVC 2005 Express Edition SLNVER=7.00 // Comment in produced solution file: // empty for MS VisualStudio .NET and MS VisualStudio .NET 2003 // Visual Studio 2005 - for MS VisualStudio 2005 // Visual C++ Express 2005 - for MSVC 2005 Express Edition SLNCOMMENT= // Type of produced file buildlog.htm: // 0 - non-unicode // 1 - unicode UNICODELOG=0 // Path to the ICC iclvars.bat // Should be empty for MSVC CLVARSBAT=