Hi,

I am trying to generate a DLL on Windows, which contains objects from C source files as well as Fortran source files. When using the nmake generator of cmake 2.6.0, everything works fine, as well as under Linux. However when using the Visual Studio 8 generator, only the C sources are compiled, not the Fortran sources. I suspect this is a bug in MSVC, because the generated .vcproj file contains the Fortran files, but MSVC shows "Custom Build Tool" for the compiler, when selecting "Properties" on a Fortran source file. Or is this a bug in CMake?
Any help would be very much appreciated.

Regards,

Martin
--

____________
Virus checked by G DATA AntiVirus
Version: AVKA 18.346 from 28.07.2008


_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to