From b9f5d898c112e208f1fb2ead5a6d559859d82b6e Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Wed, 14 Sep 2005 17:34:04 -0500 Subject: [svn-r11416] Purpose: Maintenance on Windows Description: Add in mpi source code files to hdf5.dsp Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update: --- windows/proj/hdf5/hdf5.dsp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index 58aac69..6962590 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -700,6 +700,21 @@ SOURCE=..\..\..\src\H5FDlog.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5FDmpi.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5FDmpio.c !IF "$(CFG)" == "hdf5 - Win32 Release" @@ -717,6 +732,21 @@ SOURCE=..\..\..\src\H5FDmpio.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5FDmpiposix.c + +!IF "$(CFG)" == "hdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5FDmulti.c !IF "$(CFG)" == "hdf5 - Win32 Release" -- cgit v0.12