diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-09-15 15:09:10 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-09-15 15:09:10 (GMT) |
commit | 876844988ac222436f3767ee79f07390e4f7ea3c (patch) | |
tree | 6413d5a2d9eb25b1682893a1823f40321838ec52 /windows/proj | |
parent | 63042260d9f109a8c6c9b11636e08fb77ac6a367 (diff) | |
download | hdf5-876844988ac222436f3767ee79f07390e4f7ea3c.zip hdf5-876844988ac222436f3767ee79f07390e4f7ea3c.tar.gz hdf5-876844988ac222436f3767ee79f07390e4f7ea3c.tar.bz2 |
[svn-r15622] Purpose: Add new source files to Windows projects
Description:
This checkin adds the following source files to our Windows projects:
-- H5EAiblock.c
-- H5EAstat.c
-- H5EAdbg.c
Diffstat (limited to 'windows/proj')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 12 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 391e92e..eb516b5 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1699,14 +1699,26 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAdbg.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c"
>
</File>
<File
+ RelativePath="..\..\..\src\H5EAiblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAint.c"
>
</File>
<File
+ RelativePath="..\..\..\src\H5EAstat.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAtest.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 73aee15..2c4d1d2 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1788,14 +1788,26 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAdbg.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c"
>
</File>
<File
+ RelativePath="..\..\..\src\H5EAiblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAint.c"
>
</File>
<File
+ RelativePath="..\..\..\src\H5EAstat.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAtest.c"
>
</File>
|