diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-09-22 16:35:25 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-09-22 16:35:25 (GMT) |
commit | 02156246da8fd221b655458771f2b83ee20c9dfe (patch) | |
tree | ba392327e06f6677e44adabd5963ed6a9ee0cf69 | |
parent | 00bd6ae9c27f520b4badbe0698ea1a1e1044f305 (diff) | |
download | hdf5-02156246da8fd221b655458771f2b83ee20c9dfe.zip hdf5-02156246da8fd221b655458771f2b83ee20c9dfe.tar.gz hdf5-02156246da8fd221b655458771f2b83ee20c9dfe.tar.bz2 |
[svn-r15675] Purpose: Add new source file H5EAdblock.c to Windows.
Description:
New source file H5EAdblock.c was added to the library. This checkin adds the file to our Windows projects, hdf5 and hdf5dll (VS2005 and VS.NET project files)
Tested:
Build only, VS2005 on WinXP
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 4 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 4 | ||||
-rw-r--r-- | windows_vnet/proj/hdf5/hdf5.vcproj | 3 | ||||
-rw-r--r-- | windows_vnet/proj/hdf5dll/hdf5dll.vcproj | 3 |
4 files changed, 14 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index eb516b5..c5aca46 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1703,6 +1703,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 2c4d1d2..550aa43 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1792,6 +1792,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c"
>
</File>
diff --git a/windows_vnet/proj/hdf5/hdf5.vcproj b/windows_vnet/proj/hdf5/hdf5.vcproj index af9cc65..227c37f 100644 --- a/windows_vnet/proj/hdf5/hdf5.vcproj +++ b/windows_vnet/proj/hdf5/hdf5.vcproj @@ -1445,6 +1445,9 @@ RelativePath="..\..\..\src\H5EAdbg.c">
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblock.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c">
</File>
<File
diff --git a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj index fb9d2a2..2b3c0b8 100644 --- a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj +++ b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj @@ -1500,6 +1500,9 @@ RelativePath="..\..\..\src\H5EAdbg.c">
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblock.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c">
</File>
<File
|