First, is this supported? Second, when I try it the configure step fails unable to link complaining that RTC_INitbase and RTC_Shutdown are not found. From the SDK readme, it seems that the RTC switces are not available on the AMD64 compiler that comes with the SDK. They are only available with VS2005. Also, CMake appears to output /machine:x64 for the link phase while the linker is expecting /machine:amd64 instead.
Aside from hand tweaking the cmake code in share to get this to work, is there is anything else I can do? Am I going about this the wrong way? Thanks! Reggie
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
