diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-31 21:43:38 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-31 21:43:38 (GMT) |
commit | 189028bc5fb3aed4b037c6694672c17bd71132a3 (patch) | |
tree | bfd58992cb34a21c6b00cbdf0d3356c8e179d169 | |
parent | b6c6e887d034bde8629ce88ca31b90a0455d47dc (diff) | |
download | hdf5-189028bc5fb3aed4b037c6694672c17bd71132a3.zip hdf5-189028bc5fb3aed4b037c6694672c17bd71132a3.tar.gz hdf5-189028bc5fb3aed4b037c6694672c17bd71132a3.tar.bz2 |
[svn-r10530] Purpose:
Update hdf5 project file under windows.
Description:
Missing H5BTtest.c
Solution:
Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index fa905b6..cb14ac7 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -1578,6 +1578,51 @@ SOURCE=..\..\..\src\H5Sall.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5SH.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\H5SHcache.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\H5SHdbg.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\H5Shyper.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -2309,6 +2354,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 @@ -2429,6 +2478,18 @@ SOURCE=..\..\..\src\H5Rpublic.h # End Source File # 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 +# Begin Source File + SOURCE=..\..\..\src\H5SLprivate.h # End Source File # Begin Source File |