diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-04-13 19:38:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-04-13 19:38:30 (GMT) |
commit | e10dca69da31aabeef8f09bef076ff0ecb98633d (patch) | |
tree | 418a867fff3741375cc313cd5e1364e927b371d5 /windows | |
parent | 696cf9552c781f4537fc6572860a4f37a3706156 (diff) | |
download | hdf5-e10dca69da31aabeef8f09bef076ff0ecb98633d.zip hdf5-e10dca69da31aabeef8f09bef076ff0ecb98633d.tar.gz hdf5-e10dca69da31aabeef8f09bef076ff0ecb98633d.tar.bz2 |
[svn-r16741] Added missing h5Groot.c to project files
Tested on XP32-VS2005-IVF101
Diffstat (limited to 'windows')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 42 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 42 |
2 files changed, 84 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 7c0a918..957bf33 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -3467,6 +3467,48 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Groot.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions=""
+ BrowseInformation="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions=""
+ 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\H5Gstab.c"
>
<FileConfiguration
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index daee898..450664f 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -3503,6 +3503,48 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Groot.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions=""
+ BrowseInformation="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions=""
+ 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\H5Gstab.c"
>
<FileConfiguration
|