From 8c5b212422fde4a46136fbd020871fb3df56645d Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Tue, 7 Jun 2005 12:59:08 -0500 Subject: [svn-r10866] Purpose: Solve name conflicts when build hdf5 with intel fortran on windows XP. Description: Rename release version output file name of project file hdf5_hl_fortran from hdf5_hl_fortran.lib to hdf5_hl_fortranr.lib Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update: --- windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp b/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp index 439b5b1..1909241 100755 --- a/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp +++ b/windows/proj/hdf5_hl_fortran/hdf5_hl_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:"..\..\..\proj\hdf5_hl_fortran\Release\hdf5_hl_fortranr.lib" !ELSEIF "$(CFG)" == "hdf5_hl_fortran - Win32 Debug" @@ -95,7 +95,7 @@ SOURCE=..\..\..\hl\fortran\src\H5IMfc.c # Begin Source File SOURCE=..\..\..\hl\fortran\src\H5IMff.f90 -DEP_F90_H5IMF=\ +NODEP_F90_H5IMF=\ "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ @@ -108,7 +108,7 @@ SOURCE=..\..\..\hl\fortran\src\H5LTfc.c # Begin Source File SOURCE=..\..\..\hl\fortran\src\H5LTff.f90 -DEP_F90_H5LTF=\ +NODEP_F90_H5LTF=\ "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ @@ -121,7 +121,7 @@ SOURCE=..\..\..\hl\fortran\src\H5TBfc.c # Begin Source File SOURCE=..\..\..\hl\fortran\src\H5TBff.f90 -DEP_F90_H5TBF=\ +NODEP_F90_H5TBF=\ "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ -- cgit v0.12