diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-06 22:28:23 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-06 22:28:23 (GMT) |
commit | 0cabc1bc524b3a204a97679f22e58b858e0da844 (patch) | |
tree | 11a9a7b0c55bd2642b1402e757680c63ccf27162 /windows | |
parent | 9f2b954fc747c10476bdf29105d126a141838db2 (diff) | |
download | hdf5-0cabc1bc524b3a204a97679f22e58b858e0da844.zip hdf5-0cabc1bc524b3a204a97679f22e58b858e0da844.tar.gz hdf5-0cabc1bc524b3a204a97679f22e58b858e0da844.tar.bz2 |
[svn-r10864] Purpose:
Solve the name conflicts when building with intel fortran.
Description:
Rename release version of libtest_fortran.lib to libtest_fortranr.lib
Solution:
Platforms tested:
Intel Fortran 8.1 on windows XP
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/fortran/test/libtest_fortran/libtest_fortran.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/fortran/test/libtest_fortran/libtest_fortran.dsp b/windows/fortran/test/libtest_fortran/libtest_fortran.dsp index 29e4955..38882af 100755 --- a/windows/fortran/test/libtest_fortran/libtest_fortran.dsp +++ b/windows/fortran/test/libtest_fortran/libtest_fortran.dsp @@ -52,7 +52,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\..\..\fortran\test\libtest_fortran\Release\libtest_fortranr.lib" !ELSEIF "$(CFG)" == "libtest_fortran - Win32 Debug" |