diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-11-28 15:01:48 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-11-28 15:01:48 (GMT) |
commit | cb2a70feb48da0a5d5d5e17d7682fcd29ca27e39 (patch) | |
tree | 3cfa8fcaceebece5ec81eb72f42c1a7fcf2f3503 /windows_vs6 | |
parent | c0907e82a0a53b577cdfceec1eb077e3cd146438 (diff) | |
download | hdf5-cb2a70feb48da0a5d5d5e17d7682fcd29ca27e39.zip hdf5-cb2a70feb48da0a5d5d5e17d7682fcd29ca27e39.tar.gz hdf5-cb2a70feb48da0a5d5d5e17d7682fcd29ca27e39.tar.bz2 |
[svn-r14298] Purpose: Remove references of H5FD_stream.c from Windows project files.
Description: The stream file driver was recently removed from the HDF5-1.8 source. This checkin removes any left-over references in the Windows projects.
Tested:
VS2005
Diffstat (limited to 'windows_vs6')
-rwxr-xr-x | windows_vs6/proj/hdf5/hdf5.dsp | 17 | ||||
-rwxr-xr-x | windows_vs6/proj/hdf5dll/hdf5dll.dsp | 19 |
2 files changed, 0 insertions, 36 deletions
diff --git a/windows_vs6/proj/hdf5/hdf5.dsp b/windows_vs6/proj/hdf5/hdf5.dsp index dabf5df..6213373 100755 --- a/windows_vs6/proj/hdf5/hdf5.dsp +++ b/windows_vs6/proj/hdf5/hdf5.dsp @@ -918,23 +918,6 @@ SOURCE=..\..\..\src\H5FDstdio.c # End Source File
# Begin Source File
-SOURCE=..\..\..\src\H5FDstream.c
-
-!IF "$(CFG)" == "hdf5 - Win32 Release"
-
-!ELSEIF "$(CFG)" == "hdf5 - Win32 Debug"
-
-# PROP Intermediate_Dir "..\..\..\proj\hdf5\Debug"
-
-!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaDbg"
-
-!ELSEIF "$(CFG)" == "hdf5 - Win32 AlphaRel"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\src\H5FDwindows.c
!IF "$(CFG)" == "hdf5 - Win32 Release"
diff --git a/windows_vs6/proj/hdf5dll/hdf5dll.dsp b/windows_vs6/proj/hdf5dll/hdf5dll.dsp index 68f855b..65750d8 100755 --- a/windows_vs6/proj/hdf5dll/hdf5dll.dsp +++ b/windows_vs6/proj/hdf5dll/hdf5dll.dsp @@ -990,25 +990,6 @@ SOURCE=..\..\..\src\H5FDstdio.c # End Source File
# Begin Source File
-SOURCE=..\..\..\src\H5FDstream.c
-
-!IF "$(CFG)" == "hdf5dll - Win32 Release"
-
-# PROP Intermediate_Dir "../../../proj/hdf5dll/Release"
-
-!ELSEIF "$(CFG)" == "hdf5dll - Win32 Debug"
-
-# PROP Intermediate_Dir "../../../proj/hdf5dll/Debug"
-
-!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaDbg"
-
-!ELSEIF "$(CFG)" == "hdf5dll - Win32 AlphaRel"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\src\H5FDwindows.c
!IF "$(CFG)" == "hdf5dll - Win32 Release"
|