From e944d6041cd94bc9e39ee4b72b239bd13c1bf868 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 2 May 2005 12:07:12 -0500 Subject: [svn-r10711] Purpose: Update path of High-level fortran library because of internal updates of the library on Linux. Description: Solution: Platforms tested: MSVS 6.0 on windows Misc. update: --- windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp | 28 ++++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp b/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp index bd9454f..439b5b1 100755 --- a/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp +++ b/windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.dsp @@ -44,7 +44,7 @@ RSC=rc.exe # ADD BASE F90 /compile_only /nologo /warn:nofileopt # ADD F90 /compile_only /define:"HDF5F90_WINDOWS" /include:"..\..\..\proj\hdf5_fortran\Release/" /nologo /warn:nofileopt # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -69,7 +69,7 @@ LIB32=link.exe -lib # ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt # ADD F90 /check:bounds /compile_only /dbglibs /debug:full /define:"HDF5F90_WINDOWS" /include:"..\..\..\proj\hdf5_fortran\Debug/" /nologo /traceback /warn:argument_checking /warn:nofileopt # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../src" /I "../../../hl/src" /I "../../../fortran/src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -95,10 +95,10 @@ SOURCE=..\..\..\hl\fortran\src\H5IMfc.c # Begin Source File SOURCE=..\..\..\hl\fortran\src\H5IMff.f90 -NODEP_F90_H5IMF=\ - "..\..\..\proj\hdf5_hl_fortran\Debug\H5FORTRAN_TYPES.mod"\ - "..\..\..\proj\hdf5_hl_fortran\Debug\H5GLOBAL.mod"\ - "..\..\..\proj\hdf5_hl_fortran\Debug\HDF5.mod"\ +DEP_F90_H5IMF=\ + "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ + "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ + "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ # End Source File # Begin Source File @@ -108,10 +108,10 @@ SOURCE=..\..\..\hl\fortran\src\H5LTfc.c # Begin Source File SOURCE=..\..\..\hl\fortran\src\H5LTff.f90 -NODEP_F90_H5LTF=\ - "..\..\..\proj\hdf5_hl_fortran\Debug\H5FORTRAN_TYPES.mod"\ - "..\..\..\proj\hdf5_hl_fortran\Debug\H5GLOBAL.mod"\ - "..\..\..\proj\hdf5_hl_fortran\Debug\HDF5.mod"\ +DEP_F90_H5LTF=\ + "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ + "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ + "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ # End Source File # Begin Source File @@ -121,10 +121,10 @@ SOURCE=..\..\..\hl\fortran\src\H5TBfc.c # Begin Source File SOURCE=..\..\..\hl\fortran\src\H5TBff.f90 -NODEP_F90_H5TBF=\ - "..\..\..\proj\hdf5_hl_fortran\Debug\H5FORTRAN_TYPES.mod"\ - "..\..\..\proj\hdf5_hl_fortran\Debug\H5GLOBAL.mod"\ - "..\..\..\proj\hdf5_hl_fortran\Debug\HDF5.mod"\ +DEP_F90_H5TBF=\ + "..\..\..\proj\hdf5_fortran\Release\H5FORTRAN_TYPES.MOD"\ + "..\..\..\proj\hdf5_fortran\Release\H5GLOBAL.mod"\ + "..\..\..\proj\hdf5_fortran\Release\HDF5.MOD"\ # End Source File # End Group -- cgit v0.12