diff options
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 32c0f2f..121f9bd 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -764,6 +764,21 @@ SOURCE=..\..\..\src\H5FDlog.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5FDmpi.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5FDmpio.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -783,6 +798,21 @@ SOURCE=..\..\..\src\H5FDmpio.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5FDmpiposix.c + +!IF "$(CFG)" == "hdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5FDmulti.c !IF "$(CFG)" == "hdf5dll - Win32 Release" |