[CMake] Cygwin cmake generating MSVC projects

2008-01-08 Thread Rodolfo Lima
Is there a reason why a cygwin-generated cmake cannot generate MSVC or NMake projects? Regards, rod ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cygwin cmake generating MSVC projects

2008-01-08 Thread Bill Hoffman
Rodolfo Lima wrote: Is there a reason why a cygwin-generated cmake cannot generate MSVC or NMake projects? Yes, cygwin paths would be incomprehensible to MS tools. -Bill ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/c

Re: [CMake] Cygwin cmake generating MSVC projects

2008-01-10 Thread Werner Smekal
Hi, it is possible to use the Microsoft tool chain with cygwin make files with the wgcc cross compiler tool. http://interix-wgcc.sourceforge.net/index.html Quote: Even though wgcc was written for Interix only, it can be used on native Windows (without Interix), and other Systems, like Cygw