Browse Source

ENH: add platform file for bounds checker

Bill Hoffman 17 years ago
parent
commit
0ea69917d9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Modules/Platform/Windows-NMcl.cmake

+ 4 - 0
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)