My company is trying to use cmake to get a windows build of our linux/mac
software and I have run into a small problem.

When I run nmake on the generated make files under windows I get the correct
.dll output for the first library, I also get .ilk and .pdb for the library.
When it gets to the next, which needs this library to funtion, I get an
error stating I need a .lib, which according to the faq should be generated.

Do I need to set something to get this output?

Thanks,

Jonathan

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

Reply via email to