diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-11-29 13:32:47 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-11-29 13:32:47 (GMT) |
commit | 586ac517a1f4a6c0cd180404ed6a0335e361fb53 (patch) | |
tree | 08ba107b30435539a7f743f87790d23c55c2553c /windows/tools/testfiles | |
parent | eed4c76fec2b6ebd6abe0ddccf9ba9becc2b9314 (diff) | |
download | hdf5-586ac517a1f4a6c0cd180404ed6a0335e361fb53.zip hdf5-586ac517a1f4a6c0cd180404ed6a0335e361fb53.tar.gz hdf5-586ac517a1f4a6c0cd180404ed6a0335e361fb53.tar.bz2 |
[svn-r14301] Purpose: Remove references to deleted source file from Windows project files.
Description:
h5repack_list.c was deleted from the repository recently. This check-in also removes references in the Windows library.
Tested:
Built with VS2005
Diffstat (limited to 'windows/tools/testfiles')
-rw-r--r-- | windows/tools/testfiles/h5repacktst/h5repacktst.vcproj | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj b/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj index 8f6ce8d..0ff902f 100644 --- a/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj +++ b/windows/tools/testfiles/h5repacktst/h5repacktst.vcproj @@ -539,54 +539,6 @@ </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\..\tools\h5repack\h5repack_list.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"
- BrowseInformation="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- />
- </FileConfiguration>
- </File>
- <File
RelativePath="..\..\..\..\tools\h5repack\h5repack_opttable.c"
>
<FileConfiguration
|