summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/world_icl.def
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-02-23 15:34:28 (GMT)
committerBrad King <brad.king@kitware.com>2011-02-23 16:05:14 (GMT)
commit6c4b2492728cd3fab60bf11feafe3361f02c08c9 (patch)
treebe0254edf1230d041fe58abdc1633251ba1bc407 /Tests/Fortran/world_icl.def
parent761621645c8605252eea9d3a0d171edc46a529c5 (diff)
downloadCMake-6c4b2492728cd3fab60bf11feafe3361f02c08c9.zip
CMake-6c4b2492728cd3fab60bf11feafe3361f02c08c9.tar.gz
CMake-6c4b2492728cd3fab60bf11feafe3361f02c08c9.tar.bz2
Fix Fortran test .def file symbol mangling
Commit 6a61a8a5 (Honor module .def files with MinGW tools, 2011-02-21) enabled use of .def files with GNU tools on Windows. Previously the Fortran tests's world.def file was used only for the Intel Fortran Compiler on Windows and contained the symbol name mangled for that compiler. Instead choose a .def file that names the symbol with proper mangling for the compiler in use.
Diffstat (limited to 'Tests/Fortran/world_icl.def')
-rw-r--r--Tests/Fortran/world_icl.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Fortran/world_icl.def b/Tests/Fortran/world_icl.def
new file mode 100644
index 0000000..ead7710
--- /dev/null
+++ b/Tests/Fortran/world_icl.def
@@ -0,0 +1,2 @@
+EXPORTS
+ WORLD