From b1e0516dd0b0795ec04dbe86f909412e94cbaa2a Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Thu, 3 Aug 2006 16:07:27 -0500 Subject: [svn-r12532] Update windows projects with James and Quincey's new changes. Found two minor bugs in h5dumpgentst.c and links.c. Have informed James. Should work with windows. Tests with MSVS 6.0 with visual fortran 6.6c. --- windows/proj/all/all.dsp | 4 --- windows/proj/hdf5/hdf5.dsp | 45 ++++++++++++++++++++++++++++++++ windows/proj/hdf5dll/hdf5dll.dsp | 45 ++++++++++++++++++++++++++++++++ windows/test/testhdf5/testhdf5.dsp | 15 +++++++++++ windows/test/testhdf5dll/testhdf5dll.dsp | 15 +++++++++++ 5 files changed, 120 insertions(+), 4 deletions(-) diff --git a/windows/proj/all/all.dsp b/windows/proj/all/all.dsp index 4d82f61..575d477 100755 --- a/windows/proj/all/all.dsp +++ b/windows/proj/all/all.dsp @@ -65,9 +65,5 @@ F90=df.exe # Name "all - Win32 Release" # Name "all - Win32 Debug" -# Begin Source File - -SOURCE=..\..\..\hl\src\H5LT.h -# End Source File # End Target # End Project diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index 3cb70ea..4f62eff 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -864,6 +864,21 @@ SOURCE=..\..\..\src\H5Fsfile.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5FSsection.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\H5Fsuper.c !IF "$(CFG)" == "hdf5 - Win32 Release" @@ -1379,6 +1394,21 @@ SOURCE=..\..\..\src\H5L.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Lexternal.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\H5MF.c !IF "$(CFG)" == "hdf5 - Win32 Release" @@ -1873,6 +1903,21 @@ SOURCE=..\..\..\src\H5Pgcpl.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Plapl.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\H5Plcpl.c !IF "$(CFG)" == "hdf5 - Win32 Release" diff --git a/windows/proj/hdf5dll/hdf5dll.dsp b/windows/proj/hdf5dll/hdf5dll.dsp index 2ffeccd..647bccd 100755 --- a/windows/proj/hdf5dll/hdf5dll.dsp +++ b/windows/proj/hdf5dll/hdf5dll.dsp @@ -942,6 +942,21 @@ SOURCE=..\..\..\src\H5Fsfile.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5FSsection.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\H5Fsuper.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -1477,6 +1492,21 @@ SOURCE=..\..\..\src\H5L.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Lexternal.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\H5MF.c !IF "$(CFG)" == "hdf5dll - Win32 Release" @@ -2015,6 +2045,21 @@ SOURCE=..\..\..\src\H5Pgcpl.c # End Source File # Begin Source File +SOURCE=..\..\..\src\H5Plapl.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\H5Plcpl.c !IF "$(CFG)" == "hdf5dll - Win32 Release" diff --git a/windows/test/testhdf5/testhdf5.dsp b/windows/test/testhdf5/testhdf5.dsp index 1a1e550..43095d8 100755 --- a/windows/test/testhdf5/testhdf5.dsp +++ b/windows/test/testhdf5/testhdf5.dsp @@ -258,6 +258,21 @@ SOURCE=..\..\..\test\tgenprop.c # End Source File # Begin Source File +SOURCE=..\..\..\test\th5o.c + +!IF "$(CFG)" == "testhdf5 - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5 - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\test\th5s.c !IF "$(CFG)" == "testhdf5 - Win32 Release" diff --git a/windows/test/testhdf5dll/testhdf5dll.dsp b/windows/test/testhdf5dll/testhdf5dll.dsp index 980cba0..2c078c7 100755 --- a/windows/test/testhdf5dll/testhdf5dll.dsp +++ b/windows/test/testhdf5dll/testhdf5dll.dsp @@ -245,6 +245,21 @@ SOURCE=..\..\..\test\tgenprop.c # End Source File # Begin Source File +SOURCE=..\..\..\test\th5o.c + +!IF "$(CFG)" == "testhdf5dll - Win32 Release" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 Debug" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaDbg" + +!ELSEIF "$(CFG)" == "testhdf5dll - Win32 AlphaRel" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=..\..\..\test\th5s.c !IF "$(CFG)" == "testhdf5dll - Win32 Release" -- cgit v0.12