diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-14 22:34:04 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-14 22:34:04 (GMT) |
commit | b9f5d898c112e208f1fb2ead5a6d559859d82b6e (patch) | |
tree | 3f07f36b0cc43ef62b19aac70c3767b6fd594305 /windows/proj | |
parent | 1143f47e2d560a5283c24b42a64b9587f5613fab (diff) | |
download | hdf5-b9f5d898c112e208f1fb2ead5a6d559859d82b6e.zip hdf5-b9f5d898c112e208f1fb2ead5a6d559859d82b6e.tar.gz hdf5-b9f5d898c112e208f1fb2ead5a6d559859d82b6e.tar.bz2 |
[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:
Diffstat (limited to 'windows/proj')
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 30 |
1 files changed, 30 insertions, 0 deletions
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" |