diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-09-17 14:18:20 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-09-17 14:18:20 (GMT) |
commit | 1a332eb5a2edc5638b0d5aea5fa5461b31ce957f (patch) | |
tree | 9f599af687a4e81b9d79e578056e6b333903ac33 /windows/proj/hdf5 | |
parent | 94153c6c3d776ac172f5151155acee6b64131526 (diff) | |
download | hdf5-1a332eb5a2edc5638b0d5aea5fa5461b31ce957f.zip hdf5-1a332eb5a2edc5638b0d5aea5fa5461b31ce957f.tar.gz hdf5-1a332eb5a2edc5638b0d5aea5fa5461b31ce957f.tar.bz2 |
[svn-r14149] Purpose: Add new source files to Windows projects
Description:
Two new files, h5rdeprec.c and h5rpkg.h were added to the Windows HDF5 projects.
Tested:
VS2005, build only.
Diffstat (limited to 'windows/proj/hdf5')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index b35437c..fa6fee2 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -6823,6 +6823,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Rdeprec.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5RS.c"
>
<FileConfiguration
@@ -9213,6 +9217,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Rpkg.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Rprivate.h"
>
</File>
|