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 /windows/proj/hdf5 | |
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.
Diffstat (limited to 'windows/proj/hdf5')
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 30 |
1 files changed, 30 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"
|