diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-31 21:40:44 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-31 21:40:44 (GMT) |
commit | b6c6e887d034bde8629ce88ca31b90a0455d47dc (patch) | |
tree | ecc52c6d0a3e379aa35a2eea4e48c4511b54c162 /windows/proj | |
parent | 9ae31830eca2d00f4c852c7df28b3ac311482052 (diff) | |
download | hdf5-b6c6e887d034bde8629ce88ca31b90a0455d47dc.zip hdf5-b6c6e887d034bde8629ce88ca31b90a0455d47dc.tar.gz hdf5-b6c6e887d034bde8629ce88ca31b90a0455d47dc.tar.bz2 |
[svn-r10529] Purpose:
Update hdf5 project file.
Description:
Missing H5BTtest.c
Solution:
Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
Diffstat (limited to 'windows/proj')
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index 8070d5a..904d822 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -336,6 +336,21 @@ SOURCE=..\..\..\src\H5BTdbg.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5BTtest.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\H5C.c !IF "$(CFG)" == "hdf5 - Win32 Release" @@ -1407,6 +1422,51 @@ SOURCE=..\..\..\src\H5Sall.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5SH.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\H5SHcache.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\H5SHdbg.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\H5Shyper.c !IF "$(CFG)" == "hdf5 - Win32 Release" @@ -2066,6 +2126,10 @@ SOURCE=..\..\..\src\H5Bpublic.h # End Source File # Begin Source File +SOURCE=..\..\..\src\H5BTpkg.h +# End Source File +# Begin Source File + SOURCE=..\..\..\src\H5Cprivate.h # End Source File # Begin Source File @@ -2225,5 +2289,17 @@ SOURCE=..\..\..\src\H5Zpublic.h SOURCE=..\..\..\src\hdf5.h # End Source File # End Group +# Begin Source File + +SOURCE=..\..\..\src\H5SHpkg.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SHprivate.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\H5SHpublic.h +# End Source File # End Target # End Project |