diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-14 22:35:14 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-09-14 22:35:14 (GMT) |
commit | 7c3f0740877f30683d9492b97fee97a780d9dd7f (patch) | |
tree | 7edd6d4e99d3e7e23284f8f62ecc0aff3f570551 | |
parent | b9f5d898c112e208f1fb2ead5a6d559859d82b6e (diff) | |
download | hdf5-7c3f0740877f30683d9492b97fee97a780d9dd7f.zip hdf5-7c3f0740877f30683d9492b97fee97a780d9dd7f.tar.gz hdf5-7c3f0740877f30683d9492b97fee97a780d9dd7f.tar.bz2 |
[svn-r11417] Purpose:
Maintenance on Windows
Description:
Add mpi source code files to hdf5dll.dsp
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
-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" |