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/proj | |
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/proj')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 46 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 48 |
2 files changed, 0 insertions, 94 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
|