diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-07-15 04:25:08 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-07-15 04:25:08 (GMT) |
commit | 4a8ce92dac7f36687e8d64cd54c6d69c480dcba3 (patch) | |
tree | afa50ceeb5e0b85c5c09f9191e2f5e8152314f0d /windows/proj | |
parent | 875e3d1dd5581e0445526f7b24620e581a05c5dd (diff) | |
download | hdf5-4a8ce92dac7f36687e8d64cd54c6d69c480dcba3.zip hdf5-4a8ce92dac7f36687e8d64cd54c6d69c480dcba3.tar.gz hdf5-4a8ce92dac7f36687e8d64cd54c6d69c480dcba3.tar.bz2 |
[svn-r12469] Updates on windows
Some new source files are added to support new implementation of external links, hdf5.dsp needs to updated.
Tested with
VS C/C++ 6.0 and Compaq fortran 6.6c
VS .Net 2003
Diffstat (limited to 'windows/proj')
-rwxr-xr-x | windows/proj/hdf5/hdf5.dsp | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.dsp b/windows/proj/hdf5/hdf5.dsp index c1a18fb..3cb70ea 100755 --- a/windows/proj/hdf5/hdf5.dsp +++ b/windows/proj/hdf5/hdf5.dsp @@ -896,6 +896,21 @@ SOURCE=..\..\..\src\H5G.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Gdeprec.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\H5Gent.c
!IF "$(CFG)" == "hdf5 - Win32 Release"
@@ -1349,6 +1364,21 @@ SOURCE=..\..\..\src\H5I.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5L.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"
@@ -1843,6 +1873,21 @@ SOURCE=..\..\..\src\H5Pgcpl.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Plcpl.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\H5Pocpl.c
!IF "$(CFG)" == "hdf5 - Win32 Release"
@@ -1858,6 +1903,21 @@ SOURCE=..\..\..\src\H5Pocpl.c # End Source File
# Begin Source File
+SOURCE=..\..\..\src\H5Pstrcpl.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\H5Ptest.c
!IF "$(CFG)" == "hdf5 - Win32 Release"
|