Re: [CMake] generating VC projects

2008-08-04 Thread Yuri V. Timenkov
On Friday 01 August 2008 20:06:15 Hari Sundar wrote: > Hi, > > I have Cmake set up to generate project files for VC6. This works > fine. The project can only be compiled with the VC6 compiler because > of legacy code. > > What I am interested in is to know if it is possible to generate a VC > 7,8,9

Re: [CMake] generating VC projects

2008-08-01 Thread John Drescher
> I have Cmake set up to generate project files for VC6. This works > fine. The project can only be compiled with the VC6 compiler because > of legacy code. > > What I am interested in is to know if it is possible to generate a VC > 7,8,9 project using CMake, which will use the VC6 compiler ? Basic

[CMake] generating VC projects

2008-08-01 Thread Hari Sundar
Hi, I have Cmake set up to generate project files for VC6. This works fine. The project can only be compiled with the VC6 compiler because of legacy code. What I am interested in is to know if it is possible to generate a VC 7,8,9 project using CMake, which will use the VC6 compiler ? Basically I