diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-12-19 19:26:27 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-12-19 19:26:27 (GMT) |
commit | cd1d21dff7b37c2d317bc3e746cd659bf65470e9 (patch) | |
tree | dfc965eb07914c50173d2d4ca4fc924d2e9866d7 /windows/proj/hdf5dll | |
parent | f2344833726caadaec1e26404549cb1d445c85cc (diff) | |
download | hdf5-cd1d21dff7b37c2d317bc3e746cd659bf65470e9.zip hdf5-cd1d21dff7b37c2d317bc3e746cd659bf65470e9.tar.gz hdf5-cd1d21dff7b37c2d317bc3e746cd659bf65470e9.tar.bz2 |
[svn-r13077] HDF5 library project updates due to the adding of new source code.
Diffstat (limited to 'windows/proj/hdf5dll')
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 9c7d5f6..655e54a 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -272,6 +272,21 @@ SOURCE=..\..\..\src\H5Adeprec.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Aint.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\H5B.c
!IF "$(CFG)" == "hdf5dll - Win32 Release"
|