From 16fb858103b76425c8792a34777e73dcd3e75027 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Tue, 6 Dec 2005 12:54:03 -0500 Subject: [svn-r11765] Purpose: Maintenance on Windows Description: Add H5Goh.c, H5Doh.c and H5Toh.c into hdf5dll.dsp Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update: --- windows/proj/hdf5dll/hdf5dll.dsp | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 917eec6..03640f8 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -608,6 +608,21 @@ SOURCE=..\..\..\src\H5Dmpio.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Doh.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\H5Dselect.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1104,6 +1119,21 @@ SOURCE=..\..\..\src\H5Gobj.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Goh.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\H5Gstab.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -2382,6 +2412,21 @@ SOURCE=..\..\..\src\H5Toffset.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Toh.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\H5Topaque.c !IF "$(CFG)" == "hdf5dll - Win32 Release" -- cgit v0.12