From af8a17971e1c690812b9d7adf6b03f5d9854c22d Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Thu, 19 May 2005 15:09:23 -0500 Subject: [svn-r10765] Purpose: Add new source file into hdfdll project file under hdf5/windows. Description: New source files H5MP.c and H5MPtest.c added into hdf5dll.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update: --- windows/proj/hdf5dll/hdf5dll.dsp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index c7f2662..a518cfc 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -1065,6 +1065,36 @@ SOURCE=..\..\..\src\H5MM.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5MP.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\H5MPtest.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\H5O.c !IF "$(CFG)" == "hdf5dll - Win32 Release" -- cgit v0.12