diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-12-04 15:12:42 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-12-04 15:12:42 (GMT) |
commit | 7e646125f2b6f48096b35a32ea0b8928bbfd7ba9 (patch) | |
tree | db733b1c16fb2a59fdd3c8946c3cfe73b8d6ea44 /windows/proj | |
parent | 53ad5729c478c271dcc3c405986ddd87297b0630 (diff) | |
download | hdf5-7e646125f2b6f48096b35a32ea0b8928bbfd7ba9.zip hdf5-7e646125f2b6f48096b35a32ea0b8928bbfd7ba9.tar.gz hdf5-7e646125f2b6f48096b35a32ea0b8928bbfd7ba9.tar.bz2 |
[svn-r13018] H5Omessage.c has been added. Updated the windows project files.
Diffstat (limited to 'windows/proj')
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 15 | ||||
-rwxr-xr-x | windows/proj/hdf5dll/hdf5dll.dsp | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index f736ebe..d9135ab 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -1849,6 +1849,21 @@ SOURCE=..\..\..\src\H5Olink.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Omessage.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\H5Omtime.c
!IF "$(CFG)" == "hdf5 - Win32 Release"
diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 96b189c..3ddadc7 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -1967,6 +1967,21 @@ SOURCE=..\..\..\src\H5Olink.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Omessage.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\H5Omtime.c
!IF "$(CFG)" == "hdf5dll - Win32 Release"
|