From 0ea69917d9e4901f4c706ed0168fbc7e99c74533 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 15 Aug 2008 15:07:56 -0400 Subject: [PATCH] ENH: add platform file for bounds checker --- Modules/Platform/Windows-NMcl.cmake | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Modules/Platform/Windows-NMcl.cmake diff --git a/Modules/Platform/Windows-NMcl.cmake b/Modules/Platform/Windows-NMcl.cmake new file mode 100644 index 000000000..7add0b060 --- /dev/null +++ b/Modules/Platform/Windows-NMcl.cmake @@ -0,0 +1,4 @@ +# this is for the numega compiler which is really a front +# end for visual studio, but adds memory checking code. + +include(Platform/Windows-cl)