[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:
This commit is contained in:
Fang Guo 2005-06-06 17:28:23 -05:00
parent 9f2b954fc7
commit 0cabc1bc52

View File

@ -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"