diff options
author | Brad King <brad.king@kitware.com> | 2011-02-23 15:34:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-02-23 16:05:14 (GMT) |
commit | 6c4b2492728cd3fab60bf11feafe3361f02c08c9 (patch) | |
tree | be0254edf1230d041fe58abdc1633251ba1bc407 /Tests/Fortran/world_icl.def | |
parent | 761621645c8605252eea9d3a0d171edc46a529c5 (diff) | |
download | CMake-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.def | 2 |
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 |