diff options
-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"
|