diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-12-12 19:13:59 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-12-12 19:13:59 (GMT) |
commit | 6bf1f234f273937911e61e54d5218c0664048f05 (patch) | |
tree | 4a45715444eb28b4c656105dbf30997bfca80c4d /windows/proj/hdf5dll | |
parent | 3a36c62617e226f779f8646de1f315cea29ba4fe (diff) | |
download | hdf5-6bf1f234f273937911e61e54d5218c0664048f05.zip hdf5-6bf1f234f273937911e61e54d5218c0664048f05.tar.gz hdf5-6bf1f234f273937911e61e54d5218c0664048f05.tar.bz2 |
[svn-r13055] update library and DLL project files on windows.
All C tests get passed with VS6.0.
Diffstat (limited to 'windows/proj/hdf5dll')
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 3ddadc7..9c7d5f6 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -208,6 +208,21 @@ SOURCE=..\..\..\src\H5A.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Abtree2.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\H5AC.c
!IF "$(CFG)" == "hdf5dll - Win32 Release"
@@ -227,6 +242,21 @@ SOURCE=..\..\..\src\H5AC.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Adense.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\H5Adeprec.c
!IF "$(CFG)" == "hdf5dll - Win32 Release"
@@ -1763,6 +1793,21 @@ SOURCE=..\..\..\src\H5Oattr.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Oattribute.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\H5Obogus.c
!IF "$(CFG)" == "hdf5dll - Win32 Release"
@@ -2115,6 +2160,21 @@ SOURCE=..\..\..\src\H5Ostab.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Otest.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\H5P.c
!IF "$(CFG)" == "hdf5dll - Win32 Release"
|