diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-12-20 15:29:29 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-12-20 15:29:29 (GMT) |
commit | 371e2dda53830316b533ff1549848a82142e7406 (patch) | |
tree | 8ee98907ed0553ddbbb2d15b1205c10c53eca810 | |
parent | 6b156d43a9e66807a95f82280a5cc78047b12eaf (diff) | |
download | hdf5-371e2dda53830316b533ff1549848a82142e7406.zip hdf5-371e2dda53830316b533ff1549848a82142e7406.tar.gz hdf5-371e2dda53830316b533ff1549848a82142e7406.tar.bz2 |
[svn-r13081] Updated libary project files.
test_cpp didn't pass compiling. C and Fortran are fine.
Compilers: VS 6.0 Compaq Visual fortran 6.6c.
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 30 | ||||
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 30 |
2 files changed, 60 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index 26b4f8c..1f87ab2 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -259,6 +259,21 @@ SOURCE=..\..\..\src\H5Aint.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Atest.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\H5B.c
!IF "$(CFG)" == "hdf5 - Win32 Release"
@@ -2461,6 +2476,21 @@ SOURCE=..\..\..\src\H5Smpio.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5SMtest.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\H5Snone.c
!IF "$(CFG)" == "hdf5 - Win32 Release"
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 655e54a..42e8ff1 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -287,6 +287,21 @@ SOURCE=..\..\..\src\H5Aint.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Atest.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"
@@ -2621,6 +2636,21 @@ SOURCE=..\..\..\src\H5Smpio.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5SMtest.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\H5Snone.c
!IF "$(CFG)" == "hdf5dll - Win32 Release"
|