CMake/Tests/ModuleDefinition
Brad King f1b7e620f7 Fix ModuleDefinition test for Intel on Windows
CMake defines MSVC only for a VS compiler, but the Intel compiler adds
the preprocessor definition _MSC_VER.  Instead of relying on separate
tests to decide whether to use example_dll_2, we do one test in CMake
and then add our own preprocessor definition.
2009-10-05 14:39:23 -04:00
..
CMakeLists.txt Fix ModuleDefinition test for Intel on Windows 2009-10-05 14:39:23 -04:00
example_dll.c Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_dll.def Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_dll_2.c Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_dll_2.def Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_exe.c Fix ModuleDefinition test for Intel on Windows 2009-10-05 14:39:23 -04:00
example_exe.def Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_mod_1.c Fix ModuleDefinition test for Intel on Windows 2009-10-05 14:39:23 -04:00