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 | |
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
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 12 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 12 | ||||
-rw-r--r-- | windows_vnet/proj/hdf5/hdf5.vcproj | 9 | ||||
-rw-r--r-- | windows_vnet/proj/hdf5dll/hdf5dll.vcproj | 9 |
4 files changed, 42 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>
diff --git a/windows_vnet/proj/hdf5/hdf5.vcproj b/windows_vnet/proj/hdf5/hdf5.vcproj index 0ea43b7..af9cc65 100644 --- a/windows_vnet/proj/hdf5/hdf5.vcproj +++ b/windows_vnet/proj/hdf5/hdf5.vcproj @@ -1442,12 +1442,21 @@ RelativePath="..\..\..\src\H5EAcache.c">
</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>
<File
diff --git a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj index 3bd6c63..fb9d2a2 100644 --- a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj +++ b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj @@ -1497,12 +1497,21 @@ RelativePath="..\..\..\src\H5EAcache.c">
</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>
<File
|