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 | |
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
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 46 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 48 | ||||
-rwxr-xr-x | windows_vs6/proj/hdf5/hdf5.dsp | 17 | ||||
-rwxr-xr-x | windows_vs6/proj/hdf5dll/hdf5dll.dsp | 19 |
4 files changed, 0 insertions, 130 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 4698bf0..2a8e9c3 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -2311,52 +2311,6 @@ </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\src\H5FDstream.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions=""
- ObjectFile="..\..\..\proj\hdf5\Debug/"
- ProgramDataBaseFileName="..\..\..\proj\hdf5\Debug/"
- BrowseInformation="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions=""
- ObjectFile="..\..\..\proj\hdf5\Debug/"
- ProgramDataBaseFileName="..\..\..\proj\hdf5\Debug/"
- BrowseInformation="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
- </File>
- <File
RelativePath="..\..\..\src\H5FDwindows.c"
>
<FileConfiguration
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 357bca2..ee40d50 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -2411,54 +2411,6 @@ </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\src\H5FDstream.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_HDF5DLL_;ZLIB_DLL;_SZDLL_;$(NoInherit)"
- ObjectFile="../../../proj/hdf5dll/Debug/"
- ProgramDataBaseFileName="../../../proj/hdf5dll/Debug/"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_HDF5DLL_;ZLIB_DLL;_SZDLL_;$(NoInherit)"
- ObjectFile="../../../proj/hdf5dll/Debug/"
- ProgramDataBaseFileName="../../../proj/hdf5dll/Debug/"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_HDF5DLL_;ZLIB_DLL;_SZDLL_;$(NoInherit)"
- ObjectFile="../../../proj/hdf5dll/Release/"
- ProgramDataBaseFileName="../../../proj/hdf5dll/Release/"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_HDF5DLL_;ZLIB_DLL;_SZDLL_;$(NoInherit)"
- ObjectFile="../../../proj/hdf5dll/Release/"
- ProgramDataBaseFileName="../../../proj/hdf5dll/Release/"
- />
- </FileConfiguration>
- </File>
- <File
RelativePath="..\..\..\src\H5FDwindows.c"
>
<FileConfiguration
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"
|